filestorage

package
v1.12.15 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package filestorage implements Storage interface that uses files on disk as storage.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileStorage

type FileStorage struct {
	// contains filtered or unexported fields
}

FileStorage implements Storage interface for saving files on disk.

func New

func New(dest string, perm fs.FileMode) (*FileStorage, error)

New returns a new FileStorage at the destination.

func (*FileStorage) Open

func (s *FileStorage) Open(name string, size int64) (f storage.File, exists bool, err error)

Open a file.

func (*FileStorage) RootDir added in v1.7.0

func (s *FileStorage) RootDir() string

RootDir is the root of opened storage file.

Jump to

Keyboard shortcuts

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