| 153 | var IsConfigFileFound = true |
| 154 | |
| 155 | type CmdConfigurator struct { |
| 156 | logger *zap.Logger |
| 157 | cfg *config.Config |
| 158 | } |
| 159 | |
| 160 | func NewCmdConfigurator(logger *zap.Logger, config *config.Config) *CmdConfigurator { |
| 161 | return &CmdConfigurator{ |
nothing calls this directly
no outgoing calls
no test coverage detected