Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandlerGetStatus ¶
func HandlerGetStatus(ctx *context.Context) gin.HandlerFunc
Types ¶
type ResponseGetStatus ¶
type ResponseGetStatus struct { Address string `json:"address"` Bandwidth *Bandwidth `json:"bandwidth"` Handshake *Handshake `json:"handshake"` IntervalSetSessions time.Duration `json:"interval_set_sessions"` IntervalUpdateSessions time.Duration `json:"interval_update_sessions"` IntervalUpdateStatus time.Duration `json:"interval_update_status"` Location *Location `json:"location"` Moniker string `json:"moniker"` Operator string `json:"operator"` Peers int `json:"peers"` GigabytePrices string `json:"gigabyte_prices"` HourlyPrices string `json:"hourly_prices"` QOS *QOS `json:"qos"` Type uint64 `json:"type"` Version string `json:"version"` }
Click to show internal directories.
Click to hide internal directories.