feat: add Wrap and Wrapf in errorx (#2126)
This commit is contained in:
7
gateway/config.go
Normal file
7
gateway/config.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package gateway
|
||||
|
||||
import "github.com/zeromicro/go-zero/rest"
|
||||
|
||||
type GatewayConf struct {
|
||||
rest.RestConf
|
||||
}
|
||||
6
gateway/server.go
Normal file
6
gateway/server.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package gateway
|
||||
|
||||
type Server struct {
|
||||
}
|
||||
|
||||
func MustNewServer() {}
|
||||
Reference in New Issue
Block a user