format

package
v0.15.1 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package format provides functionality for pretty-printing CUE values. These types need to be in a separate package to avoid import cycles.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Printer

type Printer interface {
	// ReplaceArg is a function that may be called to replace arguments to
	// errors. This is mostly used for cycle detection.
	ReplaceArg(x any) (r any, wasReplaced bool)
}

Printer is the interface used to print CUE values. The only implementation so far is the one in internal/core/debug. Note that most packages cannot directly import the debug package.

Jump to

Keyboard shortcuts

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