Decouple HTTP retries and error mapping mechanics from DatabricksClient
into httpclient.ApiClient
#1572
Annotations
30 errors
tests (1.20):
client/client_test.go#L50
c.debugTruncateBytes undefined (type *DatabricksClient has no field or method debugTruncateBytes)
|
tests (1.20):
client/client_test.go#L51
c.retryTimeout undefined (type *DatabricksClient has no field or method retryTimeout)
|
tests (1.20):
client/client_test.go#L60
unknown field httpClient in struct literal of type DatabricksClient
|
tests (1.20):
client/client_test.go#L75
unknown field rateLimiter in struct literal of type DatabricksClient
|
tests (1.20):
client/client_test.go#L91
unknown field httpClient in struct literal of type DatabricksClient
|
tests (1.20):
client/client_test.go#L104
unknown field rateLimiter in struct literal of type DatabricksClient
|
tests (1.20):
client/client_test.go#L122
unknown field httpClient in struct literal of type DatabricksClient
|
tests (1.20):
client/client_test.go#L151
unknown field rateLimiter in struct literal of type DatabricksClient
|
tests (1.20):
client/client_test.go#L176
unknown field httpClient in struct literal of type DatabricksClient
|
tests (1.20):
client/client_test.go#L183
unknown field rateLimiter in struct literal of type DatabricksClient
|
tests (1.21):
client/client_test.go#L50
c.debugTruncateBytes undefined (type *DatabricksClient has no field or method debugTruncateBytes)
|
tests (1.21):
client/client_test.go#L51
c.retryTimeout undefined (type *DatabricksClient has no field or method retryTimeout)
|
tests (1.21):
client/client_test.go#L60
unknown field httpClient in struct literal of type DatabricksClient
|
tests (1.21):
client/client_test.go#L75
unknown field rateLimiter in struct literal of type DatabricksClient
|
tests (1.21):
client/client_test.go#L91
unknown field httpClient in struct literal of type DatabricksClient
|
tests (1.21):
client/client_test.go#L104
unknown field rateLimiter in struct literal of type DatabricksClient
|
tests (1.21):
client/client_test.go#L122
unknown field httpClient in struct literal of type DatabricksClient
|
tests (1.21):
client/client_test.go#L151
unknown field rateLimiter in struct literal of type DatabricksClient
|
tests (1.21):
client/client_test.go#L176
unknown field httpClient in struct literal of type DatabricksClient
|
tests (1.21):
client/client_test.go#L183
unknown field rateLimiter in struct literal of type DatabricksClient
|
tests (1.19):
client/client_test.go#L50
c.debugTruncateBytes undefined (type *DatabricksClient has no field or method debugTruncateBytes)
|
tests (1.19):
client/client_test.go#L51
c.retryTimeout undefined (type *DatabricksClient has no field or method retryTimeout)
|
tests (1.19):
client/client_test.go#L60
unknown field 'httpClient' in struct literal of type DatabricksClient
|
tests (1.19):
client/client_test.go#L75
unknown field 'rateLimiter' in struct literal of type DatabricksClient
|
tests (1.19):
client/client_test.go#L91
unknown field 'httpClient' in struct literal of type DatabricksClient
|
tests (1.19):
client/client_test.go#L104
unknown field 'rateLimiter' in struct literal of type DatabricksClient
|
tests (1.19):
client/client_test.go#L122
unknown field 'httpClient' in struct literal of type DatabricksClient
|
tests (1.19):
client/client_test.go#L151
unknown field 'rateLimiter' in struct literal of type DatabricksClient
|
tests (1.19):
client/client_test.go#L176
unknown field 'httpClient' in struct literal of type DatabricksClient
|
tests (1.19):
client/client_test.go#L183
unknown field 'rateLimiter' in struct literal of type DatabricksClient
|