package
7.17.28
Repository: https://github.com/elastic/beats.git
Documentation: pkg.go.dev

# Functions

MustPackFile will pack all the files matching the patterns and will panic on any errors.
MustUnpack unpack the packs and will panic on error.
Pack takes a patterns of multiples files and will read all of them, compress and encoded the data, it will return the encoded string, the list of files encoded and any errors.
Unpack takes a Pack and return an uncompressed map with the raw bytes array.

# Type aliases

PackMap represents multiples files packed, the key represent the path of the file and raw bytes of the files.