Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCommand ¶
Types ¶
type PeersAddResult ¶
type PeersAddResult struct { NumRequested int `json:"num_requested"` NumAdded int `json:"num_added"` Peers []string `json:"peers"` Errors []string `json:"errors"` }
func (*PeersAddResult) GetOutput ¶
func (r *PeersAddResult) GetOutput() string
Click to show internal directories.
Click to hide internal directories.