Documentation
¶
Overview ¶
Package file 上传文件管理
Index ¶
- Variables
- func File(ctx echo.Context) error
- func FileClean(ctx echo.Context) (err error)
- func FileDelete(ctx echo.Context) (err error)
- func FileDeleteWithOwner(ctx echo.Context, ownerType string, ownerID uint64) (err error)
- func FileList(ctx echo.Context) error
- func FileListWithOwner(ctx echo.Context, ownerType string, ownerID uint64) error
- func Finder(ctx echo.Context) error
- func FinderWithOwner(ctx echo.Context, ownerType string, ownerID uint64) error
- func List(ctx echo.Context, ownerType string, ownerID uint64) error
Constants ¶
This section is empty.
Variables ¶
View Source
{ Display: true, Name: `附件管理`, Action: `file/list`, Group: `file`, }, { Display: false, Name: `删除附件`, Action: `file/delete/:id`, Group: `file`, }, }
Functions ¶
func FileDelete ¶
func FileDeleteWithOwner ¶ added in v5.3.4
func FileListWithOwner ¶ added in v5.3.4
func FinderWithOwner ¶ added in v5.3.4
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.