abc

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2019 License: Apache-2.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 FileStore

type FileStore interface {
	CreateFile(req interface{}, file io.Reader) error
	CreateDir(req interface{}) error

	ListDir(req *interface{}) ([]interface{}, error)
	ReadFile(path string) (*interface{}, error)

	DeleteDir(path string) error
	DeleteFile(path string) error

	GetStoreType() interface{}
	Close() error
}

FileStore abstracts the implementation file storage operations

Jump to

Keyboard shortcuts

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