storage

package
v0.0.0-...-be974dd Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAliyunOssStorageProvider

func NewAliyunOssStorageProvider(clientId string, clientSecret string, bucket string, endpoint string) oss.StorageInterface

func NewAzureBlobStorageProvider

func NewAzureBlobStorageProvider(clientId string, clientSecret string, region string, bucket string, endpoint string) oss.StorageInterface

func NewLocalFileSystemStorageProvider

func NewLocalFileSystemStorageProvider() oss.StorageInterface

Types

type FileSystem

type FileSystem struct {
	Base string
}

FileSystem file system storage

func NewFileSystem

func NewFileSystem(base string) *FileSystem

NewFileSystem initialize the local file system storage

func (FileSystem) Delete

func (fileSystem FileSystem) Delete(path string) error

Delete delete file

func (FileSystem) Get

func (fileSystem FileSystem) Get(path string) (*os.File, error)

Get receive file with given path

func (FileSystem) GetEndpoint

func (fileSystem FileSystem) GetEndpoint() string

GetEndpoint get endpoint, FileSystem's endpoint is /

func (FileSystem) GetFullPath

func (fileSystem FileSystem) GetFullPath(path string) string

GetFullPath get full path from absolute/relative path

func (FileSystem) GetStream

func (fileSystem FileSystem) GetStream(path string) (io.ReadCloser, error)

GetStream get file as stream

func (FileSystem) GetURL

func (fileSystem FileSystem) GetURL(path string) (url string, err error)

GetURL get public accessible URL

func (FileSystem) List

func (fileSystem FileSystem) List(path string) ([]*oss.Object, error)

List all objects under current path

func (FileSystem) Put

func (fileSystem FileSystem) Put(path string, reader io.Reader) (*oss.Object, error)

Put store a reader into given path

Jump to

Keyboard shortcuts

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