Documentation ¶
Index ¶
- type IBiz
- func (_m *IBiz) GetByID(ctx contextx.Contextx, id int64) (*user.Profile, error)
- func (_m *IBiz) GetByToken(ctx contextx.Contextx, token string) (*user.Profile, error)
- func (_m *IBiz) Login(ctx contextx.Contextx, email string, password string) (*user.Profile, error)
- func (_m *IBiz) Logout(ctx contextx.Contextx) error
- func (_m *IBiz) Signup(ctx contextx.Contextx, email string, password string, name string) (*user.Profile, 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) GetByToken ¶
GetByToken provides a mock function with given fields: ctx, token
Click to show internal directories.
Click to hide internal directories.