# Functions
AllContains checks if all of the slices contain a specific element.
AnyContains checks if any of the slices contains a specific element.
Contains checks if a slice contains a specific element.
CreateFileWithDir creates a file with the directory
nolint:gosec.
GenerateRandomBytes generates a random byte slice of the given size.
GenerateRandomString generates a random string of the given length.
GenerateRandomStringWithCharset generates a random string of the given length with the given charset.
GenerateUniqueID generates a unique ID.
NewBroadcaster creates a new Broadcaster.
NewSyncMapFromMap creates a new sync.Map from a map.
RemoveElement removes an element from a slice.
# Structs
Broadcaster is a type that broadcasts a value to multiple subscribers.
DelayedTransport is an http.RoundTripper that introduces a delay before.