service

package
v0.14.6 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2023 License: Apache-2.0 Imports: 44 Imported by: 0

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 CmdBench

func CmdBench() *cli.Command

func CmdMount

func CmdMount() *cli.Command

func CmdStats

func CmdStats() *cli.Command

func CmdUmount

func CmdUmount() *cli.Command

func CmdWarmup added in v0.14.6

func CmdWarmup() *cli.Command

func InitVFS

func InitVFS(c *cli.Context, registry *prometheus.Registry) error

Types

type CleanCacheInfo added in v0.14.5

type CleanCacheInfo struct {
	Clean      bool
	CachePaths []string
}

Jump to

Keyboard shortcuts

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