diff options
Diffstat (limited to 'examples/binapi/memclnt')
-rw-r--r-- | examples/binapi/memclnt/memclnt.ba.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |