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

Method Upsert

coderd/connectionlog/connectionlog.go:14–14  ·  view source on GitHub ↗
(ctx context.Context, clog database.UpsertConnectionLogParams)

Source from the content-addressed store, hash-verified

12
13type ConnectionLogger interface {
14 Upsert(ctx context.Context, clog database.UpsertConnectionLogParams) error
15}
16
17type nop struct{}

Callers 2

ReportConnectionMethod · 0.65
connLogInitRequestMethod · 0.65

Implementers 5

nopcoderd/connectionlog/connectionlog.go
FakeConnectionLoggercoderd/connectionlog/connectionlog.go
ConnectionLoggerenterprise/coderd/connectionlog/connec
DBBatcherenterprise/coderd/connectionlog/connec
connectionSlogBackendenterprise/coderd/connectionlog/connec

Calls

no outgoing calls

Tested by

no test coverage detected