GreptimeTeam / greptimedb-ingester-go

A Go ingester for GreptimeDB, which is compatible with GreptimeDB protocol and lightweight.
Apache License 2.0
15 stars 5 forks source link

refactor: use write object interface name #24

Closed yuanbohan closed 9 months ago

yuanbohan commented 9 months ago

What's changed and what's your intention?

use WriteObject instead of Create, and bump version to v0.3.0

Checklist

Refer to a related PR or issue link (optional)

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.63%. Comparing base (2da0829) to head (805e289).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #24 +/- ## ======================================= Coverage 77.63% 77.63% ======================================= Files 8 8 Lines 456 456 ======================================= Hits 354 354 Misses 78 78 Partials 24 24 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.