consumer

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Consumer

type Consumer interface {
	Consume(reader io.Reader, destPath string) error
}

type FileWriter

type FileWriter struct{}

func (*FileWriter) Consume

func (f *FileWriter) Consume(reader io.Reader, destPath string) error

type NullWriter added in v0.3.2

type NullWriter struct{}

func (*NullWriter) Consume added in v0.3.2

func (f *NullWriter) Consume(reader io.Reader, destPath string) error

type TarExtractor

type TarExtractor struct{}

func (*TarExtractor) Consume

func (f *TarExtractor) Consume(reader io.Reader, destPath string) error

Jump to

Keyboard shortcuts

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