aboutsummaryrefslogtreecommitdiffstats
path: root/binapi/lacp/lacp_rest.ba.go
blob: 3512a0d58ec9cc02afe12d874172243dae9c1c96 (plain)
1
2
3
4
5
6
7
8
9
10
11
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)
}