Documentation ¶
Index ¶
- type IBiz
- func (_m *IBiz) ChangeName(ctx contextx.Contextx, id int64, name string) (*event.Activity, error)
- func (_m *IBiz) Delete(ctx contextx.Contextx, id int64) error
- func (_m *IBiz) GetByID(ctx contextx.Contextx, id int64) (*event.Activity, error)
- func (_m *IBiz) InviteMembers(ctx contextx.Contextx, id int64, emails []string) (*event.Activity, error)
- func (_m *IBiz) List(ctx contextx.Contextx, page int, size int) ([]*event.Activity, int, error)
- func (_m *IBiz) NewWithMembers(ctx contextx.Contextx, name string, emails []string) (*event.Activity, 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) ChangeName ¶
ChangeName provides a mock function with given fields: ctx, id, name
func (*IBiz) InviteMembers ¶
func (_m *IBiz) InviteMembers(ctx contextx.Contextx, id int64, emails []string) (*event.Activity, error)
InviteMembers provides a mock function with given fields: ctx, id, emails
Click to show internal directories.
Click to hide internal directories.