MCPcopy Index your code
hub / github.com/coder/coder / connectionSlogBackend

Struct connectionSlogBackend

enterprise/coderd/connectionlog/connectionlog.go:511–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509}
510
511type connectionSlogBackend struct {
512 exporter *auditbackends.SlogExporter
513}
514
515// NewSlogBackend returns a Backend that logs connection events via
516// the structured logger.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected