Jelajahi Sumber

chore: remove unimplemented gateway (#2139)

Kevin Wan 2 tahun lalu
induk
melakukan
d70e73ec66
2 mengubah file dengan 0 tambahan dan 13 penghapusan
  1. 0 7
      gateway/config.go
  2. 0 6
      gateway/server.go

+ 0 - 7
gateway/config.go

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

+ 0 - 6
gateway/server.go

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