chore: remove unimplemented gateway (#2139)

master
Kevin Wan 2 years ago committed by GitHub
parent 300b124e42
commit d70e73ec66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save