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

Struct composeService

pkg/compose/compose.go:201–220  ·  pkg/compose/compose.go::composeService

Source from the content-addressed store, hash-verified

199}
200
201type composeService struct {
202 dockerCli command.Cli
203 // prompt is used to interact with user and confirm actions
204 prompt Prompt
205 // eventBus collects tasks execution events
206 events api.EventProcessor
207
208 // Optional overrides for specific components (for SDK users)
209 outStream io.Writer
210 errStream io.Writer
211 inStream io.Reader
212 contextInfo api.ContextInfo
213 proxyConfig map[string]string
214
215 clock clockwork.Clock
216 maxConcurrency int
217 dryRun bool
218
219 runtimeAPIVersion runtimeVersionCache
220}
221
222// Close releases any connections/resources held by the underlying clients.
223//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected