archive

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: May 6, 2020 License: Apache-2.0, Apache-2.0 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 struct {
	Threshold int64 // height int64
	Client    ArchiveClient
	// contains filtered or unexported fields
}

func NewArchive

func NewArchive(dbBackend, dbDir string, threshold int64) *Archive

func (*Archive) AddItem

func (ar *Archive) AddItem(originHeight int64, value string)

func (*Archive) Close

func (ar *Archive) Close()

func (*Archive) QueryFileHash

func (ar *Archive) QueryFileHash(height int64) (ret []byte)

type ArchiveClient

type ArchiveClient interface {
	UploadFile(filepath string) (fileHash string, err error)
	DownloadFile(fileHash, filepath string) (err error)
}

Jump to

Keyboard shortcuts

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