Context returns the context associated with the provider (if any).
()
| 44 | |
| 45 | // Context returns the context associated with the provider (if any). |
| 46 | Context() context.Context |
| 47 | |
| 48 | // SetContext assigns the specified context to the current provider. |
| 49 | SetContext(ctx context.Context) |
no outgoing calls
no test coverage detected