nats

package
v0.0.55 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 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 Nats

type Nats struct {

	/*Trace - Descr: Enable trace logging output. Default: false
	 */
	Trace interface{} `yaml:"trace,omitempty"`

	/*Password - Descr: Password for server authentication. Default: <nil>
	 */
	Password interface{} `yaml:"password,omitempty"`

	/*MonitorPort - Descr: Port for varz and connz monitoring. 0 means disabled. Default: 0
	 */
	MonitorPort interface{} `yaml:"monitor_port,omitempty"`

	/*AuthorizationTimeout - Descr: After accepting a connection, wait up to this many seconds for credentials. Default: 15
	 */
	AuthorizationTimeout interface{} `yaml:"authorization_timeout,omitempty"`

	/*User - Descr: Username for server authentication. Default: <nil>
	 */
	User interface{} `yaml:"user,omitempty"`

	/*Port - Descr: The port for the NATS server to listen on. Default: <nil>
	 */
	Port interface{} `yaml:"port,omitempty"`

	/*Machines - Descr: IP of each NATS cluster member. Default: <nil>
	 */
	Machines interface{} `yaml:"machines,omitempty"`

	/*ProfPort - Descr: Port for pprof. 0 means disabled. Default: 0
	 */
	ProfPort interface{} `yaml:"prof_port,omitempty"`

	/*Debug - Descr: Enable debug logging output. Default: false
	 */
	Debug interface{} `yaml:"debug,omitempty"`
}

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

type NatsJob

type NatsJob struct {

	/*Nats - Descr: After accepting a connection, wait up to this many seconds for credentials. Default: 15
	 */
	Nats *Nats `yaml:"nats,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