Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Diego ¶
type Diego struct { /*FileServer - Descr: Log level Default: info */ FileServer *FileServer `yaml:"file_server,omitempty"` /*Ssl - Descr: when connecting over https, ignore bad ssl certificates Default: false */ Ssl *Ssl `yaml:"ssl,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type FileServer ¶
type FileServer struct { /*DebugAddr - Descr: address at which to serve debug info Default: 0.0.0.0:17005 */ DebugAddr interface{} `yaml:"debug_addr,omitempty"` /*LogLevel - Descr: Log level Default: info */ LogLevel interface{} `yaml:"log_level,omitempty"` /*DropsondePort - Descr: local metron agent's port Default: 3457 */ DropsondePort interface{} `yaml:"dropsonde_port,omitempty"` /*ListenAddr - Descr: Address of interface on which to serve files Default: 0.0.0.0:8080 */ ListenAddr interface{} `yaml:"listen_addr,omitempty"` /*StaticDirectory - Descr: Fully-qualified path to the doc root for the file server's static files Default: /var/vcap/jobs/file_server/packages/ */ StaticDirectory interface{} `yaml:"static_directory,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type FileServerJob ¶
type FileServerJob struct { /*Diego - Descr: Log level Default: info */ Diego *Diego `yaml:"diego,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.