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

Struct ConnectionLogger

enterprise/coderd/connectionlog/connectionlog.go:56–58  ·  view source on GitHub ↗

ConnectionLogger fans out each connection log event to every registered backend.

Source from the content-addressed store, hash-verified

54// ConnectionLogger fans out each connection log event to every
55// registered backend.
56type ConnectionLogger struct {
57 backends []Backend
58}
59
60// New creates a ConnectionLogger that dispatches to the given
61// backends.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected