Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PickleDumps ¶
func PickleDumps(o interface{}) []byte
func PickleLoads ¶
Types ¶
type PickleArray ¶
type PickleArray struct {
Type string
Data []interface{}
}
type PickleTuple ¶
type PickleTuple struct {
Len int
A interface{}
B interface{}
C interface{}
D interface{}
}
Click to show internal directories.
Click to hide internal directories.