# Functions

AtoiDefault takes a string and a defaultValue.
DiagCreate : Return the message for the create method.
DiagDelete : Return the message for the delete method.
Diagf : Return the message for the diag method.
DiagFetch : Return the message for the fetch method.
DiagNotFound : Return the message for the not found method.
DiagUpdate : Return the message for the update method.
MarshalYAML : Marshal the interface{} to YAML string.
Normalize : normalize the input data of type interface{} to string of either JSON or YAML.
NormalizeJSONOk : normalize the input data of type interface{} to string of JSON.
NormalizeYamlOk : normalize the input data of type interface{} to string of YAML.
StateIDToInt : Convert the ID from the state to an integer.
UnmarshalYAML : Unmarshal the YAML string to map[string]interface{}.