Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compressor ¶
type Compressor struct {
// contains filtered or unexported fields
}
func NewCompressor ¶
func NewCompressor(bzip, b64 bool) *Compressor
func (*Compressor) Compress ¶
func (c *Compressor) Compress(compressVal interface{}) ([]byte, error)
type Decompressor ¶
type Decompressor struct {
// contains filtered or unexported fields
}
func NewDecompressor ¶
func NewDecompressor() *Decompressor
func (*Decompressor) Decompress ¶
func (d *Decompressor) Decompress(inp []byte, out interface{}) interface{}
Click to show internal directories.
Click to hide internal directories.