Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Maker ¶
func CreateMaker ¶
func CreateMaker( fnd app.Foundation, expectationsMaker expectations.Maker, parametersMaker parameters.Maker, ) Maker
type Server ¶
type Server interface { ExpectAction(name string) (actions.ExpectAction, bool) Config(name string) (configs.Config, bool) Configs() configs.Configs Sandbox(name providers.Type) (sandbox.Sandbox, bool) Group() string User() string Port() int32 Parameters() parameters.Parameters Templates() templates.Templates Template(name string) (templates.Template, bool) }
Click to show internal directories.
Click to hide internal directories.