MCPcopy Create free account
hub / github.com/coder/coder / ConnectionType

TypeAlias ConnectionType

codersdk/connectionlog.go:40–40  ·  view source on GitHub ↗

ConnectionType is the type of connection that the agent is receiving.

Source from the content-addressed store, hash-verified

38
39// ConnectionType is the type of connection that the agent is receiving.
40type ConnectionType string
41
42const (
43 ConnectionTypeSSH ConnectionType = "ssh"

Callers 1

convertConnectionLogFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected