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"`
Did string `json:"did" yaml:"did"`
Ltp0 string `json:"ltp0" yaml:"ltp0"`
Room int `json:"room" yaml:"room"`
Assigns []Assign `json:"assigns" yaml:"assigns" table:",ignore"`
IgnoreExpiredCheck bool `json:"ignore_expired_check" yaml:"ignore_expired_check" table:",ignore"`
}
func GetAccount ¶
func GetAccountOrFirst ¶
Click to show internal directories.
Click to hide internal directories.