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 !!!
Click to show internal directories.
Click to hide internal directories.