Documentation
¶
Index ¶
- func CreateDept(ctx context.Context, dept *modelDept.Dept) error
- func DeleteDeptById(ctx context.Context, deptId string) error
- func FindDeptPath(ctx context.Context, parent_id string) (string, error)
- func GetDept(ctx context.Context, f *db.Filter) (dept *modelDept.Dept, err error)
- func ParentExist(ctx context.Context, parent_id string) error
- func SearchDept(ctx context.Context, offset, limit int) (list []*modelDept.Dept, err error)
- func UpdateDept(ctx context.Context, dept *modelDept.Dept) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SearchDept ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.