package root import ( "git.sxidc.com/go-framework/baize/framework/gateway" ) type Router struct{} func (router *Router) Init(gw *gateway.Gateway) { configurationGateway(gw) sqlExecutorGateway(gw) }