Change module name to go.fd.io/govpp
[govpp.git] / binapi / http_static / http_static_rpc.ba.go
index 67329dd..01f44ea 100644 (file)
@@ -5,10 +5,10 @@ package http_static
 import (
        "context"
 
-       api "git.fd.io/govpp.git/api"
+       api "go.fd.io/govpp/api"
 )
 
-// RPCService defines RPC service  http_static.
+// RPCService defines RPC service http_static.
 type RPCService interface {
        HTTPStaticEnable(ctx context.Context, in *HTTPStaticEnable) (*HTTPStaticEnableReply, error)
 }
@@ -27,5 +27,5 @@ func (c *serviceClient) HTTPStaticEnable(ctx context.Context, in *HTTPStaticEnab
        if err != nil {
                return nil, err
        }
-       return out, nil
+       return out, api.RetvalToVPPApiError(out.Retval)
 }