X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=examples%2Fbinapi%2Fmemclnt%2Fmemclnt.ba.go;fp=examples%2Fbinapi%2Fmemclnt%2Fmemclnt.ba.go;h=0fa28ddaf7917666e8a01d0f12a287babb3f8b2b;hb=682250e328472e855a4c59e9e5f004473b6af0d3;hp=e7395c7433ec3b5f95b3bdb677801114440ac035;hpb=c4522fe10317b1729a0820dc880afc78c663f64d;p=govpp.git diff --git a/examples/binapi/memclnt/memclnt.ba.go b/examples/binapi/memclnt/memclnt.ba.go index e7395c7..0fa28dd 100644 --- a/examples/binapi/memclnt/memclnt.ba.go +++ b/examples/binapi/memclnt/memclnt.ba.go @@ -474,7 +474,7 @@ func AllMessages() []api.Message { } } -// Service represents services in VPP binary API. +// Service represents VPP binary API services in memclnt module. type Service interface { APIVersions(ctx context.Context, in *APIVersions) (*APIVersionsReply, error) GetFirstMsgID(ctx context.Context, in *GetFirstMsgID) (*GetFirstMsgIDReply, error)