dialer

package
v0.4.13 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2020 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDialerWithConfig

func NewDialerWithConfig(conf *Config) stream.Dialer

Types

type Config

type Config struct {
	Network  DialerNetworkEnum
	Address  string
	Original bool `json:",omitempty"`
	Virtual  bool `json:",omitempty"`
}

type Dialer

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

func NewDialer

func NewDialer(network string, address string, virtual bool, original bool) *Dialer

func (*Dialer) DialStream

func (d *Dialer) DialStream(ctx context.Context) (stream.Stream, error)

type DialerNetworkEnum

type DialerNetworkEnum string
const (
	EnumTCP  DialerNetworkEnum = "tcp"
	EnumTCP4 DialerNetworkEnum = "tcp4"
	EnumTCP6 DialerNetworkEnum = "tcp6"
	EnumUnix DialerNetworkEnum = "unix"
)

Jump to

Keyboard shortcuts

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