Documentation ¶
Index ¶
Constants ¶
View Source
const ( CompressionTypeEmpty = CompressionType("") CompressionTypeNone = CompressionType("none") CompressionTypeGzip = CompressionType("gzip") CompressionTypeZlib = CompressionType("zlib") CompressionTypeZstd = CompressionType("zstd") CompressionTypeDefault = CompressionTypeGzip )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompressionType ¶
type CompressionType string
func (*CompressionType) AddToFlagSet ¶
func (ct *CompressionType) AddToFlagSet(f *flag.FlagSet)
func (CompressionType) NewReader ¶
func (ct CompressionType) NewReader( r io.Reader, ) (out io.ReadCloser, err error)
func (CompressionType) NewWriter ¶
func (ct CompressionType) NewWriter(w io.Writer) io.WriteCloser
func (*CompressionType) Set ¶
func (ct *CompressionType) Set(v string) (err error)
func (CompressionType) String ¶
func (ct CompressionType) String() string
type ErrUnsupportedCompression ¶
type ErrUnsupportedCompression string
func (ErrUnsupportedCompression) Error ¶
func (e ErrUnsupportedCompression) Error() string
func (ErrUnsupportedCompression) Is ¶
func (e ErrUnsupportedCompression) Is(err error) (ok bool)
type Konfig ¶
type Konfig struct { StoreVersion storeVersion Recipients []string UseBestandsaufnahme bool UseKonfigErworbenFile bool UseBestandsaufnahmeForVerzeichnisse bool CompressionType CompressionType LockInternalFiles bool }
func (Konfig) GetStoreVersion ¶
func (k Konfig) GetStoreVersion() schnittstellen.StoreVersion
Click to show internal directories.
Click to hide internal directories.