()
| 28 | |
| 29 | type Conn interface { |
| 30 | CurrentWorkspaceState() (tailnet.WorkspaceUpdate, error) |
| 31 | GetPeerDiagnostics(peerID uuid.UUID) tailnet.PeerDiagnostics |
| 32 | Ping(ctx context.Context, agentID uuid.UUID) (time.Duration, bool, *ipnstate.PingResult, error) |
| 33 | Node() *tailnet.Node |
no outgoing calls