Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDeptRequest ¶
type CreateDeptResponse ¶
type DeleteDeptRequest ¶
type DeleteDeptRequest struct {
DeptID string `json:"dept_id" uri:"dept_id" binding:"required"`
}
type DeleteDeptResponse ¶
type DeleteDeptResponse struct {
Result string `json:"result"`
}
type GetDeptRequest ¶
type GetDeptRequest struct {
DeptID string `json:"dept_id" uri:"dept_id" binding:"required"`
}
type GetDeptResponse ¶
type ListDeptRequest ¶
type ListDeptResponse ¶
type UpdateDeptRequest ¶
type UpdateDeptResponse ¶
type UpdateDeptResponse struct {
Result string `json:"result"`
}
Click to show internal directories.
Click to hide internal directories.