Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Locus ¶
type Locus struct { Peer *Peer // Client peer enclosure for this circuit locus // contains filtered or unexported fields }
Locus is a device that listens to the join/leave events reported by the tissue social system, and maintains an asynchronously-readable current list of known peers.
func (*Locus) NewArrivals ¶
func (*Locus) NewDepartures ¶
type Peer ¶
type Peer struct { Kin tissue.KinAvatar // Cross-interface to the kin system at this locus Term circuit.PermX // Cross-interface to anchor.XTerminal }
Peer encloses a cross-interface to the tissue system of a circuit worker, as well as a cross-interface to its exported resource hierarchy.
func (Peer) ID ¶
func (i Peer) ID() lang.ReceiverID
Click to show internal directories.
Click to hide internal directories.