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(message *v1.DaemonMessage, request *v1.ServerMessage)
SendWithError(message *v1.DaemonMessage, request *v1.ServerMessage) error
}
func NewClient ¶ added in v0.0.4
func NewClient(logger chassis.Logger, mdns host.DNSPublisher, secureTunneling host.SecureTunnelingController) Client
Click to show internal directories.
Click to hide internal directories.