MCPcopy Create free account
hub / github.com/docker/compose / AttachOptions

Struct AttachOptions

pkg/api/api.go:442–449  ·  view source on GitHub ↗

AttachOptions group options of the Attach API

Source from the content-addressed store, hash-verified

440
441// AttachOptions group options of the Attach API
442type AttachOptions struct {
443 Project *types.Project
444 Service string
445 Index int
446 DetachKeys string
447 NoStdin bool
448 Proxy bool
449}
450
451// EventsOptions group options of the Events API
452type EventsOptions struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected