aboutsummaryrefslogtreecommitdiffstats
path: root/examples/binapi/memif/memif.ba.go
diff options
context:
space:
mode:
authorOndrej Fabry <ofabry@cisco.com>2019-06-12 18:37:20 +0200
committerOndrej Fabry <ofabry@cisco.com>2019-06-12 19:41:35 +0200
commit682250e328472e855a4c59e9e5f004473b6af0d3 (patch)
tree6de85c22a2d18a83ba05f2713c75c9d089c6275b /examples/binapi/memif/memif.ba.go
parentc4522fe10317b1729a0820dc880afc78c663f64d (diff)
Fix parsing API with removed CRC for types and unions
- method GetCrcString() was also removed from DataType interface - fix generated comment for services - fix permissions for created files and directories Change-Id: If0b7a57e01f1128b5ba574fc5ee13b6a7c6aa6fd Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Diffstat (limited to 'examples/binapi/memif/memif.ba.go')
-rw-r--r--examples/binapi/memif/memif.ba.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/binapi/memif/memif.ba.go b/examples/binapi/memif/memif.ba.go
index 1ac0b0a..4123ad8 100644
--- a/examples/binapi/memif/memif.ba.go
+++ b/examples/binapi/memif/memif.ba.go
@@ -238,7 +238,7 @@ func AllMessages() []api.Message {
}
}
-// Service represents services in VPP binary API.
+// Service represents VPP binary API services in memif module.
type Service interface {
DumpMemif(ctx context.Context, in *MemifDump) ([]*MemifDetails, error)
DumpMemifSocketFilename(ctx context.Context, in *MemifSocketFilenameDump) ([]*MemifSocketFilenameDetails, error)