scan

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: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command struct {
	// contains filtered or unexported fields
}

func (*Command) Execute

func (c *Command) Execute(ctx context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus

func (*Command) Name

func (*Command) Name() string

func (*Command) SetFlags

func (c *Command) SetFlags(f *flag.FlagSet)

func (*Command) Synopsis

func (*Command) Synopsis() string

func (*Command) Usage

func (*Command) Usage() string

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
}

Jump to

Keyboard shortcuts

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