Versions in this module Expand all Collapse all v0 v0.1.6 Mar 7, 2021 v0.1.5 Mar 6, 2021 Changes in this version + const ConnectionKey + const Name + const TableName + type Config struct + AllowCreateDir bool + AllowDelete bool + AllowDownload bool + AllowMove bool + AllowRename bool + AllowUpload bool + Path string + Title string + type FileManager struct + func NewFileManager(rootPath string, titles ...string) *FileManager + func NewFileManagerWithConfig(cfg Config) *FileManager + func (f *FileManager) AddRoot(key string, value root.Root) *FileManager + func (f *FileManager) GetIndexURL() string + func (f *FileManager) GetSettingPage() table.Generator + func (f *FileManager) InitPlugin(srvList service.List) + func (f *FileManager) IsInstalled() bool + func (f *FileManager) SetPathValidator(fn PathValidator) *FileManager + type PathValidator func(path string) error + type Table struct + CreatedAt time.Time + Id int64 + Key string + UpdatedAt time.Time + Value string + func (*Table) TableName() string