# Functions

B64DECTransform Transformer that encodes given data into base64 standard.
B64ENCTransform Transformer that decodes given base64 encoded data into string format.
No description provided by the author
ConvertYAMLToJSON will convert raw YAML into a JSON encoded byte array, this is ready to be written to a file.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Json2YamlTransform Transformer that transforms given .json file into .yaml file.
JSONToYAMLFull is a wrapper function around the other underlying functions for ease of use.
No description provided by the author
UnmarshalJSONFile will return a JSON file in it's raw Golang form.
UnmarshalYAMLFile will return a YAML configuration file in it's raw Golang form.
No description provided by the author
Yaml2JsonTransform Transformer that transforms given .yaml or .yml file into .json file.
YAMLToJSONFull is a wrapper function around the other underlying functions for ease of use.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author