package
1.300045.0
Repository: https://github.com/aws/amazon-cloudwatch-agent.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Create a publisher with parameters: queue: specify the underlining queue concurrency: specify the worker thread to consume the queue drainTimeout: time to wait for draining the on-hold requests when calling Close() fn: specify the publishing method to call.

# Structs

It is a FIFO queue with the functionality that dropping the front if the queue size reaches to the maxSize.
Publisher is go-routing safe.

# Interfaces

Queue is go-routing safe.