endpoint

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2022 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UDP int32 = 0
	TCP int32 = 1
	SSL int32 = 2
)

Variables

This section is empty.

Functions

func Endpoint2tars

func Endpoint2tars(end Endpoint) endpointf.EndpointF

Endpoint2tars transfer Endpoint to endpointf.EndpointF

func IsEqual added in v1.0.3

func IsEqual(a, b *[]endpointf.EndpointF) bool

Types

type Endpoint

type Endpoint struct {
	Host      string
	Port      int32
	Timeout   int32
	Istcp     int32 //need remove
	Proto     string
	Bind      string
	Container string
	SetId     string
	Key       string
}

Endpoint struct is used record a remote server instance.

func Parse

func Parse(endpoint string) Endpoint

Parse pares string to struct Endpoint, like tcp -h 10.219.139.142 -p 19386 -t 60000

func Tars2endpoint

func Tars2endpoint(end endpointf.EndpointF) Endpoint

Tars2endpoint make endpointf.EndpointF to Endpoint struct.

func (Endpoint) IsSSL added in v1.0.3

func (e Endpoint) IsSSL() bool

func (Endpoint) IsTcp added in v1.0.3

func (e Endpoint) IsTcp() bool

func (Endpoint) IsUdp added in v1.0.3

func (e Endpoint) IsUdp() bool

func (Endpoint) String

func (e Endpoint) String() string

String returns readable string for Endpoint

Jump to

Keyboard shortcuts

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