config

package
v0.0.0-...-2223fb4 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultConfig = Config{
	Pull: []PullConfig{
		PullConfig{
			Connect: "tcp://localhost:5556",
			Tags:    []string{},
		},
	},
}

DefaultConfig is a default zmqbeat Config

Functions

This section is empty.

Types

type Config

type Config struct {
	Pull []PullConfig `config:"pull"`
}

Config is a zmqbeat configuration

type PullConfig

type PullConfig struct {
	Bind    string `config:"bind"`
	Connect string `config:"connect"`
	Tags    []string
}

PullConfig is a zmq pull configuration

Jump to

Keyboard shortcuts

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