Documentation ¶
Index ¶
- type IBiz
- func (_m *IBiz) Count(ctx contextx.Contextx) (int, error)
- func (_m *IBiz) Create(ctx contextx.Contextx, _a1 *pb.Task) (*pb.Task, error)
- func (_m *IBiz) Delete(ctx contextx.Contextx, id string) error
- func (_m *IBiz) GetByID(ctx contextx.Contextx, id string) (*pb.Task, error)
- func (_m *IBiz) List(ctx contextx.Contextx, page int, size int) ([]*pb.Task, error)
- func (_m *IBiz) ModifyTitle(ctx contextx.Contextx, id string, title string) (*pb.Task, error)
- func (_m *IBiz) UpdateStatus(ctx contextx.Contextx, id string, status pb.Status) (*pb.Task, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IBiz ¶
IBiz is an autogenerated mock type for the IBiz type
func (*IBiz) ModifyTitle ¶ added in v1.2.6
ModifyTitle provides a mock function with given fields: ctx, id, title
Click to show internal directories.
Click to hide internal directories.