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

Struct LogOptions

pkg/api/api.go:624–633  ·  view source on GitHub ↗

LogOptions defines optional parameters for the `Log` API

Source from the content-addressed store, hash-verified

622
623// LogOptions defines optional parameters for the `Log` API
624type LogOptions struct {
625 Project *types.Project
626 Index int
627 Services []string
628 Tail string
629 Since string
630 Until string
631 Follow bool
632 Timestamps bool
633}
634
635// PauseOptions group options of the Pause API
636type PauseOptions struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected