# Functions
Decode decodes the given data using the codec from resolving the given codecIDString.
FileCodecForID retrieves the FileCodec for the given FileCodecID.
ParseFileCodecID tries to parse a string into a FileCodecID.
# Constants
B64FileCodecID is the base64 file codec id.
GZIPB64FileCodecID is the gzip combined with base64 codec id.
GZIPFileCodecID is the gzip file codec id.
# Variables
B64FileCodec is the base64 FileCodec.
GZIPFileCodec is the gzip FileCodec.
# Interfaces
FileCodec is a codec to en- and decode data in cloud-init scripts with.j.
# Type aliases
FileCodecID is the id of a FileCodec for cloud-init scripts.