Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONWrapper ¶
type JSONWrapper interface { Unmarshal(data []byte, v interface{}) error Marshal(v interface{}) ([]byte, error) }
JSONWrapper provides an interface for json marshaling and unmarshaling operations
func NewDefaultJSONWrapper ¶
func NewDefaultJSONWrapper() JSONWrapper
NewDefaultJSONWrapper returns an instance of defaultJSONWrapper
Click to show internal directories.
Click to hide internal directories.