MCPcopy Index your code
hub / github.com/docker/cli / HeaderContext

Struct HeaderContext

cli/command/formatter/custom.go:44–46  ·  view source on GitHub ↗

HeaderContext provides the subContext interface for managing headers

Source from the content-addressed store, hash-verified

42
43// HeaderContext provides the subContext interface for managing headers
44type HeaderContext struct {
45 Header any
46}
47
48// FullHeader returns the header as an interface
49func (c *HeaderContext) FullHeader() any {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected