archive_pkg

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Archive

type Archive interface {
	Operate() error
	Close() error
}

type ArchiveReader

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

func (*ArchiveReader) Close

func (ar *ArchiveReader) Close() error

func (*ArchiveReader) Operate

func (ar *ArchiveReader) Operate() error

type ArchiveWriter

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

func (*ArchiveWriter) Close

func (aw *ArchiveWriter) Close() error

func (*ArchiveWriter) Operate

func (aw *ArchiveWriter) Operate() error

type File

type File struct {
	Name string
	Body string
}

Jump to

Keyboard shortcuts

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