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

Method InsertBoundaryLog

coderd/database/dbauthz/dbauthz.go:5462–5464  ·  view source on GitHub ↗

TODO (PR #24810): Replace rbac.ResourceAuditLog with dedicated boundary_log resource type.

(ctx context.Context, arg database.InsertBoundaryLogParams)

Source from the content-addressed store, hash-verified

5460
5461// TODO (PR #24810): Replace rbac.ResourceAuditLog with dedicated boundary_log resource type.
5462func (q *querier) InsertBoundaryLog(ctx context.Context, arg database.InsertBoundaryLogParams) (database.BoundaryLog, error) {
5463 return insert(q.log, q.auth, rbac.ResourceAuditLog, q.db.InsertBoundaryLog)(ctx, arg)
5464}
5465
5466// TODO (PR #24810): Replace rbac.ResourceAuditLog with dedicated boundary_log resource type.
5467func (q *querier) InsertBoundarySession(ctx context.Context, arg database.InsertBoundarySessionParams) (database.BoundarySession, error) {

Callers

nothing calls this directly

Calls 1

insertFunction · 0.85

Tested by

no test coverage detected