This commit is contained in:
laodaming
2023-11-08 15:17:48 +08:00
parent 3641a40a69
commit 1b77cb2ec2
13 changed files with 0 additions and 593 deletions

View File

@@ -1,18 +0,0 @@
package config
import (
"fusenapi/server/feishu-sync/internal/types"
"github.com/zeromicro/go-zero/rest"
)
type Config struct {
rest.RestConf
SourceMysql string
Auth types.Auth
SourceRabbitMq string
FeiShu struct {
ApiHost string
EncryptKey string
VerificationToken string
}
}