Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataSource ¶
type DataSource struct { Name string `json:"name"` Type DataSourceType `json:"type"` }
func NewDataSource ¶
func NewDataSource(datasourceType string, datasourceName string) *DataSource
type DataSourceList ¶
type DataSourceList []*DataSource
func (DataSourceList) ForName ¶
func (l DataSourceList) ForName(name string) *DataSource
type DataSourceType ¶
type DataSourceType string
const ( NONE DataSourceType = "NONE" DYNAMODB DataSourceType = "DYNAMODB" )
Click to show internal directories.
Click to hide internal directories.