file

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: 7 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 struct {
	Config *Config
}

Backend object

func NewBackend

func NewBackend(config *Config) (b *Backend)

NewBackend instantiate a new File Data Backend from configuration passed as argument

func (*Backend) AddFile

func (b *Backend) AddFile(file *common.File, fileReader io.Reader) (err error)

AddFile implementation for file data backend will creates a new file for the given upload and save it on filesystem with the given file reader

func (*Backend) GetFile

func (b *Backend) GetFile(file *common.File) (reader io.ReadCloser, err error)

GetFile implementation for file data backend will search on filesystem the asked file and return its reading filehandle

func (*Backend) RemoveFile

func (b *Backend) RemoveFile(file *common.File) (err error)

RemoveFile implementation for file data backend will delete the given file from filesystem

type Config

type Config struct {
	Directory string
}

Config describes configuration for File Databackend

func NewConfig

func NewConfig(params map[string]interface{}) (config *Config)

NewConfig instantiate a new default configuration and override it with configuration passed as argument

Jump to

Keyboard shortcuts

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