Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamicSource ¶
type Executable ¶
type Executable interface { Identifier() string Instruction() Instruction Execute(map[string]interface{}) (map[string]InputValue, error) }
type InputValue ¶
type InputValue struct { Type ParamType `json:"type"` Val interface{} `json:"val"` }
func (*InputValue) Scan ¶
func (iv *InputValue) Scan(value interface{}) error
func (*InputValue) UnmarshalJSON ¶
func (iv *InputValue) UnmarshalJSON(b []byte) error
type Instruction ¶
Click to show internal directories.
Click to hide internal directories.