Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LineToSlice ¶ added in v0.8.1
LineToSlice converts POSIX line breaks to a string slice
func SendToSocket ¶
SendToSocket send strings to a unix socket specified
func SizeSuffixToInt64 ¶
SizeSuffixToInt64 converts a size in string format with suffix into int64
Types ¶
type Queue ¶ added in v0.9.1
type Queue interface { Add(item interface{}) Clear() Notify() Remove(item interface{}) Run() ShuttingDown() bool ShutDown() }
Queue ...
func NewFailureRateLimitingQueue ¶ added in v0.9.1
func NewFailureRateLimitingQueue(failInitialWait, failMaxWait time.Duration, syncfn func(item interface{}) error) Queue
NewFailureRateLimitingQueue ...
func NewRateLimitingQueue ¶ added in v0.9.1
NewRateLimitingQueue ...
Click to show internal directories.
Click to hide internal directories.