cmd

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2022 License: Apache-2.0 Imports: 57 Imported by: 4

Documentation

Index

Constants

View Source
const (
	BLACK = 30 + iota
	RED
	GREEN
	YELLOW
	BLUE
	MAGENTA
	CYAN
	WHITE
	DEFAULT = "00"
)
View Source
const (
	RESET_SEQ      = "\033[0m"
	COLOR_SEQ      = "\033[1;" // %dm
	COLOR_DARK_SEQ = "\033[0;" // %dm
	UNDERLINE_SEQ  = "\033[4m"
)

Variables

This section is empty.

Functions

func Main

func Main(args []string) error

func NewReloadableStorage

func NewReloadableStorage(format *meta.Format, reload func() (*meta.Format, error)) (object.ObjectStorage, error)

Types

type GateWay added in v0.1.4

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

func (*GateWay) Name added in v0.1.4

func (g *GateWay) Name() string

func (*GateWay) NewGatewayLayer added in v0.1.4

func (g *GateWay) NewGatewayLayer(creds auth.Credentials) (minio.ObjectLayer, error)

func (*GateWay) Production added in v0.1.4

func (g *GateWay) Production() bool

Jump to

Keyboard shortcuts

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