Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginData ¶
type LoginData struct {
Status bool `json:"status"`
Code int `json:"code"`
Message string `json:"message"`
UserInfo *UserData `json:"userInfo"`
Tenantinfo []*Tenantdata `json:"tenantinfo"`
}
type NewUser ¶
type NewUser struct {
Firstname string `json:"firstname"`
Lastname string `json:"lastname"`
Email string `json:"email"`
Password string `json:"password"`
Mobile string `json:"Mobile"`
Roleid int `json:"roleid"`
Referenceid int `json:"referenceid"`
Locationid int `json:"locationid"`
Configid int `json:"configid"`
}
type RefreshTokenInput ¶
type RefreshTokenInput struct {
Token string `json:"token"`
}
type Tenantdata ¶ added in v1.0.8
type Updateddata ¶ added in v1.0.6
type UserCreatedData ¶
type UserData ¶
type UserData struct {
UserID int `json:"UserId"`
Firstname string `json:"Firstname"`
Lastname string `json:"Lastname"`
Email string `json:"Email"`
Mobile string `json:"Mobile"`
Roleid *int `json:"Roleid"`
Configid *int `json:"Configid"`
Token string `json:"Token"`
Tenantid *int `json:"Tenantid"`
Tenantname *string `json:"Tenantname"`
Locationid *int `json:"Locationid"`
Opentime *string `json:"Opentime"`
Closetime *string `json:"Closetime"`
CreatedDate string `json:"CreatedDate"`
Status string `json:"Status"`
}
Click to show internal directories.
Click to hide internal directories.