Versions in this module Expand all Collapse all v0 v0.1.0 Nov 12, 2022 v0.0.1 Nov 10, 2022 Changes in this version + func NormalizeValue(v interface{}) (interface{}, error) + func SetValueFromAttribute(snapName string, ifaceName string, attrName string, attrVal interface{}, ...) error + type AttributeNotCompatibleError struct + AttributeName string + AttributeType reflect.Type + ExpectedType reflect.Type + InterfaceName string + SnapName string + func (e AttributeNotCompatibleError) Error() string + func (e AttributeNotCompatibleError) Is(target error) bool