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

Method ListBoundaryLogsBySessionID

coderd/database/querier.go:1063–1063  ·  view source on GitHub ↗

Lists boundary logs for a session, sorted by sequence number ascending. Supports optional exclusive sequence number bounds (seq_after, seq_before) for fetching events between two known interceptions.

(ctx context.Context, arg ListBoundaryLogsBySessionIDParams)

Source from the content-addressed store, hash-verified

1061 // Supports optional exclusive sequence number bounds (seq_after, seq_before)
1062 // for fetching events between two known interceptions.
1063 ListBoundaryLogsBySessionID(ctx context.Context, arg ListBoundaryLogsBySessionIDParams) ([]BoundaryLog, error)
1064 ListChatUsageLimitGroupOverrides(ctx context.Context) ([]ListChatUsageLimitGroupOverridesRow, error)
1065 ListChatUsageLimitOverrides(ctx context.Context) ([]ListChatUsageLimitOverridesRow, error)
1066 ListProvisionerKeysByOrganization(ctx context.Context, organizationID uuid.UUID) ([]ProvisionerKey, error)

Callers 3

TestBoundaryLogsMethod · 0.65

Implementers 5

sqlQueriercoderd/database/db.go
queryMetricsStorecoderd/database/dbmetrics/querymetrics
queriercoderd/database/dbauthz/dbauthz.go
MockStorecoderd/database/dbmock/dbmock.go
MockStoreMockRecordercoderd/database/dbmock/dbmock.go

Calls

no outgoing calls

Tested by 1

TestBoundaryLogsMethod · 0.52