MCPcopy
hub / github.com/keploy/keploy / CmdConfigurator

Struct CmdConfigurator

cli/provider/cmd.go:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153var IsConfigFileFound = true
154
155type CmdConfigurator struct {
156 logger *zap.Logger
157 cfg *config.Config
158}
159
160func NewCmdConfigurator(logger *zap.Logger, config *config.Config) *CmdConfigurator {
161 return &CmdConfigurator{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected