(ctx context.Context)
| 2488 | } |
| 2489 | |
| 2490 | func (c *ClusterClient) context(ctx context.Context) context.Context { |
| 2491 | if c.opt.ContextTimeoutEnabled { |
| 2492 | return ctx |
| 2493 | } |
| 2494 | return context.Background() |
| 2495 | } |
| 2496 | |
| 2497 | func (c *ClusterClient) GetResolver() *commandInfoResolver { |
| 2498 | return c.cmdInfoResolver |
no outgoing calls
no test coverage detected