kubernetes/vendor/github.com/onsi/ginkgo/v2/formatter/formatter.go

var ColorableStdOut

var ColorableStdErr

const COLS

type ColorMode

const ColorModeNone

const ColorModeTerminal

const ColorModePassthrough

var SingletonFormatter

func F(format string, args ...interface{}

func Fi(indentation uint, format string, args ...interface{}

func Fiw(indentation uint, maxWidth uint, format string, args ...interface{}

type Formatter

func NewWithNoColorBool(noColor bool) Formatter {}

func New(colorMode ColorMode) Formatter {}

func (f Formatter) F(format string, args ...interface{}

func (f Formatter) Fi(indentation uint, format string, args ...interface{}

func (f Formatter) Fiw(indentation uint, maxWidth uint, format string, args ...interface{}

func (f Formatter) length(styled string) uint {}

func (f Formatter) CycleJoin(elements []string, joiner string, cycle []string) string {}

func (f Formatter) style(s string) string {}