# Functions
LoadDirFiles loads files contained in a directory into a target slice.
LoadFile loads a single file into a target struct.
NewYAMLLoader returns a YAML loader.
# Variables
ErrInvalidOutValue is returned when a load function is passed an invalid out parameter.
ErrLoadFailed is returned when a file failed to be loaded.
# Interfaces
Loader reads and parses files into Go structs.