store

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2019 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File struct {
	Upload   UploadInfo
	Name     string
	Contents []byte
}

File represents an uploaded file

type Store

type Store interface {
	// Init initializes the store
	Init() error

	// SaveFiles saves the given files to the store
	//
	// This method is thread-safe and can safely be used by
	// multiple goroutines concurrently
	SaveFiles(files ...File) error
}

Store represents an abstract store

type UploadInfo

type UploadInfo struct {
	Time        time.Time
	ClientAgent string
}

UploadInfo represents information about an uploader of a file

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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