Versions in this module Expand all Collapse all v0 v0.1.1 Aug 14, 2024 v0.1.0 Aug 3, 2024 v0.0.0 Jul 22, 2024 Changes in this version + const ServiceName + type Client struct + func (c Client) Connect(identity id.Identity, port string) (client Client, err error) + func (c Client) Contacts() (<-chan []Contact, error) + type Contact struct + Alias string + Id string + type Link struct + Id int + Idle time.Duration + Latency time.Duration + Network string + Remote string + RemoteId string + Since time.Duration + type Loader struct + func (Loader) Load(node modules.Node, _ assets.Assets, log *log.Logger) (modules.Module, error)