diff options
Diffstat (limited to 'examples/binapi/interfaces/interfaces.ba.go')
-rw-r--r-- | examples/binapi/interfaces/interfaces.ba.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/binapi/interfaces/interfaces.ba.go b/examples/binapi/interfaces/interfaces.ba.go index 1f369de..e4ad5f5 100644 --- a/examples/binapi/interfaces/interfaces.ba.go +++ b/examples/binapi/interfaces/interfaces.ba.go @@ -1006,7 +1006,7 @@ func AllMessages() []api.Message { } } -// Service represents services in VPP binary API. +// Service represents VPP binary API services in interface module. type Service interface { DumpSwInterface(ctx context.Context, in *SwInterfaceDump) ([]*SwInterfaceDetails, error) DumpSwInterfaceRxPlacement(ctx context.Context, in *SwInterfaceRxPlacementDump) ([]*SwInterfaceRxPlacementDetails, error) |