# Functions
DirExists tells if a directory exists and can be listed for files.
Resource provides an easy way to access to embedded assets.
go:generate go run ../../cmd/util/vfs-gen resources config
ResourceAsString returns the named resource content as string.
Resources lists all file names in the given path (starts with '/').
TemplateResource loads a file resource as go template and processes it using the given parameters.
WithPrefix lists all file names that begins with the give path prefix If pathPrefix is a path of directories then be sure to end it with a '/'.