consts

package
v0.0.0-...-efd161f Latest Latest
Warning

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

Go to latest
Published: May 22, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const ArchiveExt = ".e.gob"

ArchiveExt specifies the file extension of archives.

View Source
const CreateArchive = Action(1)

CreateArchive is an action to create a new archive file from the files in the specified source folder.

View Source
const ExtractArchive = Action(2)

ExtractArchive is an action to read an existing archive file and extract its contents into the specified folder.

View Source
const ListArchive = Action(3)

ListArchive is an action to list all the files stored in an archive file, without extracting them.

View Source
const TimestampFormat = "2006-01-02 15:04:05"

TimestampFormat specifies the timestamp format for Time.Format().

View Source
const VerifyArchive = Action(4)

VerifyArchive is an action to checks the integrity of all files stored in an archive file (by checking file hashes).

View Source
const Version = "0.0.1"

Version is the current version of this utility.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action int

Action specifies archiving actions, for example: CreateArchive, ExtractArchive, ListArchive, VerifyArchive

Jump to

Keyboard shortcuts

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