func(context.Context, *zap.Logger, *config.Config, ServiceFactory, CmdConfigurator) *cobra.Command
| 10 | ) |
| 11 | |
| 12 | type HookFunc func(context.Context, *zap.Logger, *config.Config, ServiceFactory, CmdConfigurator) *cobra.Command |
| 13 | |
| 14 | // Registered holds the registered command hooks |
| 15 | var Registered map[string]HookFunc |
nothing calls this directly
no outgoing calls
no test coverage detected