SetContextStore sets the "fake" context store
(contextStore store.Store)
| 77 | |
| 78 | // SetContextStore sets the "fake" context store |
| 79 | func (c *FakeCli) SetContextStore(contextStore store.Store) { |
| 80 | c.contextStore = contextStore |
| 81 | } |
| 82 | |
| 83 | // SetCurrentContext sets the "fake" current context |
| 84 | func (c *FakeCli) SetCurrentContext(name string) { |