Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataSource ¶
type DataSourceImpl ¶
func (DataSourceImpl) GetSource ¶
func (dsi DataSourceImpl) GetSource(name string) RowSource
type MockTable ¶
func NewMockTable ¶
func NewMockTable(vrs ...interface{}) (m *MockTable)
type Spec ¶
type Spec struct { Column string Values interface{} }
Array-spec. ${Column} = any(${Values}).
type SpecSingle ¶
type SpecSingle struct { Column string Value interface{} }
Click to show internal directories.
Click to hide internal directories.