LiveConfig is an implementation of Config for live values.
| 229 | |
| 230 | // LiveConfig is an implementation of Config for live values. |
| 231 | type LiveConfig struct { |
| 232 | cliArgs map[string]bool |
| 233 | } |
| 234 | |
| 235 | var _ Config = &LiveConfig{} |
| 236 |
nothing calls this directly
no outgoing calls
no test coverage detected