X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=binapi%2Flacp%2Flacp_rest.ba.go;fp=binapi%2Flacp%2Flacp_rest.ba.go;h=3512a0d58ec9cc02afe12d874172243dae9c1c96;hb=d1f24d37bd447b64e402298bb8eb2479681facf9;hp=0000000000000000000000000000000000000000;hpb=1548c7e12531e3d055567d761c580a1c7ff0ac40;p=govpp.git diff --git a/binapi/lacp/lacp_rest.ba.go b/binapi/lacp/lacp_rest.ba.go new file mode 100644 index 0000000..3512a0d --- /dev/null +++ b/binapi/lacp/lacp_rest.ba.go @@ -0,0 +1,12 @@ +// 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) +}