config

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Ipfix Ipfix `yaml:"ipfix"`
}

func ReadConfigFile

func ReadConfigFile(configFile string) (Config, error)

type Ipfix

type Ipfix struct {
	Address          string `yaml:"address"`
	Port             string `yaml:"port"`
	IngressInterface string `yaml:"ingress-interface"`
	Interval         int    `yaml:"interval"`
}

Jump to

Keyboard shortcuts

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