HeaderContext provides the subContext interface for managing headers
| 42 | |
| 43 | // HeaderContext provides the subContext interface for managing headers |
| 44 | type HeaderContext struct { |
| 45 | Header any |
| 46 | } |
| 47 | |
| 48 | // FullHeader returns the header as an interface |
| 49 | func (c *HeaderContext) FullHeader() any { |
nothing calls this directly
no outgoing calls
no test coverage detected