storage

package
v0.0.0-...-300a937 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2021 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Files

type Files interface {
	Get() ([]string, error)
	Put(filename string) error
	Delete(filename string) error
}

type Index

type Index interface {
	Get() (index.InvertIndex, error)
	Set(index index.InvertIndex) error
}

type Storage

type Storage struct {
	Index
	Files
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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