MCPcopy
hub / github.com/keploy/keploy / HookFunc

FuncType HookFunc

cli/cli.go:12–12  ·  view source on GitHub ↗
func(context.Context, *zap.Logger, *config.Config, ServiceFactory, CmdConfigurator) *cobra.Command

Source from the content-addressed store, hash-verified

10)
11
12type HookFunc func(context.Context, *zap.Logger, *config.Config, ServiceFactory, CmdConfigurator) *cobra.Command
13
14// Registered holds the registered command hooks
15var Registered map[string]HookFunc

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected