This commit is contained in:
laodaming
2023-10-10 18:08:58 +08:00
parent a0106e30cc
commit 8cf76c7051
2 changed files with 16 additions and 4 deletions

View File

@@ -10,4 +10,8 @@ type Config struct {
SourceMysql string
Auth types.Auth
SourceRabbitMq string
BLMService struct {
Version string
Urls []string
}
}