Browse Source

core.go TimeArrow 添加 Extension

fast
黄梓健 4 years ago
parent
commit
cd39f7fb0b
  1. 2
      core.go

2
core.go

@ -38,6 +38,8 @@ type TimeArrow struct {
ExpandTags []string `json:"expand_tags"` ExpandTags []string `json:"expand_tags"`
ExpandValue interface{} `json:"expand_value"` ExpandValue interface{} `json:"expand_value"`
Weights float64 `json:"weights"` Weights float64 `json:"weights"`
Extension map[string]interface{} `json:"extension"`
} }
type TimeArrows []TimeArrow type TimeArrows []TimeArrow

Loading…
Cancel
Save