wp
This commit is contained in:
@@ -72,7 +72,7 @@ type MeasuresAppendWithGrow struct {
|
||||
IndexLevelTails []IndexLevelTail
|
||||
ResultCode byte
|
||||
WrittenCount int
|
||||
ResultCh chan struct{}
|
||||
ResultCh chan AppendMeasuresResult
|
||||
}
|
||||
|
||||
type MeasuresAppend struct {
|
||||
@@ -83,7 +83,7 @@ type MeasuresAppend struct {
|
||||
Values []byte
|
||||
ResultCode byte
|
||||
WrittenCount int
|
||||
ResultCh chan struct{}
|
||||
ResultCh chan AppendMeasuresResult
|
||||
}
|
||||
|
||||
type MeasuresDelete struct {
|
||||
@@ -100,7 +100,7 @@ type MeasuresAppendCommited struct {
|
||||
MetricID uint32
|
||||
ResultCode byte
|
||||
WrittenCount int
|
||||
ResultCh chan struct{}
|
||||
ResultCh chan AppendMeasuresResult
|
||||
}
|
||||
|
||||
type MeasuresAppendWithGrowCommited struct {
|
||||
@@ -109,7 +109,7 @@ type MeasuresAppendWithGrowCommited struct {
|
||||
Index []IndexLevelTail
|
||||
ResultCode byte
|
||||
WrittenCount int
|
||||
ResultCh chan struct{}
|
||||
ResultCh chan AppendMeasuresResult
|
||||
}
|
||||
|
||||
type MeasuresDeleteCommited struct {
|
||||
|
||||
Reference in New Issue
Block a user