Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AdaptStructureValueBasedOnPath ¶
func AdaptStructureValueBasedOnPath(structure interface{}, path string, newValue string) (err error)
AdaptStructureValueBasedOnPath will try to update the value specified at the given path in any structure the structure must be of type pointer, otherwise an error will be returned. All the fields or inner structures MUST be exported the path must be in the form of InnerStruct.InnerStruct2.Field newValue must have the same type as the old value, otherwise an error will be returned. Currently, this function does not support slices or maps
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.