Check retval value and convert to error in generated RPC client code
[govpp.git] / binapi / lacp / lacp_rpc.ba.go
index 00a00b5..8a288f2 100644 (file)
@@ -5,12 +5,13 @@ package lacp
 import (
        "context"
        "fmt"
+       "io"
+
        api "git.fd.io/govpp.git/api"
        vpe "git.fd.io/govpp.git/binapi/vpe"
-       "io"
 )
 
-// RPCService defines RPC service  lacp.
+// RPCService defines RPC service lacp.
 type RPCService interface {
        SwInterfaceLacpDump(ctx context.Context, in *SwInterfaceLacpDump) (RPCService_SwInterfaceLacpDumpClient, error)
 }