package
0.2.1
Repository: https://github.com/codilime/floodgate.git
Documentation: pkg.go.dev

# Functions

NewJSONLoader create loader that can load JSON files with extension ".json".
NewJsonnetLoader create loader.
NewYAMLLoader create new YAML file loader.

# Structs

JSONLoader load JSON files.
JsonnetLoader load jsonnet files.
YAMLLoader load YAML files.

# Interfaces

FileLoader is the interface that wraps LoadFile and SupportedFileExtensions methods LoadFile loads file from given path.