issues
search
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: modify examples to improve operation and correctness
#53
Closed
daviderli614
closed
1 week ago
daviderli614
commented
2 weeks ago
What's changed and what's your intention?
Remove
init
func and use
newClient
to initialize the client.
Fix some results such as incorrect result display in table and object example.
Checklist
[x] I have added the necessary unit tests and integration tests.
Refer to a related PR or issue link (optional)
What's changed and what's your intention?
init
func and usenewClient
to initialize the client.Checklist
Refer to a related PR or issue link (optional)