Versions in this module Expand all Collapse all v1 v1.0.0 Jan 29, 2022 Changes in this version + func ConvertToJSON(item interface{}) (string, error) + func LoadFromJSON(item interface{}, data []byte) error + 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