mirror of
https://github.com/asdine/storm.git
synced 2025-10-05 06:47:00 +08:00
UpdateField method
This commit is contained in:
@@ -45,4 +45,7 @@ var (
|
||||
|
||||
// ErrUnAddressable is returned when a struct or an exported field of a struct is unaddressable
|
||||
ErrUnAddressable = errors.New("unaddressable value")
|
||||
|
||||
// ErrIncompatibleValue is returned when trying to set a value with a different type than the chosen field
|
||||
ErrIncompatibleValue = errors.New("incompatible value")
|
||||
)
|
||||
|
Reference in New Issue
Block a user