Documentation
¶
Index ¶
- Constants
- func CopyFolder(srcPath, dstPath string) error
- func CreateAllFolder(path string) error
- func CreateEntry(path string, entry *entity.Entry) error
- func CreateFolder(path string) error
- func CreateInfo(path string, data *entity.FolderInfo) error
- func GetEntry(path string) (*entity.Entry, error)
- func GetInfo(path string) (*entity.FolderInfo, error)
- func IsEntryExist(path string) (isExist bool, err error)
- func IsFolderExist(path string) (isExist bool, err error)
- func List(path string) (*entity.List, error)
- func MoveFolder(oldPath, newPath string) error
- func RemoveEntry(path string) error
- func RemoveFolder(path string) error
Constants ¶
View Source
const ( DirPerm = 0755 InfoFile = ".info.json" )
Variables ¶
This section is empty.
Functions ¶
func CopyFolder ¶
func CreateAllFolder ¶
func CreateFolder ¶
func CreateInfo ¶
func CreateInfo(path string, data *entity.FolderInfo) error
func IsEntryExist ¶
func IsFolderExist ¶
func MoveFolder ¶
func RemoveEntry ¶
func RemoveFolder ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.