mirror of https://github.com/databricks/cli.git
ignore linter
This commit is contained in:
parent
63e599ccb2
commit
932aeee349
|
@ -69,6 +69,8 @@ func (info dbfsFileInfo) Sys() any {
|
|||
}
|
||||
|
||||
// Interface to allow mocking of the Databricks API client.
|
||||
//
|
||||
//nolint:gofumpt
|
||||
type databricksClient interface {
|
||||
Do(ctx context.Context, method, path string, headers map[string]string,
|
||||
requestBody any, responseBody any, visitors ...func(*http.Request) error) error
|
||||
|
|
Loading…
Reference in New Issue