Versions in this module Expand all Collapse all v1 v1.9.9 Jan 5, 2021 Changes in this version + type Attributes map[string]apiext.JSON + func (attributes *Attributes) UnmarshalJSON(data []byte) error + func (attributes Attributes) AsInterface(errorHolder *error) interface{} + func (attributes Attributes) Booleans(errorHolder *error) map[string]bool + func (attributes Attributes) Exists(key string) bool + func (attributes Attributes) FromBooleanMap(strings map[string]bool) Attributes + func (attributes Attributes) FromFloatMap(strings map[string]float64) Attributes + func (attributes Attributes) FromIntegerMap(strings map[string]int) Attributes + func (attributes Attributes) FromInterface(structure interface{}, errorHolder *error) Attributes + func (attributes Attributes) FromMap(strings map[string]interface{}, errorHolder *error) Attributes + func (attributes Attributes) FromStringMap(strings map[string]string) Attributes + func (attributes Attributes) Get(key string, errorHolder *error) interface{} + func (attributes Attributes) GetBoolean(key string, errorHolder *error) bool + func (attributes Attributes) GetInto(key string, into interface{}) error + func (attributes Attributes) GetNumber(key string, errorHolder *error) float64 + func (attributes Attributes) GetString(key string, errorHolder *error) string + func (attributes Attributes) Into(into interface{}) error + func (attributes Attributes) MarshalJSON() ([]byte, error) + func (attributes Attributes) Numbers(errorHolder *error) map[string]float64 + func (attributes Attributes) Put(key string, value interface{}, errorHolder *error) Attributes + func (attributes Attributes) PutBoolean(key string, value bool) Attributes + func (attributes Attributes) PutFloat(key string, value float64) Attributes + func (attributes Attributes) PutInteger(key string, value int) Attributes + func (attributes Attributes) PutString(key string, value string) Attributes + func (attributes Attributes) Strings(errorHolder *error) map[string]string + type KeyNotFoundError struct + Key string + func (e *KeyNotFoundError) Error() string