ignore linter

This commit is contained in:
Shreyas Goenka 2024-12-31 12:46:48 +05:30
parent 63e599ccb2
commit 932aeee349
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ func (info dbfsFileInfo) Sys() any {
} }
// Interface to allow mocking of the Databricks API client. // Interface to allow mocking of the Databricks API client.
//
//nolint:gofumpt
type databricksClient interface { type databricksClient interface {
Do(ctx context.Context, method, path string, headers map[string]string, Do(ctx context.Context, method, path string, headers map[string]string,
requestBody any, responseBody any, visitors ...func(*http.Request) error) error requestBody any, responseBody any, visitors ...func(*http.Request) error) error