(ctx context.Context, id uuid.UUID, name string, a CoordinateeAuth)
| 48 | Node(id uuid.UUID) *Node |
| 49 | Close() error |
| 50 | Coordinate(ctx context.Context, id uuid.UUID, name string, a CoordinateeAuth) (chan<- *proto.CoordinateRequest, <-chan *proto.CoordinateResponse) |
| 51 | } |
| 52 | |
| 53 | // Node represents a node in the network. |
no outgoing calls