added datasources

This commit is contained in:
Kofo Okesola 2024-10-05 04:58:51 +01:00
parent ffc1303972
commit 605aebfb82
1 changed files with 6 additions and 0 deletions

View File

@ -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"`
}