WrapTransport allows the plugin to create a modified RoundTripper that attaches authorization headers (or other info) to requests.
(http.RoundTripper)
| 30 | // WrapTransport allows the plugin to create a modified RoundTripper that |
| 31 | // attaches authorization headers (or other info) to requests. |
| 32 | WrapTransport(http.RoundTripper) http.RoundTripper |
| 33 | // Login allows the plugin to initialize its configuration. It must not |
| 34 | // require direct user interaction. |
| 35 | Login() error |
no outgoing calls