(t transport.Transport)
| 22 | } |
| 23 | |
| 24 | func Transport(t transport.Transport) Option { |
| 25 | return func(o *Options) { |
| 26 | o.Transport = t |
| 27 | } |
| 28 | } |
| 29 | |
| 30 | func TTL(t time.Duration) Option { |
| 31 | return func(o *Options) { |
no outgoing calls
no test coverage detected
searching dependent graphs…