| 133 | } |
| 134 | |
| 135 | type trustedHostsOption struct { |
| 136 | trustedHosts []string |
| 137 | } |
| 138 | |
| 139 | func (o *trustedHostsOption) ApplyToReader(r *Reader) { |
| 140 | r.trustedHosts = o.trustedHosts |
nothing calls this directly
no outgoing calls
no test coverage detected