temp
This commit is contained in:
@@ -3,10 +3,12 @@ package config
|
||||
import (
|
||||
"github.com/zeromicro/go-queue/kq"
|
||||
"github.com/zeromicro/go-zero/rest"
|
||||
"github.com/zeromicro/go-zero/zrpc"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
rest.RestConf
|
||||
KqConsumerLog kq.KqConf
|
||||
KqConsumerCharge kq.KqConf
|
||||
UserRpc zrpc.RpcClientConf
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user