output

package
v3.10.0 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddFlags

func AddFlags(flags *pflag.FlagSet)

AddFlags adds format flag to the command flags

func Write

func Write(w io.Writer, v interface{}, format Format) error

Write outputs the given value in the specified format to the writer

Types

type Format

type Format string

Format represents the output format type

const (
	// FormatJSON outputs in JSON format
	FormatJSON Format = "json"
	// FormatYAML outputs in YAML format
	FormatYAML Format = "yaml"
	// FormatText outputs in plain text/default format
	FormatText Format = "text"
)

func GetFormat

func GetFormat(flags *pflag.FlagSet) (Format, error)

GetFormat gets the format from command flags

type Formatter

type Formatter interface {
	// TextOutput returns the plain text representation
	TextOutput() string
}

Formatter is an interface that types must implement to support formatted output

Jump to

Keyboard shortcuts

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