InfluxCommunity / influxdb3-go

The go package that provides a simple and convenient way to interact with InfluxDB 3.
https://pkg.go.dev/github.com/InfluxCommunity/influxdb3-go
MIT License
21 stars 11 forks source link

feat: query type, comments, removing unused logic #12

Closed Sciator closed 1 year ago

Sciator commented 1 year ago

Closes #

Proposed Changes

Briefly describe your proposed changes:

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 82.85% and project coverage change: +1.52 :tada:

Comparison is base (93ccdcd) 77.07% compared to head (43d134a) 78.59%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #12 +/- ## ========================================== + Coverage 77.07% 78.59% +1.52% ========================================== Files 9 8 -1 Lines 676 528 -148 ========================================== - Hits 521 415 -106 + Misses 136 97 -39 + Partials 19 16 -3 ``` | [Impacted Files](https://app.codecov.io/gh/bonitoo-io/influxdb3-go/pull/12?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bonitoo-io) | Coverage Δ | | |---|---|---| | [influx/fix\_url.go](https://app.codecov.io/gh/bonitoo-io/influxdb3-go/pull/12?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bonitoo-io#diff-aW5mbHV4L2ZpeF91cmwuZ28=) | `100.00% <ø> (ø)` | | | [influx/query.go](https://app.codecov.io/gh/bonitoo-io/influxdb3-go/pull/12?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bonitoo-io#diff-aW5mbHV4L3F1ZXJ5Lmdv) | `72.22% <73.91%> (+2.22%)` | :arrow_up: | | [influx/client.go](https://app.codecov.io/gh/bonitoo-io/influxdb3-go/pull/12?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bonitoo-io#diff-aW5mbHV4L2NsaWVudC5nbw==) | `88.46% <100.00%> (+0.22%)` | :arrow_up: | | [influx/client\_write.go](https://app.codecov.io/gh/bonitoo-io/influxdb3-go/pull/12?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bonitoo-io#diff-aW5mbHV4L2NsaWVudF93cml0ZS5nbw==) | `96.90% <100.00%> (-0.07%)` | :arrow_down: | | [influx/point.go](https://app.codecov.io/gh/bonitoo-io/influxdb3-go/pull/12?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bonitoo-io#diff-aW5mbHV4L3BvaW50Lmdv) | `100.00% <100.00%> (ø)` | | | [influx/query\_iterator.go](https://app.codecov.io/gh/bonitoo-io/influxdb3-go/pull/12?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bonitoo-io#diff-aW5mbHV4L3F1ZXJ5X2l0ZXJhdG9yLmdv) | `43.26% <100.00%> (+1.11%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.