Documentation
¶
Index ¶
- Constants
- func Compress(cType CompressionType, str string) (string, error)
- func ContainsStringArray(array []string, in [][]string) bool
- func Decompress(cType CompressionType, str string) (string, error)
- func EqualStringArrays(a, b []string) bool
- func GzipCompress(str string) (string, error)
- func GzipDecompress(str string) (string, error)
- type CompressionType
Constants ¶
View Source
const ( CompressionNone = 0 CompressionGzip = 1 )
Variables ¶
This section is empty.
Functions ¶
func ContainsStringArray ¶
func Decompress ¶
func Decompress(cType CompressionType, str string) (string, error)
func EqualStringArrays ¶
func GzipCompress ¶
func GzipDecompress ¶
Types ¶
type CompressionType ¶
type CompressionType int
Click to show internal directories.
Click to hide internal directories.