config

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultConfig = Config{
	DataID:   0,
	Interval: time.Minute,
	DataSize: 0,
}

DefaultConfig

Functions

This section is empty.

Types

type Config

type Config struct {
	DataID   int32         `config:"dataid"`
	Interval time.Duration `config:"interval"`
	DataSize int32         `config:"datasize"`
}

Config is the root of the examplebeat configuration hierarchy.

Jump to

Keyboard shortcuts

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