Documentation
¶
Index ¶
Constants ¶
View Source
const ( AddressStatusAvailable = "available" AddressStatusAllocated = "allocated" AddressStatusUsed = "used" )
Address status constants
Variables ¶
This section is empty.
Functions ¶
func CreateKind411Event ¶
Types ¶
type RelayInfo ¶
type RelayInfo struct { Name string `json:"name"` Description string `json:"description,omitempty"` Pubkey string `json:"pubkey"` Contact string `json:"contact"` SupportedNIPs []int `json:"supported_nips"` Software string `json:"software"` Version string `json:"version"` DHTkey string `json:"dhtkey,omitempty"` }
Click to show internal directories.
Click to hide internal directories.