Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAccountEmpty = errors.New("account can not be empty")
Functions ¶
This section is empty.
Types ¶
type Profile ¶
type Profile struct { Account string `json:"account"` Type string `json:"type,omitempty"` Email string `json:"email"` Line string `json:"line"` LineAccessToken string `json:"lineAccessToken"` Messenger string `json:"messenger"` Telegram string `json:"telegram"` TelegramChat int64 `json:"telegramChat"` }
type User ¶
type User struct { Enable bool `json:"enable"` CreateTime time.Time `json:"createTime"` UpdateTime time.Time `json:"updateTime"` Profile `json:"Profile"` Subscribes subscription.Subscriptions // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.