net

package
v0.2.5 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AllowedInterface

type AllowedInterface struct {
	Priority int
	Enabled  bool
}

type NetworkService

type NetworkService struct {
	N                 NetworkWrapper
	AllowedInterfaces map[string]AllowedInterface
}

func (*NetworkService) GetInterfaceNames

func (ns *NetworkService) GetInterfaceNames() ([]string, error)

func (*NetworkService) GetInterfaces

func (ns *NetworkService) GetInterfaces() ([]net.Interface, error)

* returns available interfaces in priority use order

type NetworkServicer

type NetworkServicer interface {
	GetInterfaces() ([]net.Interface, error)
	GetInterfaceNames() ([]string, error)
}

func New

func New(n NetworkWrapper, allowedInterfaces map[string]AllowedInterface) NetworkServicer

type NetworkWrap

type NetworkWrap struct{}

func (*NetworkWrap) Interfaces

func (n *NetworkWrap) Interfaces() ([]net.Interface, error)

type NetworkWrapper

type NetworkWrapper interface {
	Interfaces() ([]net.Interface, error)
}

func NewNetworkWrapper

func NewNetworkWrapper() NetworkWrapper

Jump to

Keyboard shortcuts

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