formatters

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateCliSummary

func GenerateCliSummary(summary SummaryContent) string

func GenerateSummary

func GenerateSummary(summary SummaryContent, width, height int) string

Types

type ActionSummary

type ActionSummary struct {
	Agent      string
	Success    bool
	Action     string
	Config     string
	StartCmd   string
	RestartCmd string
	Error      string
}

type OtelContribSummary added in v0.2.0

type OtelContribSummary struct {
	ActionSummary
	Receiver string
	Exporter string
}

func (*OtelContribSummary) GenerateContent added in v0.2.0

func (o *OtelContribSummary) GenerateContent() map[string]string

type SummaryContent added in v0.2.0

type SummaryContent interface {
	GenerateContent() map[string]string
}

type TelegrafSummary added in v0.2.0

type TelegrafSummary struct {
	ActionSummary
	Plugins []string
}

func (*TelegrafSummary) GenerateContent added in v0.2.0

func (t *TelegrafSummary) GenerateContent() map[string]string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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