X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=examples%2Fbinapi%2Facl%2Facl.ba.go;fp=examples%2Fbinapi%2Facl%2Facl.ba.go;h=6708e7409d909f1b8dc8f534edaab053cbfe6a8f;hb=682250e328472e855a4c59e9e5f004473b6af0d3;hp=a00918e57ea89b0ccf286ebc83fa55e77c8855a1;hpb=c4522fe10317b1729a0820dc880afc78c663f64d;p=govpp.git diff --git a/examples/binapi/acl/acl.ba.go b/examples/binapi/acl/acl.ba.go index a00918e..6708e74 100644 --- a/examples/binapi/acl/acl.ba.go +++ b/examples/binapi/acl/acl.ba.go @@ -737,7 +737,7 @@ func AllMessages() []api.Message { } } -// Service represents services in VPP binary API. +// Service represents VPP binary API services in acl module. type Service interface { DumpACL(ctx context.Context, in *ACLDump) ([]*ACLDetails, error) DumpACLInterfaceEtypeWhitelist(ctx context.Context, in *ACLInterfaceEtypeWhitelistDump) ([]*ACLInterfaceEtypeWhitelistDetails, error)