Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct {
ID int `json:"id"`
GroupID int `json:"group_id"`
Username string `json:"username"`
Password string `json:"password"`
Email string `json:"email"`
Phone string `json:"phone"`
Contact string `json:"contact"`
EncryteToken string `json:"encryte_token"`
Status int `json:"status"`
CreatedAt int64 `json:"created_at"`
UpdatedAt int64 `json:"updated_at"`
SyncType int // 0: noneed, 1: insert, 2: update, 3: delete.
}
type Users ¶
type Users struct {
// contains filtered or unexported fields
}
func (*Users) SyncSingle ¶
Click to show internal directories.
Click to hide internal directories.