Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ ID
Method
ID
cli/cliui/output.go:17–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
16
type
OutputFormat
interface
{
17
ID() string
18
AttachOptions(opts *serpent.OptionSet)
19
Format(ctx context.Context, data any) (string, error)
20
}
Callers
5
taskStatus
Method · 0.65
NewOutputFormatter
Function · 0.65
AttachOptions
Method · 0.65
Format
Method · 0.65
ID
Method · 0.65
Implementers
6
userShowFormat
cli/userlist.go
tableFormat
cli/cliui/output.go
jsonFormat
cli/cliui/output.go
textFormat
cli/cliui/output.go
DataChangeFormat
cli/cliui/output.go
format
cli/cliui/output_test.go
Calls
no outgoing calls
Tested by
no test coverage detected