Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DifferentTypesOption ¶
func (DifferentTypesOption) IsConditionMet ¶
func (d DifferentTypesOption) IsConditionMet(targetValue interface{}, updateValue interface{}) bool
func (DifferentTypesOption) IsValid ¶
func (d DifferentTypesOption) IsValid() (bool, error)
type OptionHandler ¶
type SameKindOption ¶
func (SameKindOption) IsConditionMet ¶
func (d SameKindOption) IsConditionMet(targetValue interface{}, updateValue interface{}) bool
func (SameKindOption) IsValid ¶
func (s SameKindOption) IsValid() (bool, error)
type UpdateOption ¶
type UpdateStructOption ¶
type UpdateStructOption struct {
Option UpdateOption
Handler OptionHandler
}
Click to show internal directories.
Click to hide internal directories.