Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddAccount ¶
func AddAccount(account Account)
func UpdateAccount ¶
Types ¶
type Account ¶
type Account struct {
Phone string `json:"phone" yaml:"phone"`
DevCode string `json:"dev_code" yaml:"dev_code"`
Source string `json:"source" yaml:"source"`
Version string `json:"version" yaml:"version"`
Token string `json:"token" yaml:"token" table:",ignore"`
}
func GetAccount ¶
Click to show internal directories.
Click to hide internal directories.