Documentation ¶ Index ¶ type User func (u User) QRCodeURL(cfg config.App, amount float64) *url.URL Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type User ¶ type User struct { ID string `json:"id"` Username string `json:"username"` Name string `json:"name"` BankAccountNumber string `json:"bank_account_number"` City string `json:"city"` IPSString string `json:"ips_string"` } func (User) QRCodeURL ¶ func (u User) QRCodeURL( cfg config.App, amount float64, ) *url.URL Source Files ¶ View all Source files user.go Click to show internal directories. Click to hide internal directories.