add: anowflake email kafka, refa: redis connectg
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// Code scaffolded by goctl. Safe to edit.
|
||||
// goctl 1.9.2
|
||||
|
||||
package config
|
||||
|
||||
import (
|
||||
"github.com/zeromicro/go-queue/kq"
|
||||
"github.com/zeromicro/go-zero/core/stores/cache"
|
||||
"github.com/zeromicro/go-zero/rest"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
rest.RestConf
|
||||
CacheConf cache.CacheConf
|
||||
Kmq kq.KqConf
|
||||
}
|
||||
Reference in New Issue
Block a user