Open KingOfDuck opened 2 years ago
type Config struct { Indicator *Indicator Condition *IndicatorNodeValueCondition } type Indicator struct { NodeValue *NodeValue LeftNode *Indicator RightNode *Indicator } type NodeValue struct { Condition *Condition } type Condition struct { Conditions []*Condition }
copier.copy(config, originConfig)
Reproducible Example
Description