Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompressionType ¶
type CompressionType int8
CompressionType is a file's compression type.
const ( // CTUnknown indicates that that the compression type was unset. CTUnknown CompressionType = 0 // CTNone indicates that the file was not compressed. CTNone CompressionType = 1 // GZIP indicates that the file is GZIP compressed. GZIP CompressionType = 2 // ZIP indicates that the file is ZIP compressed. ZIP CompressionType = 3 )
func (CompressionType) String ¶
func (c CompressionType) String() string
String implements fmt.Stringer.
Click to show internal directories.
Click to hide internal directories.