Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultHomeDirectory = func() string { home, err := os.UserHomeDir() if err != nil { panic(err) } return filepath.Join(home, ".sentinelcli") }() )
Functions ¶
This section is empty.
Types ¶
type Bandwidth ¶
func NewBandwidthFromRaw ¶
type Coin ¶
func NewCoinFromRaw ¶
type DecCoin ¶
func NewDecCoinFromRaw ¶
type Error ¶
type Status ¶
type Status struct { From string `json:"from"` ID uint64 `json:"id"` IFace string `json:"iface"` To string `json:"to"` }
func (*Status) LoadFromPath ¶
func (*Status) SaveToPath ¶
Click to show internal directories.
Click to hide internal directories.