Documentation
¶
Index ¶
- func Copy(src, dst string) error
- func CopyDir(src, dst string) error
- func Exists(filePath string) (bool, error)
- func Unmarshal(file string, obj interface{}) error
- func UnmarshalEntities(file string, dir string) ([]modelAPI.Entity, error)
- func UnmarshalEntitiesFromDirectory(dir string) ([]modelAPI.Entity, []error)
- func UnmarshalEntitiesFromFile(file string) ([]modelAPI.Entity, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnmarshalEntities ¶ added in v0.44.0
UnmarshalEntities will read the file if provided or the directory and will extract any Perses resources.
func UnmarshalEntitiesFromDirectory ¶ added in v0.41.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.