GetAuthorizedWorkspacesAndAgentsByOwnerID requires a context with an actor set
(ctx context.Context, ownerID uuid.UUID)
| 23 | type UpdatesQuerier interface { |
| 24 | // GetAuthorizedWorkspacesAndAgentsByOwnerID requires a context with an actor set |
| 25 | GetWorkspacesAndAgentsByOwnerID(ctx context.Context, ownerID uuid.UUID) ([]database.GetWorkspacesAndAgentsByOwnerIDRow, error) |
| 26 | GetWorkspaceByAgentID(ctx context.Context, agentID uuid.UUID) (database.Workspace, error) |
| 27 | } |
| 28 |
no outgoing calls
no test coverage detected