Versions in this module Expand all Collapse all v0 v0.1.0 Aug 19, 2026 Changes in this version + const JSON_ACTION_BULK_DELETE + const JSON_ACTION_BULK_MOVE + const JSON_ACTION_DIRECTORY_CREATE + const JSON_ACTION_DIRECTORY_DELETE + const JSON_ACTION_FILE_CLONE + const JSON_ACTION_FILE_DELETE + const JSON_ACTION_FILE_RENAME + const JSON_ACTION_FILE_UPLOAD + const JSON_ACTION_GET_MOVE_DESTINATIONS + const MAX_UPLOAD_SIZE + type FileEntry struct + Depth int + IsDir bool + LastModified time.Time + LastModifiedHuman string + Name string + Path string + Size int64 + SizeHuman string + URL string + type UiInterface interface + FileManager func(w http.ResponseWriter, r *http.Request) + func UI(config shared.UiConfig) UiInterface