Merge pull request #61468 from tianshapjq/remove-consts-element.go
clean code
This commit is contained in:
@@ -153,12 +153,6 @@ func (mk MergeKeys) GetMergeKeyValue(i interface{}) (MergeKeyValue, error) {
|
|||||||
|
|
||||||
type source int
|
type source int
|
||||||
|
|
||||||
const (
|
|
||||||
recorded source = iota
|
|
||||||
local
|
|
||||||
remote
|
|
||||||
)
|
|
||||||
|
|
||||||
// CombinedPrimitiveSlice implements a slice of primitives
|
// CombinedPrimitiveSlice implements a slice of primitives
|
||||||
type CombinedPrimitiveSlice struct {
|
type CombinedPrimitiveSlice struct {
|
||||||
Items []*PrimitiveListItem
|
Items []*PrimitiveListItem
|
||||||
|
Reference in New Issue
Block a user