added datasources
This commit is contained in:
parent
ffc1303972
commit
605aebfb82
|
@ -56,3 +56,9 @@ type ResponseConfig struct {
|
|||
Template string `json:"template"`
|
||||
Type string `json:"type"`
|
||||
}
|
||||
|
||||
type DatasourceConfig struct {
|
||||
ID string `json:"id"`
|
||||
Config json.RawMessage `json:"config"`
|
||||
Type string `json:"type"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue