ConfigCommand represents a config command
| 57 | |
| 58 | // ConfigCommand represents a config command |
| 59 | type ConfigCommand interface { |
| 60 | configCommand() |
| 61 | } |
| 62 | |
| 63 | // SetCommand contains state for setting a config variable to a value |
| 64 | type SetCommand struct { |
nothing calls this directly
no outgoing calls
no test coverage detected