Versions in this module Expand all Collapse all v1 v1.0.2 Dec 26, 2022 v1.0.1 Dec 15, 2022 Changes in this version + type QueueProcessor interface + Process func(ctx context.Context, wg *sync.WaitGroup, platformer contracts.Platformer) v1.0.0 Nov 24, 2022 Changes in this version + type QueueProcessingService struct + func New(options *runtime.ServiceOptions, natsConnection *nats.Conn) *QueueProcessingService + func (t *QueueProcessingService) Process(ctx context.Context, wg *sync.WaitGroup, platformer contracts.Platformer)