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

Struct logDialer

coderd/database/pubsub/pubsub.go:455–458  ·  view source on GitHub ↗

logDialer is a pq.Dialer and pq.DialerContext that logs when it starts connecting and when the TCP connection is established.

Source from the content-addressed store, hash-verified

453// logDialer is a pq.Dialer and pq.DialerContext that logs when it starts
454// connecting and when the TCP connection is established.
455type logDialer struct {
456 logger slog.Logger
457 d net.Dialer
458}
459
460var (
461 _ pq.Dialer = logDialer{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected