(ctx context.Context, arg GetWorkspacesParams, prepared rbac.PreparedAuthorized)
| 235 | |
| 236 | type workspaceQuerier interface { |
| 237 | GetAuthorizedWorkspaces(ctx context.Context, arg GetWorkspacesParams, prepared rbac.PreparedAuthorized) ([]GetWorkspacesRow, error) |
| 238 | GetAuthorizedWorkspacesAndAgentsByOwnerID(ctx context.Context, ownerID uuid.UUID, prepared rbac.PreparedAuthorized) ([]GetWorkspacesAndAgentsByOwnerIDRow, error) |
| 239 | } |
| 240 |
no outgoing calls