(ctx context.Context)
| 308 | GetAllTailnetCoordinators(ctx context.Context) ([]TailnetCoordinator, error) |
| 309 | GetAllTailnetPeers(ctx context.Context) ([]TailnetPeer, error) |
| 310 | GetAllTailnetTunnels(ctx context.Context) ([]TailnetTunnel, error) |
| 311 | // Atomic read+delete prevents replicas that flush between a separate read and |
| 312 | // reset from having their data deleted before the next snapshot. Uses a common |
| 313 | // table expression with DELETE...RETURNING so the rows we sum are exactly the |
no outgoing calls