Documentation ¶
Index ¶
- type Servicer
- func (_m *Servicer) AccountCreate(data *account.Account) error
- func (_m *Servicer) AccountDelete(data *account.Account) error
- func (_m *Servicer) AccountReset(data *account.Account) error
- func (_m *Servicer) AccountUpdate(old *account.Account, new *account.Account) error
- func (_m *Servicer) LeaseCreate(data *lease.Lease) error
- func (_m *Servicer) LeaseEnd(data *lease.Lease) error
- func (_m *Servicer) LeaseUpdate(old *lease.Lease, new *lease.Lease) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Servicer ¶
Servicer is an autogenerated mock type for the Servicer type
func (*Servicer) AccountCreate ¶
AccountCreate provides a mock function with given fields: data
func (*Servicer) AccountDelete ¶
AccountDelete provides a mock function with given fields: data
func (*Servicer) AccountReset ¶
AccountReset provides a mock function with given fields: data
func (*Servicer) AccountUpdate ¶
AccountUpdate provides a mock function with given fields: old, new
func (*Servicer) LeaseCreate ¶
LeaseCreate provides a mock function with given fields: data
Click to show internal directories.
Click to hide internal directories.