SetValue allows you to easily write new values into the underlying context.
(_, _ interface{})
| 199 | |
| 200 | // SetValue allows you to easily write new values into the underlying context. |
| 201 | func (testSSHContext) SetValue(_, _ interface{}) { |
| 202 | panic("not implemented") |
| 203 | } |
| 204 | |
| 205 | func (testSSHContext) KeepAlive() *gliderssh.SessionKeepAlive { |
| 206 | panic("not implemented") |
no outgoing calls
no test coverage detected