data

package
v0.0.0-...-233af93 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2022 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 Backend

type Backend interface {
	AddFile(file *common.File, reader io.Reader) (backendDetails string, err error)
	GetFile(file *common.File) (reader io.ReadCloser, err error)
	RemoveFile(file *common.File) (err error)
}

Backend interface describes methods that data backend must implements to be compatible with plik.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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