messages config_manager
This commit is contained in:
parent
ec9c04abed
commit
d946ea07af
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user