Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NATSExchange ¶
type NATSExchange struct {
// contains filtered or unexported fields
}
func NewNATSExchange ¶
func NewNATSExchange(conn *nats.Conn) (*NATSExchange, error)
func (*NATSExchange) PublishSendScanToWorkerMessage ¶
func (n *NATSExchange) PublishSendScanToWorkerMessage(ctx context.Context, worker *queries.Worker, message messages.SendScanToWorkerMessage) error
func (*NATSExchange) ReceiveSendScanToWorkerMessage ¶
func (n *NATSExchange) ReceiveSendScanToWorkerMessage(ctx context.Context, worker *queries.Worker) (messages.SendScanToWorkerMessage, bool, error)
Click to show internal directories.
Click to hide internal directories.