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 ¶
Types ¶
type GateWay ¶ added in v0.1.4
type GateWay struct {
// contains filtered or unexported fields
}
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
Source Files ¶
Click to show internal directories.
Click to hide internal directories.