Documentation ¶
Index ¶
- func MarkInterfaceType(i interface{}) interface{}
- type StringInterfaceMap
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarkInterfaceType ¶
func MarkInterfaceType(i interface{}) interface{}
Types ¶
type StringInterfaceMap ¶
func (*StringInterfaceMap) Get ¶
func (m *StringInterfaceMap) Get(key string, o interface{}) error
func (*StringInterfaceMap) GetMap ¶
func (m *StringInterfaceMap) GetMap() map[string]interface{}
func (*StringInterfaceMap) MarshalJSON ¶
func (m *StringInterfaceMap) MarshalJSON() ([]byte, error)
func (*StringInterfaceMap) Store ¶
func (m *StringInterfaceMap) Store(k, v interface{})
func (*StringInterfaceMap) UnmarshalJSON ¶
func (m *StringInterfaceMap) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.