config

package
v0.0.0-...-dffea12 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultConfig = Config{
	Period:       1 * time.Second,
	Host:         "",
	WlsVersion:   "12.2",
	Username:     "",
	Password:     "",
	ServerNames:  []string{},
	Datasources:  []string{},
	Applications: []string{},
}

Functions

This section is empty.

Types

type Config

type Config struct {
	Period       time.Duration `config:"period"`
	Host         string        `config:"host"`
	WlsVersion   string        `config:"wlsversion"`
	Username     string        `config:"username"`
	Password     string        `config:"password"`
	ServerNames  []string      `config:"servernames"`
	Datasources  []string      `config:"datasources"`
	Applications []string      `config:"applications"`
}

Jump to

Keyboard shortcuts

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