SetConfigFile sets the "fake" config file
(configFile *configfile.ConfigFile)
| 72 | |
| 73 | // SetConfigFile sets the "fake" config file |
| 74 | func (c *FakeCli) SetConfigFile(configFile *configfile.ConfigFile) { |
| 75 | c.configfile = configFile |
| 76 | } |
| 77 | |
| 78 | // SetContextStore sets the "fake" context store |
| 79 | func (c *FakeCli) SetContextStore(contextStore store.Store) { |
no outgoing calls