(ctx context.Context, arg GetTaskByOwnerIDAndNameParams)
| 668 | GetTailnetTunnelPeerIDsBatch(ctx context.Context, ids []uuid.UUID) ([]GetTailnetTunnelPeerIDsBatchRow, error) |
| 669 | GetTaskByID(ctx context.Context, id uuid.UUID) (Task, error) |
| 670 | GetTaskByOwnerIDAndName(ctx context.Context, arg GetTaskByOwnerIDAndNameParams) (Task, error) |
| 671 | GetTaskByWorkspaceID(ctx context.Context, workspaceID uuid.UUID) (Task, error) |
| 672 | GetTaskSnapshot(ctx context.Context, taskID uuid.UUID) (TaskSnapshot, error) |
| 673 | GetTelemetryItem(ctx context.Context, key string) (TelemetryItem, error) |
no outgoing calls