Fix parsing API with removed CRC for types and unions
[govpp.git] / examples / binapi / memclnt / memclnt.ba.go
index e7395c7..0fa28dd 100644 (file)
@@ -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)