go-zero/gateway/server.go
2022-07-11 23:04:38 +08:00

7 lines
65 B
Go

package gateway
type Server struct {
}
func MustNewServer() {}