Documentation ¶
Index ¶
- type IBiz
- func (_m *IBiz) BookCar(ctx contextx.Contextx, id string, projID string, _a3 *user.Profile) (*order.Booking, error)
- func (_m *IBiz) CancelBooking(ctx contextx.Contextx, id string, _a2 *user.Profile) error
- func (_m *IBiz) GetByID(ctx contextx.Contextx, id string, _a2 *user.Profile) (*order.Info, error)
- func (_m *IBiz) List(ctx contextx.Contextx, start int, end int, _a3 *user.Profile) ([]*order.Info, 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) BookCar ¶
func (_m *IBiz) BookCar(ctx contextx.Contextx, id string, projID string, _a3 *user.Profile) (*order.Booking, error)
BookCar provides a mock function with given fields: ctx, id, projID, _a3
func (*IBiz) CancelBooking ¶
CancelBooking provides a mock function with given fields: ctx, id, _a2
Click to show internal directories.
Click to hide internal directories.