MCPcopy Create free account
hub / github.com/PostHog/duckgres / StopContext

Method StopContext

server/querylog.go:75–75  ·  view source on GitHub ↗
(context.Context)

Source from the content-addressed store, hash-verified

73 return newPostgresQueryLogSink(ctx, cfg)
74}
75
76// Log sends an entry to the query log. Non-blocking; drops if channel is full.
77func (ql *QueryLogger) Log(entry QueryLogEntry) {
78 if ql == nil || ql.ch == nil {

Implementers 4

fakeControlPlaneQueryLogSinkcontrolplane/control_test.go
captureQueryLogSinkserver/querylog_kafka_test.go
QueryLoggerserver/querylog.go
KafkaQueryLogSinkserver/querylog_kafka.go

Calls

no outgoing calls