shapeziocompression

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2021 License: BSD-2-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CompressFile

func CompressFile(file1 string, file2 string)

func CompressInt

func CompressInt(a int) string

func CompressObjectInternal

func CompressObjectInternal(obj interface{}, keys *[]string, values *[]string) interface{}

func DecompressFile

func DecompressFile(file1 string, file2 string)

func DecompressInt

func DecompressInt(s string) int

func DecompressObjectInternal

func DecompressObjectInternal(obj interface{}, keys []string, values []string) interface{}

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)

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL