file_server

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2017 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 Diego

type Diego struct {

	/*FileServer - Descr: Address of interface on which to serve files Default: 0.0.0.0:8080
	 */
	FileServer *FileServer `yaml:"file_server,omitempty"`
}

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

type FileServer

type FileServer struct {

	/*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"`

	/*DebugAddr - Descr: address at which to serve debug info Default: 127.0.0.1:17005
	 */
	DebugAddr interface{} `yaml:"debug_addr,omitempty"`

	/*LogLevel - Descr: Log level Default: info
	 */
	LogLevel interface{} `yaml:"log_level,omitempty"`
}

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

type FileServerJob

type FileServerJob struct {

	/*Diego - Descr: Address of interface on which to serve files Default: 0.0.0.0:8080
	 */
	Diego *Diego `yaml:"diego,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