Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Log = cl.NewSubSystem(pkgs.Name(_d), "info")
Functions ¶
Types ¶
type RequestFunc ¶
type RequestFunc func(key, address string)
func Serve ¶
func Serve(params *netparams.Params, lanInterface *net.Interface) (cancel context. CancelFunc, request RequestFunc, err error)
type ResultsFunc ¶
type ResultsFunc func() []*zeroconf.ServiceEntry
func AsyncZeroConfSearch ¶
func AsyncZeroConfSearch(service string, myInstance string) ( cancel context.CancelFunc, results ResultsFunc, err error)
Click to show internal directories.
Click to hide internal directories.