Documentation ¶
Index ¶
Constants ¶
View Source
const ( CompressionFormatLz4 = "lz4" CompressionFormatZstd = "zstd" CompressionFormatNone = "none" )
View Source
const ( AutoCoalescing = "auto" ForceCoalescing = "force" NoCoalescing = "none" )
Variables ¶
View Source
var (
LongAgo = time.Now().Add(-20 * 365 * 24 * time.Hour)
)
View Source
var PleaseRedirect = "Binary output can screw up your terminal. Supply -o or redirect to a file or pipe"
View Source
var Version string
Functions ¶
Types ¶
type ErrDuplicateMetadataName ¶
type ErrDuplicateMetadataName struct {
Name string
}
func (*ErrDuplicateMetadataName) Error ¶
func (e *ErrDuplicateMetadataName) Error() string
func (ErrDuplicateMetadataName) Is ¶
func (e ErrDuplicateMetadataName) Is(target error) bool
Click to show internal directories.
Click to hide internal directories.