MCPcopy Index your code
hub / github.com/cloudfoundry/cli / transformHeader

Struct transformHeader

cf/terminal/table.go:310–310  ·  view source on GitHub ↗

transformHeader is an implementation of rowTransformer which highlights all columns as a Header.

Source from the content-addressed store, hash-verified

308// transformHeader is an implementation of rowTransformer which
309// highlights all columns as a Header.
310type transformHeader struct{}
311
312// transHeader holds a package-global transformHeader to prevent us
313// from continuously allocating a literal of the type whenever we

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected