blobstore

package
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2016 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Agent

type Agent struct {

	/*User - Descr: Username agents must use to access blobstore via HTTP Basic Default: <nil>
	 */
	User interface{} `yaml:"user,omitempty"`

	/*Password - Descr: Password agents must use to access blobstore via HTTP Basic Default: <nil>
	 */
	Password interface{} `yaml:"password,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type Blobstore

type Blobstore struct {

	/*Port - Descr: TCP port blobstore server (ngnix) listens on Default: 25250
	 */
	Port interface{} `yaml:"port,omitempty"`

	/*BackendPort - Descr: TCP port backend blobstore server (simple blobstore) listens on Default: 25251
	 */
	BackendPort interface{} `yaml:"backend_port,omitempty"`

	/*Director - Descr: Password director must use to access blobstore via HTTP Basic Default: <nil>
	 */
	Director *Director `yaml:"director,omitempty"`

	/*Agent - Descr: Password agents must use to access blobstore via HTTP Basic Default: <nil>
	 */
	Agent *Agent `yaml:"agent,omitempty"`

	/*MaxUploadSize - Descr: Max allowed file size for upload Default: 5000m
	 */
	MaxUploadSize interface{} `yaml:"max_upload_size,omitempty"`

	/*Nginx - Descr: Number of nginx workers for blobstore Default: 2
	 */
	Nginx *Nginx `yaml:"nginx,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type BlobstoreJob added in v0.0.6

type BlobstoreJob struct {

	/*Blobstore - Descr: Number of nginx workers for blobstore Default: 2
	 */
	Blobstore *Blobstore `yaml:"blobstore,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type Director

type Director struct {

	/*Password - Descr: Password director must use to access blobstore via HTTP Basic Default: <nil>
	 */
	Password interface{} `yaml:"password,omitempty"`

	/*User - Descr: Username director must use to access blobstore via HTTP Basic Default: <nil>
	 */
	User interface{} `yaml:"user,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type Nginx

type Nginx struct {

	/*Workers - Descr: Number of nginx workers for blobstore Default: 2
	 */
	Workers interface{} `yaml:"workers,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

Jump to

Keyboard shortcuts

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