소스 검색

chore: remove unimplemented gateway (#2139)

Kevin Wan 2 년 전
부모
커밋
d70e73ec66
2개의 변경된 파일0개의 추가작업 그리고 13개의 파일을 삭제
  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() {}