Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMidtransBroker ¶
func NewMidtransBroker() delivery.Broker[*entity.Transaction]
Types ¶
type MidtransBrokerImpl ¶
type MidtransBrokerImpl struct {
// contains filtered or unexported fields
}
func (*MidtransBrokerImpl) Close ¶
func (m *MidtransBrokerImpl) Close()
func (*MidtransBrokerImpl) Publish ¶
func (m *MidtransBrokerImpl) Publish(data *entity.Transaction)
type ShipperBrokerImpl ¶
type ShipperBrokerImpl struct {
// contains filtered or unexported fields
}
func (*ShipperBrokerImpl) Close ¶
func (s *ShipperBrokerImpl) Close()
func (*ShipperBrokerImpl) Publish ¶
func (s *ShipperBrokerImpl) Publish(data *entity.Shipper)
Click to show internal directories.
Click to hide internal directories.