(ctx context.Context, id uuid.UUID)
| 664 | // post-cancel cleanup runs). |
| 665 | GetStaleChats(ctx context.Context, staleThreshold time.Time) ([]Chat, error) |
| 666 | GetTailnetPeers(ctx context.Context, id uuid.UUID) ([]TailnetPeer, error) |
| 667 | GetTailnetTunnelPeerBindingsBatch(ctx context.Context, ids []uuid.UUID) ([]GetTailnetTunnelPeerBindingsBatchRow, error) |
| 668 | GetTailnetTunnelPeerIDsBatch(ctx context.Context, ids []uuid.UUID) ([]GetTailnetTunnelPeerIDsBatchRow, error) |
| 669 | GetTaskByID(ctx context.Context, id uuid.UUID) (Task, error) |
no outgoing calls