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

Struct Builder

cli/clilog/clilog.go:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23type (
24 Option func(*Builder)
25 Builder struct {
26 Filter []string
27 Human string
28 JSON string
29 Stackdriver string
30 Trace bool
31 Verbose bool
32 }
33)
34
35func New(opts ...Option) *Builder {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected