Versions in this module Expand all Collapse all v0 v0.9.1 May 3, 2022 v0.9.0 May 1, 2022 Changes in this version + type CtrlMap struct + func NewCtrlMap() *CtrlMap + func (c *CtrlMap) HasRegisteredAnyController() bool + func (c *CtrlMap) InstantiateControllersWithFirstHookAt(method string, firstHook string) []controller.IController + func (c *CtrlMap) RegisterController(ctrl controller.IController, restMethods string, hookTypes string)