Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigError ¶ added in v0.4.0
type ConfigError struct {
Msg string
}
ConfigError for configuration validate failed
func (*ConfigError) Error ¶ added in v0.4.0
func (e *ConfigError) Error() string
type ErrInvalidPort ¶
type ErrInvalidPort struct { }
ErrInvalidPort for invalid port
func (*ErrInvalidPort) Error ¶
func (*ErrInvalidPort) Error() string
type ErrTTLExceed ¶
type ErrTTLExceed struct { }
ErrTTLExceed for ttl exceed
func (*ErrTTLExceed) Error ¶
func (*ErrTTLExceed) Error() string
type ErrTimeout ¶
type ErrTimeout struct { }
ErrTimeout for ping timeout error
func (*ErrTimeout) Error ¶
func (*ErrTimeout) Error() string
Click to show internal directories.
Click to hide internal directories.