Documentation
¶
Index ¶
Constants ¶
View Source
const ServiceTag = "discovery.ipfs.io"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
io.Closer
RegisterNotifee(Notifee)
UnregisterNotifee(Notifee)
}
func NewMdnsService ¶
func NewMdnsService(peerhost host.Host, interval time.Duration) (Service, error)
Click to show internal directories.
Click to hide internal directories.