tarball

package
v0.0.0-...-10b7995 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File struct {
	// contains filtered or unexported fields
}

func (File) Close

func (f File) Close() (err error)

func (File) Write

func (f File) Write(b []byte) (int, error)

func (File) WriteString

func (f File) WriteString(s string) (int, error)

func (File) Writef

func (f File) Writef(format string, args ...interface{})

type Tarball

type Tarball struct {
	// contains filtered or unexported fields
}

func New

func New(w io.Writer) *Tarball

func (*Tarball) Close

func (t *Tarball) Close() error

func (*Tarball) NewFile

func (t *Tarball) NewFile(name string, mode int64, kind byte) File

Jump to

Keyboard shortcuts

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