| 505 | } |
| 506 | |
| 507 | type idempotencyOption struct { |
| 508 | idempotencyLevel IdempotencyLevel |
| 509 | } |
| 510 | |
| 511 | func (o *idempotencyOption) applyToClient(config *clientConfig) { |
| 512 | config.IdempotencyLevel = o.idempotencyLevel |
nothing calls this directly
no outgoing calls
no test coverage detected