Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeepCopy ¶
func DeepCopy(dst interface{}, src interface{}) error
DeepCopy deep copies the source to destination
func GobDeepCopy ¶
func GobDeepCopy(dst interface{}, src interface{}) error
func JsonDeepCopy ¶
func JsonDeepCopy(dst interface{}, src interface{}) error
JsonDeepCopy default encoding/json deep copy
func JsoniterDeepCopy ¶
func JsoniterDeepCopy(dst interface{}, src interface{}) error
func MsgpackDeepCopy ¶
func MsgpackDeepCopy(dst interface{}, src interface{}) error
MsgpackDeepCopy vmihailenco/msgpack deep copy
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.