Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetWallets ¶
func GetWallets(db *sql.DB, issue *Issue, sp SeedPrivacy) (err error)
GetWallets for the issue. Repo and ID of the issue should be filled.
Types ¶
type Issue ¶
type Issue struct { // Repo in format "github.com/jollheef/donate" Repo string // ID of the issue on GitHub (not internal database one!) ID int // Cryptocurrency wallets Wallets map[c.Cryptocurrency]Wallet }
Issue with corresponding wallets for donations
type SeedPrivacy ¶
type SeedPrivacy int
SeedPrivacy declare should be seed shown in wallet structure or not
const ( // HideSeed in wallet structure HideSeed SeedPrivacy = iota // Show in Wallet structure ShowSeed )
Click to show internal directories.
Click to hide internal directories.