CLI: Add datasource:info command
Describes the full datasource details given an account and datasource name.
This commit is contained in:
@@ -93,6 +93,12 @@ type GetDataSourceByIdQuery struct {
|
||||
Result DataSource
|
||||
}
|
||||
|
||||
type GetDataSourceByNameQuery struct {
|
||||
Name string
|
||||
AccountId int64
|
||||
Result DataSource
|
||||
}
|
||||
|
||||
// ---------------------
|
||||
// EVENTS
|
||||
type DataSourceCreatedEvent struct {
|
||||
|
||||
Reference in New Issue
Block a user