first commit
This commit is contained in:
12
apps/mqs/internal/config/config.go
Normal file
12
apps/mqs/internal/config/config.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package config
|
||||
|
||||
import (
|
||||
"github.com/zeromicro/go-queue/kq"
|
||||
"github.com/zeromicro/go-zero/rest"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
rest.RestConf
|
||||
KqConsumerLog kq.KqConf
|
||||
KqConsumerCharge kq.KqConf
|
||||
}
|
||||
Reference in New Issue
Block a user