Versions in this module Expand all Collapse all v0 v0.0.1 May 7, 2023 Changes in this version + type Correlation struct + func NewCorrelation() *Correlation + func (c *Correlation) UUIDv4() string + type FileSystem struct + func NewFileSystem() *FileSystem + func (fs *FileSystem) DeleteDir(dir string) error + func (fs *FileSystem) DirExists(path string) bool + func (fs *FileSystem) EnsureDir(dirName string, mode int) error + func (fs *FileSystem) FileExists(path string) bool