Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + func MarkInterfaceType(i interface{}) interface + type StringInterfaceMap struct + func (m *StringInterfaceMap) Get(key string, o interface{}) error + func (m *StringInterfaceMap) GetMap() map[string]interface{} + func (m *StringInterfaceMap) MarshalJSON() ([]byte, error) + func (m *StringInterfaceMap) Store(k, v interface{}) + func (m *StringInterfaceMap) UnmarshalJSON(data []byte) error