-
Notifications
You must be signed in to change notification settings - Fork 596
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module github.com/influxdata/influxdb-client-go/v2 …
…to v2.13.0 (#4737) * fix(deps): update module github.com/influxdata/influxdb-client-go/v2 to v2.13.0 * go mod tidy * add new APIClient method to mock * go mod tdiy * go mod tidy again * remove mocks * update mockery and regenerate --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jliempt <> Co-authored-by: Gulom Alimov <[email protected]> Co-authored-by: Googlom <[email protected]>
- Loading branch information
1 parent
0117942
commit 0764534
Showing
7 changed files
with
1,337 additions
and
401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
quiet: false | ||
mockname: "{{.InterfaceName}}" | ||
filename: "{{.InterfaceName}}.go" | ||
outpkg: mocks | ||
packages: | ||
github.com/influxdata/influxdb-client-go/v2: | ||
config: | ||
dir: pkg/influx/mocks | ||
interfaces: | ||
Client: | ||
github.com/influxdata/influxdb-client-go/v2/api: | ||
config: | ||
dir: pkg/influx/mocks | ||
interfaces: | ||
WriteAPIBlocking: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.