Documentation
¶
Index ¶
- func CompressFile(file1 string, file2 string)
- func CompressInt(a int) string
- func CompressObjectInternal(obj interface{}, keys *[]string, values *[]string) interface{}
- func DecompressFile(file1 string, file2 string)
- func DecompressInt(s string) int
- func DecompressObjectInternal(obj interface{}, keys []string, values []string) interface{}
- type ObjectInternalJSON
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompressFile ¶
func CompressInt ¶
func CompressObjectInternal ¶
func DecompressFile ¶
func DecompressInt ¶
Types ¶
type ObjectInternalJSON ¶
type ObjectInternalJSON struct {
Keys []string `json:"keys"`
Values []string `json:"values"`
Data map[string]interface{} `json:"data"`
}
func UnmarshalObjectInternalJSON ¶
func UnmarshalObjectInternalJSON(data []byte) (ObjectInternalJSON, error)
Click to show internal directories.
Click to hide internal directories.