✨ add face recognition
This commit is contained in:
18
app/aisvc/rpc/internal/config/config.go
Normal file
18
app/aisvc/rpc/internal/config/config.go
Normal file
@@ -0,0 +1,18 @@
|
||||
package config
|
||||
|
||||
import "github.com/zeromicro/go-zero/zrpc"
|
||||
|
||||
type Config struct {
|
||||
zrpc.RpcServerConf
|
||||
|
||||
Mysql struct {
|
||||
DataSource string
|
||||
MaxOpenConn int
|
||||
MaxIdleConn int
|
||||
}
|
||||
RedisConf struct {
|
||||
Host string
|
||||
Pass string
|
||||
DB int
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user