Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Servicer ¶
type Servicer interface {
// AccountCreate publish events
AccountCreate(data *account.Account) error
// AccountDelete publish events
AccountDelete(data *account.Account) error
// AccountUpdate publish events
AccountUpdate(old *account.Account, new *account.Account) error
// AccountReset publish events
AccountReset(data *account.Account) error
// LeaseCreate publish events
LeaseCreate(data *lease.Lease) error
// LeaseEnd publish events
LeaseEnd(data *lease.Lease) error
// LeaseUpdate publish events
LeaseUpdate(old *lease.Lease, new *lease.Lease) error
}
Servicer makes work with the event Hub easier
Click to show internal directories.
Click to hide internal directories.