Documentation ¶
Index ¶
- func Exist(folderPath string) bool
- func GeneratePdfFile(filePath string, imagePaths []string) error
- func GetFile(folderPath string) ([]os.DirEntry, error)
- func GetStorageFolder() string
- func GetSubFolder(folderPath string) ([]os.DirEntry, error)
- func IsImageFile(dirEntry os.DirEntry) bool
- func MakeDir(folderPath string) bool
- func ReadDir(folderPath string, filters ...func(dirEntry os.DirEntry) bool) ([]os.DirEntry, error)
- func WriteFile(filePath, content string)
- type DirEntryVo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GeneratePdfFile ¶
func GetStorageFolder ¶
func GetStorageFolder() string
func IsImageFile ¶
Types ¶
type DirEntryVo ¶
type DirEntryVo struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.