(ctx context.Context, ids []uuid.UUID)
| 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) |
| 670 | GetTaskByOwnerIDAndName(ctx context.Context, arg GetTaskByOwnerIDAndNameParams) (Task, error) |
no outgoing calls