(ctx context.Context)
| 314 | // rows we delete. Stale rows are excluded from the sum but still deleted. |
| 315 | GetAndResetBoundaryUsageSummary(ctx context.Context, maxStalenessMs int64) (GetAndResetBoundaryUsageSummaryRow, error) |
| 316 | GetAnnouncementBanners(ctx context.Context) (string, error) |
| 317 | GetApplicationName(ctx context.Context) (string, error) |
| 318 | // GetAuditLogsBefore retrieves `row_limit` number of audit logs before the provided |
| 319 | // ID. |
no outgoing calls