| 392 | } |
| 393 | |
| 394 | type clientOptionsOption struct { |
| 395 | options []ClientOption |
| 396 | } |
| 397 | |
| 398 | func (o *clientOptionsOption) applyToClient(config *clientConfig) { |
| 399 | for _, option := range o.options { |
nothing calls this directly
no outgoing calls
no test coverage detected