✨ add face recognition
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
package config
|
||||
|
||||
import "github.com/zeromicro/go-zero/rest"
|
||||
import (
|
||||
"github.com/zeromicro/go-zero/rest"
|
||||
"github.com/zeromicro/go-zero/zrpc"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
rest.RestConf
|
||||
Web struct {
|
||||
AiSvcRpc zrpc.RpcClientConf
|
||||
Web struct {
|
||||
URL string
|
||||
}
|
||||
Auth struct {
|
||||
@@ -67,4 +71,7 @@ type Config struct {
|
||||
Password string
|
||||
}
|
||||
}
|
||||
Map struct {
|
||||
Key string
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user