Documentation ¶
Index ¶
- func ApiController(kodexController kodex.Controller, definitions *api.Definitions) (api.Controller, error)
- func Controller(settings kodex.Settings, definitions *api.Definitions) (api.Controller, error)
- func ControllerType(apiControllerType string, config map[string]interface{}, ...) (api.Controller, error)
- func InMemoryController(settings kodex.Settings, config map[string]interface{}, ...) (api.Controller, error)
- func RegisterPlugins(controller api.Controller) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApiController ¶
func ApiController(kodexController kodex.Controller, definitions *api.Definitions) (api.Controller, error)
func Controller ¶
func Controller(settings kodex.Settings, definitions *api.Definitions) (api.Controller, error)
func ControllerType ¶
func ControllerType(apiControllerType string, config map[string]interface{}, kodexController kodex.Controller, definitions *api.Definitions) (api.Controller, error)
func InMemoryController ¶
func InMemoryController(settings kodex.Settings, config map[string]interface{}, definitions *api.Definitions) (api.Controller, error)
func RegisterPlugins ¶ added in v0.1.0
func RegisterPlugins(controller api.Controller) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.