Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupSvc ¶
type GroupSvc interface {
Get(ctx context.Context, id int64) (*group_entity.Group, error)
List(ctx context.Context) ([]*group_entity.Group, error)
Create(ctx context.Context, group *group_entity.Group) error
Update(ctx context.Context, group *group_entity.Group) error
Rename(ctx context.Context, id int64, name string) error
Delete(ctx context.Context, id int64, deleteAssets bool) error
Move(ctx context.Context, id int64, direction string) error
Reorder(ctx context.Context, id, targetParentID, beforeID int64) error
}
GroupSvc 分组业务接口
Click to show internal directories.
Click to hide internal directories.