Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoStream = fmt.Errorf("no stream")
)
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Listen() Send(*v1.DaemonMessage) }
func NewClient ¶ added in v0.0.4
func NewClient(logger chassis.Logger, mdns host.DNSPublisher, stun host.STUNClient, locatorController host.LocatorController) Client
Click to show internal directories.
Click to hide internal directories.