unpack

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2022 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type CompositeUnpacker

type CompositeUnpacker struct {
	Unpackers []Unpacker
	// contains filtered or unexported fields
}

func (CompositeUnpacker) UnpackAll

func (c CompositeUnpacker) UnpackAll(dir string) error

type Unpacker

type Unpacker interface {
	UnpackAll(dir string) error
}

func NewUnpacker

func NewUnpacker(logger *zap.SugaredLogger) Unpacker

func NoopUnpacker

func NoopUnpacker() Unpacker

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL