aboutsummaryrefslogtreecommitdiffstats
path: root/examples/binapi/memif/memif.ba.go
diff options
context:
space:
mode:
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)