MCPcopy
hub / github.com/docker/compose / jsonWriter

Struct jsonWriter

cmd/display/json.go:34–37  ·  cmd/display/json.go::jsonWriter

Source from the content-addressed store, hash-verified

32}
33
34type jsonWriter struct {
35 out io.Writer
36 dryRun bool
37}
38
39type jsonMessage struct {
40 DryRun bool `json:"dry-run,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected