sourceselect

package module
v0.0.0-...-11c859f Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2021 License: Apache-2.0, MIT Imports: 3 Imported by: 0

README

go-src-select

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNotFound       = errors.New("Select Not Found")
	ErrNotImplemented = errors.New("not implemented")
)

Functions

func Select

func Select(destination net.IP) (net.IP, error)

Types

type LinuxSourceSelect

type LinuxSourceSelect struct {
}

func New

func New() *LinuxSourceSelect

func (*LinuxSourceSelect) Select

func (s *LinuxSourceSelect) Select(destination net.IP) (net.IP, error)

type SourceSelect

type SourceSelect interface {
	Select(net.IP) (net.IP, error)
}

Jump to

Keyboard shortcuts

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