save work, not yet working
This commit is contained in:
@ -13,9 +13,9 @@ type ConfigT struct {
|
||||
TlsEnable string `json:"tlsEnable"`
|
||||
} `json:"mqtt"`
|
||||
TopicMappings []struct {
|
||||
Topics []string `json:topics`
|
||||
Handler string `json:handler`
|
||||
} `json:"TopicMappings"`
|
||||
Topics []string `json:"topics"`
|
||||
Handler string `json:"handler"`
|
||||
} `json:"topicMappings"`
|
||||
Handlers []struct {
|
||||
Name string `json:"name"`
|
||||
DatabaseConnStr string `json:"databaseConnStr"`
|
||||
|
Reference in New Issue
Block a user