IncludeContext A ContextReader that implements Include interface.
| 320 | |
| 321 | // IncludeContext A ContextReader that implements Include interface. |
| 322 | type IncludeContext struct { |
| 323 | ContextReader |
| 324 | } |
| 325 | |
| 326 | // NewIncludeContext a new IncludeContext from contextreader. |
| 327 | func NewIncludeContext(cr ContextReader) *IncludeContext { |
nothing calls this directly
no outgoing calls
no test coverage detected