logstable

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const PluginKind = "LogsTable"

Variables

This section is empty.

Functions

func LogsTable

func LogsTable(options ...Option) panel.Option

Types

type Builder

type Builder struct {
	PluginSpec `json:",inline" yaml:",inline"`
}

type Option

type Option func(plugin *Builder) error

func AllowWrap

func AllowWrap(allowWrap bool) Option

func EnableDetails

func EnableDetails(enable bool) Option

func ShowTime

func ShowTime(showTime bool) Option

type PluginSpec

type PluginSpec struct {
	AllowWrap     *bool `json:"allowWrap,omitempty" yaml:"allowWrap,omitempty"`
	EnableDetails *bool `json:"enableDetails,omitempty" yaml:"enableDetails,omitempty"`
	ShowTime      *bool `json:"showTime,omitempty" yaml:"showTime,omitempty"`
}

Jump to

Keyboard shortcuts

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