Searched refs:controllerFunc (Results 1 – 1 of 1) sorted by relevance
14 type controllerFunc func(ent.ApplicationConfig) error type43 func getEnabledControllers() []controllerFunc {45 return []controllerFunc{52 func disabledFnNullified(original controllerFunc, enabled bool) controllerFunc { argument