package example import ( "baize-playground/gateway/config" "git.sxidc.com/go-framework/baize/framework/gateway" ) var ( serviceVersionedUrl = config.GetConfig().ServicesConfig.ExampleBaseUrl + "/example/api" ) func InitGateway(builder *gateway.Builder) { }