apis

package
v1.59.8 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogDestination

type LogDestination interface {
	GetName() string
	SetInputs([]string)
}

type LogSource

type LogSource interface {
	GetName() string
	// BuildSources in some cases you need to split source, for example: to match few namespaces
	// For the single log source - just return the input
	BuildSources() []LogSource
}

type LogTransform

type LogTransform interface {
	GetName() string
	SetName(string)
	SetInputs([]string)
	GetInputs() []string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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