messages config_manager

This commit is contained in:
jackdaw@loafle.com 2017-04-27 20:19:40 +09:00
parent ec9c04abed
commit d946ea07af

View File

@ -8,7 +8,7 @@ type Connection struct {
} }
type Target struct { type Target struct {
//Auth map[string]interface{} `json:"auth"` Auth map[string]interface{} `json:"auth"`
Connection Connection `json:"connection"` Connection Connection `json:"connection"`
} }
@ -23,7 +23,7 @@ type Keys struct {
type QueryInfo struct { type QueryInfo struct {
Query string `json:"query"` Query string `json:"query"`
//Extend map[string]interface{} `json:"extend"` Extend map[string]interface{} `json:"extend"`
} }
type MappingInfo struct { type MappingInfo struct {