Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DepartmentID ¶
type ResponseDepartmentCreate ¶
type ResponseDepartmentCreate struct {
response.ResponseWork
ID int `json:"id"`
}
type ResponseDepartmentDelete ¶
type ResponseDepartmentDelete struct {
response.ResponseWork
}
type ResponseDepartmentGet ¶
type ResponseDepartmentGet struct {
response.ResponseWork
Department *models.Department `json:"department"`
}
type ResponseDepartmentIDList ¶
type ResponseDepartmentIDList struct {
response.ResponseWork
DepartmentIDs []DepartmentID `json:"department_id"`
}
type ResponseDepartmentList ¶
type ResponseDepartmentList struct {
response.ResponseWork
Departments []*models.Department `json:"department"`
}
type ResponseDepartmentUpdate ¶
type ResponseDepartmentUpdate struct {
response.ResponseWork
}
Click to show internal directories.
Click to hide internal directories.