MCPcopy Create free account
hub / github.com/aws-cloudformation/rain / WithHeaderFormatter

Method WithHeaderFormatter

internal/table/table.go:129–129  ·  view source on GitHub ↗
(f Formatter)

Source from the content-addressed store, hash-verified

127// provided data. The output is always preceded and followed by a new line.
128type Table interface {
129 WithHeaderFormatter(f Formatter) Table
130 WithFirstColumnFormatter(f Formatter) Table
131 WithPadding(p int) Table
132 WithWriter(w io.Writer) Table

Callers 3

summarizeChangesFunction · 0.65
SummarizeMethod · 0.65

Implementers 1

tableinternal/table/table.go

Calls

no outgoing calls

Tested by 1