MCPcopy Index your code
hub / github.com/coder/coder / format

Struct format

cli/cliui/output_test.go:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type format struct {
16 id string
17 attachOptionsFn func(opts *serpent.OptionSet)
18 formatFn func(ctx context.Context, data any) (string, error)
19}
20
21var _ cliui.OutputFormat = &format{}
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected