File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed
Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 11module github.com/openGemini/opengemini-client-go
22
3- go 1.23.0
4-
5- toolchain go1.24.3
3+ go 1.24.0
64
75require (
86 github.com/golang/snappy v1.0.0
Original file line number Diff line number Diff line change @@ -127,19 +127,7 @@ type Point struct {
127127 // Tags is the line protocol tag field definition.
128128 Tags map [string ]string
129129 // Fields is the line protocol value field definition.
130- Fields map [string ]interface {}
131- Name string
132- Time time.Time
133- Command string
134- }
135-
136- type OtelPoint struct {
137- * Point
138- Database string
139- RetentionPolicy string
140- Precision string
141- Measurement string
142- BatchCount int
130+ Fields map [string ]interface {}
143131}
144132
145133func (p * Point ) AddTag (key string , value string ) {
You can’t perform that action at this time.
0 commit comments