Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Provide(NewUnpacker)
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 ¶
func NewUnpacker ¶
func NewUnpacker(logger *zap.SugaredLogger) Unpacker
func NoopUnpacker ¶
func NoopUnpacker() Unpacker
Click to show internal directories.
Click to hide internal directories.