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

Struct ListOptions

pkg/api/api.go:511–513  ·  view source on GitHub ↗

ListOptions group options of the ls API

Source from the content-addressed store, hash-verified

509
510// ListOptions group options of the ls API
511type ListOptions struct {
512 All bool
513}
514
515// PsOptions group options of the Ps API
516type PsOptions struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected