reflectcommon

package
v1.7.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2024 License: GPL-3.0 Imports: 6 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL