nats

package
v0.0.30 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 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 Http

type Http struct {

	/*User - Descr: Username clients must use to access nats mbus via HTTP connection (optional) Default: <nil>
	 */
	User interface{} `yaml:"user,omitempty"`

	/*Port - Descr: TCP port NATS listens on for HTTP connections (optional) Default: 9222
	 */
	Port interface{} `yaml:"port,omitempty"`

	/*Password - Descr: Password clients must use to access nats mbus via HTTP connection (optional) Default: <nil>
	 */
	Password interface{} `yaml:"password,omitempty"`
}

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

type Nats

type Nats struct {

	/*Port - Descr: TCP port nats mbus listens on Default: 4222
	 */
	Port interface{} `yaml:"port,omitempty"`

	/*User - Descr: Username clients must use to access nats mbus Default: <nil>
	 */
	User interface{} `yaml:"user,omitempty"`

	/*AuthTimeout - Descr: Timeout (in seconds) for clients to send auth credentials Default: 1
	 */
	AuthTimeout interface{} `yaml:"auth_timeout,omitempty"`

	/*ListenAddress - Descr: IP address nats mbus listens on Default: 0.0.0.0
	 */
	ListenAddress interface{} `yaml:"listen_address,omitempty"`

	/*PingInterval - Descr: Time interval (in seconds) pings from server Default: 5
	 */
	PingInterval interface{} `yaml:"ping_interval,omitempty"`

	/*NoKqueue - Descr: Disable kqueue (MacOSX and BSD) Default: true
	 */
	NoKqueue interface{} `yaml:"no_kqueue,omitempty"`

	/*Http - Descr: Username clients must use to access nats mbus via HTTP connection (optional) Default: <nil>
	 */
	Http *Http `yaml:"http,omitempty"`

	/*NoEpoll - Descr: Disable epoll (Linux) Default: false
	 */
	NoEpoll interface{} `yaml:"no_epoll,omitempty"`

	/*PingMaxOutstanding - Descr: Maximum number of pings before declaring a client unresponsive Default: 2
	 */
	PingMaxOutstanding interface{} `yaml:"ping_max_outstanding,omitempty"`

	/*Password - Descr: Password clients must use to access nats mbus Default: <nil>
	 */
	Password interface{} `yaml:"password,omitempty"`
}

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

type NatsJob added in v0.0.6

type NatsJob struct {

	/*Nats - Descr: Password clients must use to access nats mbus Default: <nil>
	 */
	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