Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Injectable ¶
type Injectable struct { Name string Run func(universe string) (url string) Method Method Params interface{} Config interface{} }
func Fixture ¶
func Fixture(name string, params interface{}) Injectable
func Service ¶
func Service(name string, config *commonIface.ServiceConfig) Injectable
func Simple ¶
func Simple(name string, config *dream.SimpleConfig) Injectable
Click to show internal directories.
Click to hide internal directories.