Commit 275bc13b authored by Adam Reese's avatar Adam Reese

fix(client): remove unused Protocol from client

parent d6b9723b
......@@ -44,8 +44,6 @@ var DefaultHTTPProtocol = "http"
type Client struct {
// Timeout on HTTP connections.
HTTPTimeout time.Duration
// The protocol. Currently only http and https are supported.
Protocol string
// Transport
Transport http.RoundTripper
// Debug enables http logging
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment