Files
go-zero/gateway/server.go

7 lines
65 B
Go
Raw Normal View History

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