Documentation ¶
Index ¶
- func Ping(option interface{}) (int64, error)
- func PingContext(ctx context.Context, option interface{}) (int64, error)
- func PingLink(link string, attempts int) (int64, error)
- func PingLinkInternal(link string, pingOption PingOption) (int64, error)
- func PingSS(ssOption *outbound.ShadowSocksOption) (int64, error)
- func PingSSR(ssrOption *outbound.ShadowSocksROption) (int64, error)
- func PingTrojan(trojanOption *outbound.TrojanOption) (int64, error)
- func PingVmess(vmessOption *outbound.VmessOption) (int64, error)
- type PingOption
- type PingResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PingLinkInternal ¶
func PingLinkInternal(link string, pingOption PingOption) (int64, error)
func PingTrojan ¶
func PingTrojan(trojanOption *outbound.TrojanOption) (int64, error)
Types ¶
type PingOption ¶
type PingResult ¶
type PingResult struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.