X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=examples%2Fbinapi%2Fmemif%2Fmemif.ba.go;fp=examples%2Fbinapi%2Fmemif%2Fmemif.ba.go;h=4123ad8db74c5500370ef399a21014f420fbc6b1;hb=682250e328472e855a4c59e9e5f004473b6af0d3;hp=1ac0b0a1ab8ef2371adf1636cbb1f823c179fb45;hpb=c4522fe10317b1729a0820dc880afc78c663f64d;p=govpp.git 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)