Something like this should work: ``` type Context interface { context.Context } ```
Something like this should work: