ConnectionType is the type of connection that the agent is receiving.
| 38 | |
| 39 | // ConnectionType is the type of connection that the agent is receiving. |
| 40 | type ConnectionType string |
| 41 | |
| 42 | const ( |
| 43 | ConnectionTypeSSH ConnectionType = "ssh" |
no outgoing calls
no test coverage detected