willis
Results
2
issues of
willis
#gateway main file package main import ( "cloudPhoneGateway/pkg/gateway" "flag" "github.com/zeromicro/go-zero/core/conf" ) var configFile = flag.String("f", "etc/gateway.yaml", "config file") func main() { flag.Parse() var c gateway.GatewayConf conf.MustLoad(*configFile, &c) gw := gateway.MustNewServer(c)...
area/gateway
hello, i seen meat some problem :{ If someone creates this basic query, but I reuse it on other queries, it won't be searchable, is this a bug or something...
Support Question