SetValue allows you to easily write new values into the underlying context.
(key, value interface{})
| 89 | |
| 90 | // SetValue allows you to easily write new values into the underlying context. |
| 91 | SetValue(key, value interface{}) |
| 92 | } |
| 93 | |
| 94 | type sshContext struct { |
no outgoing calls