GetAuditLogsBefore retrieves `row_limit` number of audit logs before the provided ID.
(ctx context.Context, arg GetAuditLogsOffsetParams)
| 318 | // GetAuditLogsBefore retrieves `row_limit` number of audit logs before the provided |
| 319 | // ID. |
| 320 | GetAuditLogsOffset(ctx context.Context, arg GetAuditLogsOffsetParams) ([]GetAuditLogsOffsetRow, error) |
| 321 | // GetAuthenticatedWorkspaceAgentAndBuildByAuthToken returns an authenticated |
| 322 | // workspace agent and its associated build. During normal operation, this is |
| 323 | // the latest build. During shutdown, this may be the previous START build while |
no outgoing calls