File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ type Client interface {
2121 Query (query Query ) (* QueryResult , error )
2222
2323 // WritePoint write single point to assigned database. If you don't want to implement callbackFunc to receive error
24- // in writing, you cloud use opengemini.CallbackDummy.
24+ // in writing, you could use opengemini.CallbackDummy.
2525 WritePoint (database string , point * Point , callbackFunc WriteCallback ) error
2626 // WritePointWithRp write single point with retention policy. If you don't want to implement callbackFunc to
27- // receive error in writing, you cloud use opengemini.CallbackDummy.
27+ // receive error in writing, you could use opengemini.CallbackDummy.
2828 WritePointWithRp (database string , rp string , point * Point , callbackFunc WriteCallback ) error
2929 // WriteBatchPoints write batch points to assigned database
3030 WriteBatchPoints (ctx context.Context , database string , bp []* Point ) error
You can’t perform that action at this time.
0 commit comments