models

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileMetadata

type FileMetadata struct {
	FilePath            string
	FileName            string
	Directory           string
	SizeBytes           int64
	CreationTimeUTC     int64
	ModificationTimeUTC int64
	AccessTimeUTC       int64
	FileMode            string
	IsDirectory         bool
	IsFile              bool
	IsSymlink           bool
	IsHidden            bool
	IsSystem            bool
	IsArchive           bool
	IsReadonly          bool
	FileExtension       string
	SHA256              *string
}

type ProgressStats

type ProgressStats struct {
	ProcessedFiles int64
	ProcessedBytes int64
	StartTime      time.Time
	LastLogTime    time.Time
	Mutex          sync.Mutex
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL