Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetController ¶
func GetController(fixtures map[string]interface{}) (kodex.Controller, error)
Types ¶
type ActionConfig ¶
func (ActionConfig) Setup ¶
func (a ActionConfig) Setup(fixtures map[string]interface{}) (interface{}, error)
func (ActionConfig) Teardown ¶
func (a ActionConfig) Teardown(fixture interface{}) error
type Config ¶
type Controller ¶
type Controller struct { }
func (Controller) Setup ¶
func (c Controller) Setup(fixtures map[string]interface{}) (interface{}, error)
func (Controller) Teardown ¶
func (c Controller) Teardown(fixture interface{}) error
type Definitions ¶
type Definitions struct {
Definitions kodex.Definitions
}
func (Definitions) Setup ¶
func (c Definitions) Setup(fixtures map[string]interface{}) (interface{}, error)
func (Definitions) Teardown ¶
func (c Definitions) Teardown(fixture interface{}) error
type Destination ¶
type Destination struct { Name string Project string DestinationType string Config map[string]interface{} }
func (Destination) Setup ¶
func (o Destination) Setup(fixtures map[string]interface{}) (interface{}, error)
func (Destination) Teardown ¶
func (o Destination) Teardown(fixture interface{}) error
type DestinationAdder ¶
func (DestinationAdder) Setup ¶
func (o DestinationAdder) Setup(fixtures map[string]interface{}) (interface{}, error)
func (DestinationAdder) Teardown ¶
func (o DestinationAdder) Teardown(fixture interface{}) error
type Plugin ¶
type Plugin struct { Maker kodex.PluginMaker Config map[string]interface{} }
type SourceAdder ¶
func (SourceAdder) Setup ¶
func (i SourceAdder) Setup(fixtures map[string]interface{}) (interface{}, error)
func (SourceAdder) Teardown ¶
func (i SourceAdder) Teardown(fixture interface{}) error
Click to show internal directories.
Click to hide internal directories.