Documentation
¶
Index ¶
Constants ¶
View Source
const ( ABORTED = ping_state(0) RESPONDED = ping_state(1) CLOSED_BY_KERNEL = ping_state(2) TIMEOUT = ping_state(3) INTERNAL_ERROR = ping_state(4) )
Definiert alle verfügbaren Ping Vorgänge
View Source
const (
PING_PROTOCOL uint8 = 0
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIClient ¶
type APIClient struct {
// contains filtered or unexported fields
}
Stellt eine API Verbindung dar
func (*APIClient) FetchAllRelays ¶
func (obj *APIClient) FetchAllRelays() ([]ApiRelayEntry, error)
Ruft alle Vefügbaren Relays ab
type ApiRelayConnection ¶
type ApiRelayEntry ¶
type CommandArgs ¶
Click to show internal directories.
Click to hide internal directories.