# Functions

AttributeSize gets the size of the given attribute in bytes.
AttributesSize gets the size of the given attributes in bytes.
MakeAttributes accepts pairs of name, value and returns a map[string]*Attribute.
MakeUnion makes a union of map attributes from a list of attribute maps.
NewAttribute creates an attribute whose type is infered from a native go-lang type.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

MaxAttributesSize is the maximum total size in bytes, for the event+asset attributes.

# Variables

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
AttributeValidationError is the validation error returned by Attribute.Validate if the designated constraints aren't met.
No description provided by the author
DictAttrValidationError is the validation error returned by DictAttr.Validate if the designated constraints aren't met.
No description provided by the author
ListAttrValidationError is the validation error returned by ListAttr.Validate if the designated constraints aren't met.

# Type aliases

AttributeMultiError is an error wrapping multiple validation errors returned by Attribute.ValidateAll() if the designated constraints aren't met.
DictAttrMultiError is an error wrapping multiple validation errors returned by DictAttr.ValidateAll() if the designated constraints aren't met.
ListAttrMultiError is an error wrapping multiple validation errors returned by ListAttr.ValidateAll() if the designated constraints aren't met.