chore: remove unimplemented gateway (#2139)

This commit is contained in:
Kevin Wan
2022-07-13 21:55:19 +08:00
committed by GitHub
parent 300b124e42
commit d70e73ec66
2 changed files with 0 additions and 13 deletions

View File

@@ -1,7 +0,0 @@
package gateway
import "github.com/zeromicro/go-zero/rest"
type GatewayConf struct {
rest.RestConf
}

View File

@@ -1,6 +0,0 @@
package gateway
type Server struct {
}
func MustNewServer() {}