(cfg string, validator IParamValidator)
| 20 | } |
| 21 | |
| 22 | func NewConfig(cfg string, validator IParamValidator) *Config { |
| 23 | return &Config{cfg: cfg, validator: validator} |
| 24 | } |
| 25 | |
| 26 | type Config struct { |
| 27 | cfg string |
no outgoing calls
no test coverage detected