endpoint

package
v1.4.5 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2024 License: BSD-3-Clause Imports: 4 Imported by: 5

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.1.7

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

Types

type AuthType added in v1.3.5

type AuthType int32
const (
	AuthTypeNone AuthType = iota
	AuthTypeLocal
)

type Endpoint

type Endpoint struct {
	Host       string
	Port       int32
	Timeout    int32
	Istcp      int32 //need remove
	Grid       int32
	Qos        int32
	Weight     int32
	WeightType int32
	AuthType   int32
	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) HashKey added in v1.1.7

func (e Endpoint) HashKey() string

func (Endpoint) IsSSL added in v1.1.7

func (e Endpoint) IsSSL() bool

func (Endpoint) IsTcp added in v1.1.7

func (e Endpoint) IsTcp() bool

func (Endpoint) IsUdp added in v1.1.7

func (e Endpoint) IsUdp() bool

func (Endpoint) String added in v1.1.2

func (e Endpoint) String() string

String returns readable string for Endpoint

type WeightType added in v1.3.5

type WeightType int32
const (
	ELoop WeightType = iota
	EStaticWeight
)

Jump to

Keyboard shortcuts

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