Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MinerExtendData ¶
type MinerExtendData struct { MainAddr string `json:"main_addr"` HopAddr string `json:"hop_addr"` Location string `json:"location"` PoolAddr string `json:"pool_addr,omitempty"` Version string `json:"version,omitempty"` }
func ToMinerExtData ¶
func ToMinerExtData(s string) (*MinerExtendData, error)
func (*MinerExtendData) Marshal ¶
func (med *MinerExtendData) Marshal() string
Click to show internal directories.
Click to hide internal directories.