metric head/tail 변경
This commit is contained in:
@ -16,8 +16,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
METRIC_HEAD_INLINE = byte(1)
|
||||
METRIC_TAIL_INLINE = byte(2)
|
||||
METRIC_HEAD_INLINE = byte(14)
|
||||
METRIC_TAIL_INLINE = byte(15)
|
||||
)
|
||||
|
||||
type MetricType int
|
||||
|
||||
Reference in New Issue
Block a user