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

Method InsertBoundaryLog

coderd/database/querier.go:934–934  ·  view source on GitHub ↗
(ctx context.Context, arg InsertBoundaryLogParams)

Source from the content-addressed store, hash-verified

932 InsertAllUsersGroup(ctx context.Context, organizationID uuid.UUID) (Group, error)
933 InsertAuditLog(ctx context.Context, arg InsertAuditLogParams) (AuditLog, error)
934 InsertBoundaryLog(ctx context.Context, arg InsertBoundaryLogParams) (BoundaryLog, error)
935 InsertBoundarySession(ctx context.Context, arg InsertBoundarySessionParams) (BoundarySession, error)
936 InsertChat(ctx context.Context, arg InsertChatParams) (Chat, error)
937 // updated_at is the retention clock used by DeleteOldChatDebugRuns.

Callers 3

InsertBoundaryLogMethod · 0.65
TestBoundaryLogsMethod · 0.65
BoundaryLogFunction · 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