diff options
Diffstat (limited to 'binapi/lacp/lacp_rest.ba.go')
-rw-r--r-- | binapi/lacp/lacp_rest.ba.go | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/binapi/lacp/lacp_rest.ba.go b/binapi/lacp/lacp_rest.ba.go deleted file mode 100644 index 3512a0d..0000000 --- a/binapi/lacp/lacp_rest.ba.go +++ /dev/null @@ -1,12 +0,0 @@ -// Code generated by GoVPP's binapi-generator. DO NOT EDIT. - -package lacp - -import ( - "net/http" -) - -func RESTHandler(rpc RPCService) http.Handler { - mux := http.NewServeMux() - return http.HandlerFunc(mux.ServeHTTP) -} |