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

Struct plainWriter

cmd/display/plain.go:33–36  ·  cmd/display/plain.go::plainWriter

Source from the content-addressed store, hash-verified

31}
32
33type plainWriter struct {
34 out io.Writer
35 dryRun bool
36}
37
38func (p *plainWriter) Start(ctx context.Context, operation string) {
39}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected