chore: remove unimplemented gateway (#2139)
parent
300b124e42
commit
d70e73ec66
@ -1,7 +0,0 @@
|
||||
package gateway
|
||||
|
||||
import "github.com/zeromicro/go-zero/rest"
|
||||
|
||||
type GatewayConf struct {
|
||||
rest.RestConf
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
package gateway
|
||||
|
||||
type Server struct {
|
||||
}
|
||||
|
||||
func MustNewServer() {}
|
Loading…
Reference in New Issue