Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws-cloudformation/rain
/ WithFirstColumnFormatter
Method
WithFirstColumnFormatter
internal/table/table.go:130–130 ·
view source on GitHub ↗
(f Formatter)
Source
from the content-addressed store, hash-verified
128
type
Table
interface
{
129
WithHeaderFormatter(f Formatter) Table
130
WithFirstColumnFormatter(f Formatter) Table
131
WithPadding(p int) Table
132
WithWriter(w io.Writer) Table
133
WithWidthFunc(f WidthFunc) Table
Callers
1
TestTable_WithFirstColumnFormatter
Function · 0.65
Implementers
1
table
internal/table/table.go
Calls
no outgoing calls
Tested by
1
TestTable_WithFirstColumnFormatter
Function · 0.52