data

package
v0.0.0-...-e675dcb Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 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) (err error)
	GetFile(file *common.File) (reader io.ReadCloser, err error)
	// RemoveFile should not fail if the file is not found
	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