constants

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NEW_DIRECTORY_NAME = "your_directory"
	ERROR_CHAN_NUM     = 10
)
View Source
const (
	TIME_SPAN_YEAR   = "year"
	TIME_SPAN_MONTH  = "month"
	TIME_SPAN_DAY    = "day"
	TIME_SPAN_HOUR   = "hour"
	TIME_SPAN_MINUTE = "minute"
	TIME_SPAN_SECOND = "second"
)
View Source
const (
	TIME_FORMAT_ACCURATE_TO_YEAR   = "2006"
	TIME_FORMAT_ACCURATE_TO_MONTH  = "2006-01"
	TIME_FORMAT_ACCURATE_TO_DAY    = "2006-01-02"
	TIME_FORMAT_ACCURATE_TO_HOUR   = "2006-01-02 15"
	TIME_FORMAT_ACCURATE_TO_MINUTE = "2006-01-02 15.04"
	TIME_FORMAT_ACCURATE_TO_SECOND = "2006-01-02 15.04.05"
)
View Source
const (
	OS_WINDOWS = "windows"
	OS_LINUX   = "linux"
	OS_DARWIN  = "darwin"
)
View Source
const (
	BINARY_NAME_IN_WINDOWS = "tidy.exe"
	BINARY_NAME_IN_LINUX   = "tidy"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type SortType

type SortType = string
const (
	SORT_BY_TIME      SortType = "time"
	SORT_BY_FILE_TYPE SortType = "file_type"
)

Jump to

Keyboard shortcuts

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