config

package
v2.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultConfig = Config{
	Period: 5 * time.Minute,
	Type:   "cb",
}

DefaultConfig contains defaults for custom options

Functions

This section is empty.

Types

type Config

type Config struct {
	Period time.Duration `config:"period"`
	Type   string

	API struct {
		ID   string
		Key  string
		Host string
	}
	SIEM struct {
		ID   string
		Key  string
		Host string
	}
}

Config has custom options for Carbonbeat

Jump to

Keyboard shortcuts

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