Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Network ¶
type Network struct{}
func (*Network) GetConnections ¶
func (n *Network) GetConnections(kind string) ([]gonet.ConnectionStat, error)
type NetworkManager ¶
type NetworkManager interface {
GetConnections(kind string) ([]gonet.ConnectionStat, error)
}
NetworkManager abstracts connection on ports
Click to show internal directories.
Click to hide internal directories.