Versions in this module Expand all Collapse all v1 v1.0.0 Nov 11, 2020 Changes in this version + type DirByt struct + AbsPath string + Value []byte + type FileService struct + Path string + func Path(path string) FileService + func (file FileService) CreateDir() + func (file FileService) CreateFile() + func (file FileService) IsDir() bool + func (file FileService) IsFile() bool + func (file FileService) LoadJsonStruct(st interface{}) error + func (file FileService) ReadDir() ([]DirByt, error) + func (file FileService) ReadDirInfo() ([]os.FileInfo, error) + func (file FileService) ReadDirRec() ([]DirByt, error) + func (file FileService) ReadFile() ([]byte, error) + func (file FileService) ReadJsonMap() (interface{}, bool) + func (file FileService) ReadString() (string, error) + func (file FileService) WriteFileAsString(value string) error + func (file FileService) WriteJson(data interface{}) error