# Structs

CsvValidator is used to validate a byte slice that is intended to represent a CSV file.
No description provided by the author
No description provided by the author
HclValidator is used to validate a byte slice that is intended to represent a HashiCorp Configuration Language (HCL) file.
HoconValidator is used to validate a byte slice that is intended to represent a HOCON file.
No description provided by the author
No description provided by the author
PlistValidator is used to validate a byte slice that is intended to represent a Apple Property List file (plist).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Validate accepts a byte array of a file or string to be validated and returns true or false if the content of the byte array is valid or not.