lnav

package
v0.20.2 Latest Latest
Warning

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

Go to latest
Published: May 20, 2025 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Format

type Format struct {
	Title           string            `json:"title"`
	Description     string            `json:"description"`
	URL             []string          `json:"url"`
	Regex           map[string]Regex  `json:"regex"`
	TimestampFormat []string          `json:"timestamp_format"`
	OrderedByTime   bool              `json:"ordered_by_time"`
	OPidField       string            `json:"opid_field"`
	LevelField      string            `json:"level_field"`
	Level           map[string]string `json:"level"`
	Value           map[string]Value  `json:"value"`
}

type Regex

type Regex struct {
	Pattern string `json:"pattern"`
}

type Spec

type Spec struct {
	Schema  string            `json:"$schema"`
	Formats map[string]Format `json:"inline"`
}

type Value

type Value struct {
	Kind        string `json:"kind"`
	Identifier  bool   `json:"identifier"`
	Hidden      bool   `json:"hidden,omitempty"`
	Description string `json:"description,omitempty"`
}

Jump to

Keyboard shortcuts

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