Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCleanFolder ¶
Types ¶
type RowMapper ¶
type RowMapper[T any] func(scanner ScannerFunction) T
type ScannerFunction ¶
type ScannerFunction func(dest ...any)
type TblDirtyFiles ¶
type TblDirtyFiles struct { Id uint64 Name string Path string Type string Clean bool Md5sum sql.NullString ParentFolderId sql.NullInt64 Mtime string }
func GetDirtyRootFolders ¶
func GetDirtyRootFolders() ([]*TblDirtyFiles, error)
Click to show internal directories.
Click to hide internal directories.