dialer

package
v0.4.5 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2020 License: MIT Imports: 4 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
}

type Dialer

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

func NewDialer

func NewDialer(network string, address string) *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