Documentation ¶
Index ¶
- type Publisher
- 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 ¶ added in v0.34.0
Servicer is an autogenerated mock type for the Servicer type
func NewServicer ¶ added in v0.34.0
func NewServicer(t mockConstructorTestingTNewServicer) *Servicer
NewServicer creates a new instance of Servicer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*Servicer) AccountCreate ¶ added in v0.34.0
AccountCreate provides a mock function with given fields: data
func (*Servicer) AccountDelete ¶ added in v0.34.0
AccountDelete provides a mock function with given fields: data
func (*Servicer) AccountReset ¶ added in v0.34.0
AccountReset provides a mock function with given fields: data
func (*Servicer) AccountUpdate ¶ added in v0.34.0
AccountUpdate provides a mock function with given fields: old, new
func (*Servicer) LeaseCreate ¶ added in v0.34.0
LeaseCreate provides a mock function with given fields: data
Click to show internal directories.
Click to hide internal directories.