Versions in this module Expand all Collapse all v1 v1.0.2 Oct 4, 2019 Changes in this version + func Name(obj interface{}) string v1.0.1 Oct 1, 2019 Changes in this version + func Properties(obj interface{}) ([]string, error) + func PropertiesAsMap(obj interface{}) (map[string]interface{}, error) + func Property(obj interface{}, fieldName string) (interface{}, error) + func Tags(obj interface{}, tagname string) (map[string]string, error) + type KeyValue struct + Key string + Value interface{} + func (kv *KeyValue) String() string