aboutsummaryrefslogtreecommitdiffstats
path: root/examples/binapi/memclnt/memclnt.ba.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/binapi/memclnt/memclnt.ba.go')
-rw-r--r--examples/binapi/memclnt/memclnt.ba.go2
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)