package
0.36.1
Repository: https://github.com/raystack/frontier.git
Documentation: pkg.go.dev

# Functions

DirExists checks whether a directory path exists return true if exists, else false.
Exist checks whether a file with filename exists return true if exists, else false.
Parse tries to read json or yaml file and transform the content into a struct passed in the 2nd argument File extension matters, only file with extension json, yaml, or yml that is parsable.