Documentation
¶
Index ¶
Constants ¶
View Source
const (
BidCreatedEvent string = "bid.created"
)
View Source
const (
InvoiceApprovedEvent string = "invoice.approved"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BidEventHandlers ¶
type BidEventHandlers struct {
// contains filtered or unexported fields
}
func NewBidEventHandlers ¶
func NewBidEventHandlers( bidRepo bid.Repository, investorRepo investor.Repository, invoiceRepo invoice.Repository, ledgerRepo ledger.Repository, uowFactory unitofwork.Factory, ) *BidEventHandlers
func (*BidEventHandlers) BidCreatedHandler ¶
func (ev *BidEventHandlers) BidCreatedHandler(data interface{})
type InvoiceEventHandlers ¶
type InvoiceEventHandlers struct {
// contains filtered or unexported fields
}
func NewInvoiceEventHandlers ¶
func NewInvoiceEventHandlers( investorRepo investor.Repository, issuerRepo issuer.Repository, balanceRepo balance.Repository, ledgerRepo ledger.Repository, invoiceRepo invoice.Repository, uowFactory unitofwork.Factory, ) *InvoiceEventHandlers
func (*InvoiceEventHandlers) InvoiceApprovedHandler ¶
func (ev *InvoiceEventHandlers) InvoiceApprovedHandler(data interface{})
Click to show internal directories.
Click to hide internal directories.