Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BitcoinDownload ¶
func BitcoinDownload()
Types ¶
type Cryptocurrency ¶
type Cryptocurrency struct { ID int `storm:"id,increment"` Name string `storm:"index"` Symbol string `storm:"unique"` FolderBin string FolderData string DaemonConfig []PortConfig }
func NewCryptocurrency ¶
func NewCryptocurrency(symbol string) *Cryptocurrency
func (*Cryptocurrency) CreateConfig ¶
func (c *Cryptocurrency) CreateConfig()
func (*Cryptocurrency) SetConfigs ¶
func (c *Cryptocurrency) SetConfigs()
func (*Cryptocurrency) SetFolders ¶
func (c *Cryptocurrency) SetFolders()
type PortConfig ¶
Click to show internal directories.
Click to hide internal directories.