Client is a client that can be used to make HTTP requests to plugin repositories.
| 9 | // Client is a client that can be used to make HTTP requests to plugin |
| 10 | // repositories. |
| 11 | type Client struct { |
| 12 | connection Connection |
| 13 | userAgent string |
| 14 | } |
| 15 | |
| 16 | // Config allows the Client to be configured |
| 17 | type Config struct { |
nothing calls this directly
no outgoing calls
no test coverage detected