Documentation ¶
Index ¶
- type Processor
- func NewEqReceiptProcessor(ctx context.Context, appConfig *config.Configuration, errChan chan error) (*Processor, error)
- func NewFulfilmentConfirmedProcessor(ctx context.Context, appConfig *config.Configuration, errChan chan error) (*Processor, error)
- func NewOfflineReceiptProcessor(ctx context.Context, appConfig *config.Configuration, errChan chan error) (*Processor, error)
- func NewPpoUndeliveredProcessor(ctx context.Context, appConfig *config.Configuration, errChan chan error) (*Processor, error)
- func NewProcessor(ctx context.Context, appConfig *config.Configuration, pubSubProject string, ...) (*Processor, error)
- func NewQmUndeliveredProcessor(ctx context.Context, appConfig *config.Configuration, errChan chan error) (*Processor, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct { RabbitConn *amqp.Connection RabbitChannel *amqp.Channel RabbitRoutingKey string Config *config.Configuration PubSubClient *pubsub.Client PubSubSubscription *pubsub.Subscription ErrChan chan error Logger *zap.SugaredLogger // contains filtered or unexported fields }
func NewEqReceiptProcessor ¶
func NewFulfilmentConfirmedProcessor ¶ added in v0.2.0
func NewProcessor ¶
func (*Processor) CloseRabbit ¶
func (p *Processor) CloseRabbit()
Click to show internal directories.
Click to hide internal directories.