This commit is contained in:
laodaming
2023-08-09 14:49:15 +08:00
parent d5e5cdc8f0
commit f92bf8bfee
7 changed files with 53 additions and 18 deletions

View File

@@ -10,4 +10,13 @@ type Config struct {
SourceMysql string
Auth types.Auth
SourceRabbitMq string
AWS struct {
S3 struct {
Credentials struct {
AccessKeyID string
Secret string
Token string
}
}
}
}