MagicSessionType is a type that represents the type of session that is being established.
| 57 | // MagicSessionType is a type that represents the type of session that is being |
| 58 | // established. |
| 59 | type MagicSessionType string |
| 60 | |
| 61 | const ( |
| 62 | // MagicSessionTypeEnvironmentVariable is used to track the purpose behind an SSH connection. |
no outgoing calls
no test coverage detected