Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ tableFormat
Struct
tableFormat
cli/cliui/output.go:92–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
type
tableFormat
struct
{
93
defaultColumns []string
94
allColumns []string
95
sort string
96
97
columns []string
98
}
99
100
var
_ OutputFormat = &tableFormat{}
101
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected