fs

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2024 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrorFileNotFound = errors.New("file not found")
)

Functions

This section is empty.

Types

type FileStore

type FileStore interface {
	PutObject(object []byte, key string) error
	GetObject(key string) ([]byte, error)
	DeleteObject(key string) error
	BasePath() string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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