proto/goutils/proto_build/tpls/http_grpc_method_var.tpl

9 lines
161 B
Smarty
Raw Normal View History

2023-11-27 09:36:02 +00:00
package test
import (
"{{.ProjectName}}/server/config"
"fusen-basic/env"
)
var fusen *env.Fusen[config.Config]
2023-12-06 04:08:20 +00:00
var gatewayAddrress = "http://localhost:9900"