aboutsummaryrefslogtreecommitdiffstats
path: root/binapi/lacp/lacp_rest.ba.go
diff options
context:
space:
mode:
Diffstat (limited to 'binapi/lacp/lacp_rest.ba.go')
-rw-r--r--binapi/lacp/lacp_rest.ba.go12
1 files changed, 12 insertions, 0 deletions
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)
+}