uaa_postgres

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 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 Postgres

type Postgres struct {

	/*Port - Descr: The database port Default: 5524
	 */
	Port interface{} `yaml:"port,omitempty"`

	/*Address - Descr: The database address Default: <nil>
	 */
	Address interface{} `yaml:"address,omitempty"`

	/*Databases - Descr: A list of databases and associated properties to create Default: <nil>
	 */
	Databases interface{} `yaml:"databases,omitempty"`

	/*Roles - Descr: A list of database roles and associated properties to create Default: <nil>
	 */
	Roles interface{} `yaml:"roles,omitempty"`

	/*MaxConnections - Descr: Maximum number of database connections Default: 500
	 */
	MaxConnections interface{} `yaml:"max_connections,omitempty"`

	/*LogLinePrefix - Descr: The postgres `printf` style string that is output at the beginning of each log line Default: %m:
	 */
	LogLinePrefix interface{} `yaml:"log_line_prefix,omitempty"`
}

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

type UaaPostgresJob

type UaaPostgresJob struct {

	/*Postgres - Descr: The postgres `printf` style string that is output at the beginning of each log line Default: %m:
	 */
	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