internal: drop unused field in Client

This commit is contained in:
Simon Ser 2020-01-16 11:08:48 +01:00
parent 23433b3eb1
commit 3beeb23f7c
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48

View File

@ -55,7 +55,6 @@ type Client struct {
http *http.Client http *http.Client
endpoint *url.URL endpoint *url.URL
username, password string username, password string
insecure bool
} }
func NewClient(c *http.Client, endpoint string) (*Client, error) { func NewClient(c *http.Client, endpoint string) (*Client, error) {