(ctx context.Context, arg UpsertTailnetPeerParams)
| 1417 | UpsertRuntimeConfig(ctx context.Context, arg UpsertRuntimeConfigParams) error |
| 1418 | UpsertTailnetCoordinator(ctx context.Context, id uuid.UUID) (TailnetCoordinator, error) |
| 1419 | UpsertTailnetPeer(ctx context.Context, arg UpsertTailnetPeerParams) (TailnetPeer, error) |
| 1420 | UpsertTailnetTunnel(ctx context.Context, arg UpsertTailnetTunnelParams) (TailnetTunnel, error) |
| 1421 | UpsertTaskSnapshot(ctx context.Context, arg UpsertTaskSnapshotParams) error |
| 1422 | UpsertTaskWorkspaceApp(ctx context.Context, arg UpsertTaskWorkspaceAppParams) (TaskWorkspaceApp, error) |
no outgoing calls