mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
client: remove unused field
This commit is contained in:
@@ -38,7 +38,6 @@ type roundTripResponse struct {
|
||||
type httpClient struct {
|
||||
transport CancelableTransport
|
||||
endpoint url.URL
|
||||
timeout time.Duration
|
||||
}
|
||||
|
||||
func (c *httpClient) Do(ctx context.Context, act HTTPAction) (*http.Response, []byte, error) {
|
||||
|
||||
Reference in New Issue
Block a user