MCPcopy 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
92type tableFormat struct {
93 defaultColumns []string
94 allColumns []string
95 sort string
96
97 columns []string
98}
99
100var _ OutputFormat = &tableFormat{}
101

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected