net

package
v0.0.0-...-115e584 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetIP

func GetIP(nic string) string

func HostPort

func HostPort(addr string, port interface{}) string

HostPort format addr and port suitable for dial

func Listen

func Listen(addr string, fn func(string) (net.Listener, error)) (net.Listener, error)

Listen takes addr:portmin-portmax and binds to the first available port Example: Listen("localhost:5000-6000", fn)

Types

type NetInterfaceIP

type NetInterfaceIP struct {
	// contains filtered or unexported fields
}

NetInterfaceIP 记录所有网卡对应的IP地址

func (*NetInterfaceIP) EnumAllIP

func (p *NetInterfaceIP) EnumAllIP() map[string]*NicIP

EnumAllIP 枚举本地网卡对应的ip地址

func (*NetInterfaceIP) GetIPByNic

func (p *NetInterfaceIP) GetIPByNic(nic string) string

type NicIP

type NicIP struct {
	// contains filtered or unexported fields
}

NicIP 记录网卡名对应的IP地址

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL