config

package
v0.0.0-...-81444a0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2016 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Sqlbeat SqlbeatConfig
}

type SqlbeatConfig

type SqlbeatConfig struct {
	Period            string   `yaml:"period"`
	DBType            string   `yaml:"dbtype"`
	Hostname          string   `yaml:"hostname"`
	Port              string   `yaml:"port"`
	Username          string   `yaml:"username"`
	Password          string   `yaml:"password"`
	EncryptedPassword string   `yaml:"encryptedpassword"`
	Database          string   `yaml:"database"`
	PostgresSSLMode   string   `yaml:"postgressslmode"`
	Queries           []string `yaml:"queries"`
	QueryTypes        []string `yaml:"querytypes"`
	DeltaWildcard     string   `yaml:"deltawildcard"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL