minio

package
v0.0.0-...-174ea8d Latest Latest
Warning

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

Go to latest
Published: May 12, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SendFile    = make(chan File)
	GetFileList = make(chan File)
)
View Source
var (
	MINIO_ENDPOINT   = utils.Getenv("MINIO_ENDPOINT", "localhost:9001")
	MINIO_ACCESS_KEY = utils.Getenv("MINIO_ACCESS_KEY", "ACCESS_KEY")
	MINIO_SECRET_KEY = utils.Getenv("MINIO_SECRET_KEY", "SECRET_KEY")
	MINIO_SECURE     = utils.Getenv("MINIO_SECURE", "false")
)

Functions

func Connect

func Connect()

Types

type Client

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

type File

type File struct {
	Bucket  string
	Name    string
	Payload []byte
	FileCH  chan File
}

Jump to

Keyboard shortcuts

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