(context.Context, database.BatchUpdateWorkspaceLastUsedAtParams)
| 22 | // Store is a subset of database.Store |
| 23 | type Store interface { |
| 24 | BatchUpdateWorkspaceLastUsedAt(context.Context, database.BatchUpdateWorkspaceLastUsedAtParams) error |
| 25 | } |
| 26 | |
| 27 | // UsageTracker tracks and de-bounces updates to workspace usage activity. |
no outgoing calls