接入腾讯云日志服务
This commit is contained in:
@@ -18,9 +18,17 @@ type AliyunConfig struct {
|
||||
SpeechRate int
|
||||
}
|
||||
|
||||
type TencentCLS struct {
|
||||
Endpoint string
|
||||
SecretID string
|
||||
SecretKey string
|
||||
TopicID string
|
||||
}
|
||||
|
||||
type Logger struct {
|
||||
File *lumberjack.Logger
|
||||
Level string
|
||||
File *lumberjack.Logger
|
||||
TencentCLS TencentCLS
|
||||
Level string
|
||||
}
|
||||
|
||||
type config struct {
|
||||
|
||||
Reference in New Issue
Block a user