postgres

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 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 Postgres

type Postgres struct {

	/*ListenAddress - Descr: IP address Postgres listens on; use 0.0.0.0 to listen on all IP addresses Default: 127.0.0.1
	 */
	ListenAddress interface{} `yaml:"listen_address,omitempty"`

	/*Port - Descr: TCP port Postgres listens on Default: 5432
	 */
	Port interface{} `yaml:"port,omitempty"`

	/*Database - Descr: Default Postgres database (it will be created during the startup process) Default: bosh
	 */
	Database interface{} `yaml:"database,omitempty"`

	/*AdditionalDatabases - Descr: Additional Postgres databases to be created (during the startup process) Default: []
	 */
	AdditionalDatabases interface{} `yaml:"additional_databases,omitempty"`

	/*MaxConnections - Descr: Set max concurrent connections for database Default: 100
	 */
	MaxConnections interface{} `yaml:"max_connections,omitempty"`

	/*User - Descr: Username clients must use to access Postgres Default: bosh
	 */
	User interface{} `yaml:"user,omitempty"`

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

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

type PostgresJob added in v0.0.6

type PostgresJob struct {

	/*Postgres - Descr: IP address Postgres listens on; use 0.0.0.0 to listen on all IP addresses Default: 127.0.0.1
	 */
	Postgres *Postgres `yaml:"postgres,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