Documentation ¶
Index ¶
Constants ¶
View Source
const ( BLACK = 30 + iota RED GREEN YELLOW BLUE MAGENTA CYAN WHITE )
View Source
const ( RESET_SEQ = "\033[0m" COLOR_SEQ = "\033[1;" // %dm COLOR_DARK_SEQ = "\033[0;" // %dm UNDERLINE_SEQ = "\033[4m" )
View Source
const TimeFormat = "2006-01-02-15:04:05"
Variables ¶
This section is empty.
Functions ¶
func InitVFS ¶
func InitVFS(c *cli.Context, registry *prometheus.Registry) error
Types ¶
type CleanCacheInfo ¶ added in v0.14.5
Click to show internal directories.
Click to hide internal directories.