mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 04:26:39 +00:00
@@ -426,12 +426,7 @@ func (val *Value) StepByFields(handle func(name string, in *Value) (bool, error)
|
||||
if stop {
|
||||
return nil
|
||||
}
|
||||
|
||||
if end {
|
||||
break
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (val *Value) fieldIndex(index int) (*field, bool, error) {
|
||||
|
||||
Reference in New Issue
Block a user