CLI: Add datasource:info command

Describes the full datasource details given an account and
datasource name.
This commit is contained in:
Jason Wilder
2015-02-15 13:36:10 -07:00
parent 9cb1170361
commit f443b7087c
4 changed files with 75 additions and 7 deletions
+6
View File
@@ -93,6 +93,12 @@ type GetDataSourceByIdQuery struct {
Result DataSource
}
type GetDataSourceByNameQuery struct {
Name string
AccountId int64
Result DataSource
}
// ---------------------
// EVENTS
type DataSourceCreatedEvent struct {