Documentation ¶
Index ¶
- type IRepo
- func (_m *IRepo) Count(ctx contextx.Contextx) (int, error)
- func (_m *IRepo) Create(ctx contextx.Contextx, task *pb.Task) (*pb.Task, error)
- func (_m *IRepo) Delete(ctx contextx.Contextx, id string) (int, error)
- func (_m *IRepo) List(ctx contextx.Contextx, offset int, limit int) ([]*pb.Task, error)
- func (_m *IRepo) QueryByID(ctx contextx.Contextx, id string) (*pb.Task, error)
- func (_m *IRepo) Update(ctx contextx.Contextx, updated *pb.Task) (*pb.Task, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IRepo ¶
IRepo is an autogenerated mock type for the IRepo type
Click to show internal directories.
Click to hide internal directories.