Documentation ¶
Index ¶
- type IRepo
- func (_m *IRepo) Create(ctx contextx.Contextx, created *okr.KeyResult) (*okr.KeyResult, error)
- func (_m *IRepo) Delete(ctx contextx.Contextx, id string) error
- func (_m *IRepo) QueryByID(ctx contextx.Contextx, id string) (*okr.KeyResult, error)
- func (_m *IRepo) QueryList(ctx contextx.Contextx, offset int, limit int) ([]*okr.KeyResult, error)
- func (_m *IRepo) Update(ctx contextx.Contextx, updated *okr.KeyResult) (*okr.KeyResult, 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.