(plainLogger io.Writer)
| 713 | } |
| 714 | |
| 715 | func WithPlainLogger(plainLogger io.Writer) ClientOption { |
| 716 | return func(c *Client) { |
| 717 | c.PlainLogger = plainLogger |
| 718 | } |
| 719 | } |
| 720 | |
| 721 | func WithTrace() ClientOption { |
| 722 | return func(c *Client) { |
no outgoing calls
no test coverage detected