# Functions
DefaultMapper returns a MapConvert object that is populated by the default mappings.
FloatInSlice returns true if niddle is found in the haystack.
IsByte checks the string string to determine if it is a Byte value.
IsKiloByte checks the string string to determine if it is a KiloByte value.
IsMegaByte checks the string string to determine if it is a MegaByte value.
JobResultDataTypes generates a list of DataType and puts them inside the DataContainer.
MapsFromViper reads from the map file and produces functions for conversion used in type decoder.
New returns a new container and populates it with the given list.
NewByteType returns a new ByteType object.
NewFloatListType returns a new FloatListType object.
NewFloatType returns a new FloadType object.
NewGCListType returns a new FloatListType object.
NewKiloByteType returns a new KiloByteType object.
NewMegaByteType returns a new MegaByteType object.
NewStringType returns a new StringType object.
Uint64InSlice returns true if niddle is found in the haystack.
# Variables
ErrUnidentifiedJason is an error when the value is not identified.
TimeStampFormat specifies the format that all timestamps are formatted with.
# Structs
ByteType represents a pair of key values in which the value represents bytes.
Container holds a list of DataTypes.
FloatListType represents a pair of key values.
FloatType represents a pair of key values that the value is a float64.
GCListType represents a pair of key values of GC list info.
KiloByteType represents a pair of key values in which the value represents bytes.
MapConvert can produce output from GC string list and memory type input.
MapConvertMock is the mocked version of MapConvert.
MegaByteType represents a pair of key values in which the value represents bytes.
StringType represents a pair of key values that the value is a string.
# Interfaces
DataContainer is an interface for holding a list of DataType.
DataType represents a single paired data.
Mapper generates DataTypes based on the given name/value inputs.