Improve binapi generator
[govpp.git] / binapi / lacp / lacp_rest.ba.go
diff --git a/binapi/lacp/lacp_rest.ba.go b/binapi/lacp/lacp_rest.ba.go
new file mode 100644 (file)
index 0000000..3512a0d
--- /dev/null
@@ -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)
+}