Documentation ¶
Index ¶
- Variables
- func ConfigPaths() []string
- func Controller(settingsObj kodex.Settings, definitions *kodex.Definitions) (kodex.Controller, error)
- func ControllerType(controllerType string, config map[string]interface{}, ...) (kodex.Controller, error)
- func InMemoryController(settingsObj kodex.Settings, definitions *kodex.Definitions, ...) (kodex.Controller, error)
- func Settings(settingsPaths []string) (kodex.Settings, error)
- func SettingsPaths() []string
Constants ¶
This section is empty.
Variables ¶
View Source
var EnvConfigName = "KODEX_CONFIG"
View Source
var EnvSettingsName = "KODEX_SETTINGS"
Functions ¶
func ConfigPaths ¶
func ConfigPaths() []string
func Controller ¶
func Controller(settingsObj kodex.Settings, definitions *kodex.Definitions) (kodex.Controller, error)
func ControllerType ¶
func ControllerType(controllerType string, config map[string]interface{}, settingsObj kodex.Settings, definitions *kodex.Definitions) (kodex.Controller, error)
func InMemoryController ¶
func InMemoryController(settingsObj kodex.Settings, definitions *kodex.Definitions, config map[string]interface{}) (kodex.Controller, error)
func SettingsPaths ¶
func SettingsPaths() []string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.