Improve LoadableSource implementation
This commit is contained in:
parent
eb2eeee3c7
commit
207a4562e6
4 changed files with 31 additions and 25 deletions
|
|
@ -9,8 +9,8 @@ import (
|
|||
)
|
||||
|
||||
type CustomSource struct {
|
||||
Source string `json:"src"`
|
||||
KV map[string]string `json:"kv"`
|
||||
Source string `json:"src"`
|
||||
KV map[string]interface{} `json:"kv"`
|
||||
}
|
||||
|
||||
type Settings struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue