ConnectionMethod describes the network path a workspace connection took at the moment a disconnect log was emitted. It is intended for observability only; do not switch behavior on it.
| 196 | // took at the moment a disconnect log was emitted. It is intended for |
| 197 | // observability only; do not switch behavior on it. |
| 198 | type ConnectionMethod string |
| 199 | |
| 200 | func (m ConnectionMethod) SlogField() slog.Field { |
| 201 | return slog.F("connection_method", m) |
no outgoing calls
no test coverage detected