MCPcopy Create free account
hub / github.com/Atsika/aznet / queueFactory

Struct queueFactory

azqueue.go:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27const (
28 // seqHeaderSize is the big-endian sequence number prepended to every queue
29 // message. Azure Storage Queues are at-least-once and not strictly FIFO, so
30 // the receiver uses this to dedup and reorder into a clean byte stream.
31 seqHeaderSize = 8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected