# Functions
Diff returns respectively the list of items that has to be added and removed from "old" to create the same list as "cur".
NewListener creates a new Listener with the provided storage, using as Provider the MergedProvider implementation.
# Structs
No description provided by the author
Conn is a wrapper around net.Conn, with the addition of some functions useful to uniquely identify the connection and receive callbacks on close events.
DataFlow collects data about a data tranmission.
No description provided by the author
Interface is a wrapper around net.Interface and implements the core.Source interface, i.e.
No description provided by the author
No description provided by the author
Provider is a provider implementation which acts as a wrapper around many provider implementations.
# Interfaces
MetricsExporter is the entity used to send data tranmission information to an entity that is supposed to persist or handle the data accordingly.
Provider describes a service that is capable of providing sources and checking their effective internet connection using a defined level of confidence.
Store describes an entity that is able to store, delete and list sources.
# Type aliases
No description provided by the author
DialHook describes the function used to notify about dial errors.