Documentation ¶
Index ¶
- func CleanDirtyPath(p string) string
- func CopyDir(src string, dst string) error
- func CopyFile(src, dst string) error
- func CryptFile(path, pass string) (bool, error)
- func DecryptFile(path, pass string) (bool, error)
- func GetAll(c *fiber.Ctx) error
- func GetEditCode(c *fiber.Ctx) error
- func GetEditDoc(c *fiber.Ctx) error
- func GetExtNorm(path string) string
- func GetFileName(path string) string
- func GetMd5File(path string) string
- func GetResize(c *fiber.Ctx) error
- func LogPrefix(c *fiber.Ctx, status string, addition string)
- func MultipartToFile(file *multipart.FileHeader) *os.File
- func MutexUnLocked(m *sync.Mutex) bool
- func OptionsAll(c *fiber.Ctx) error
- func PostCopy(c *fiber.Ctx) error
- func PostDelete(c *fiber.Ctx) error
- func PostEdit(c *fiber.Ctx) error
- func PostFolder(c *fiber.Ctx) error
- func PostMove(c *fiber.Ctx) error
- func PostRename(c *fiber.Ctx) error
- func PostUpload(c *fiber.Ctx) error
- func PostZip(c *fiber.Ctx) error
- func PrettyByteSize(b int64) string
- func RandStringRunes(n int) string
- func WalkAndClearOld(path string)
- func WalkAndClearZeroFile(path string, deep int)
- func WalkAndMakeThumbnail(path string, deep int)
- type FileRow
- type TreeRow
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanDirtyPath ¶
func CryptFile ¶ added in v1.6.0
openssl aes-256-cbc -a -salt -in file.txt -out file.txt.cr -pass pass:123
func DecryptFile ¶ added in v1.6.0
openssl aes-256-cbc -d -a -in file.txt.cr -out file.txt.new -pass pass:123
func GetEditCode ¶ added in v1.9.0
func GetEditCode(c *fiber.Ctx) error
func GetEditDoc ¶ added in v1.9.0
func GetEditDoc(c *fiber.Ctx) error
func GetFileName ¶ added in v1.5.4
func GetMd5File ¶ added in v1.5.5
func MultipartToFile ¶ added in v1.4.0
func MultipartToFile(file *multipart.FileHeader) *os.File
func MutexUnLocked ¶ added in v1.6.0
func OptionsAll ¶
func OptionsAll(c *fiber.Ctx) error
func PostDelete ¶
func PostDelete(c *fiber.Ctx) error
func PostFolder ¶
func PostFolder(c *fiber.Ctx) error
func PostRename ¶ added in v1.7.0
func PostRename(c *fiber.Ctx) error
func PostUpload ¶
func PostUpload(c *fiber.Ctx) error
func PrettyByteSize ¶ added in v1.5.5
func RandStringRunes ¶
func WalkAndClearOld ¶ added in v1.5.6
func WalkAndClearOld(path string)
func WalkAndClearZeroFile ¶ added in v1.5.6
func WalkAndMakeThumbnail ¶ added in v1.5.4
Types ¶
Click to show internal directories.
Click to hide internal directories.