storage

package
v0.0.0-...-40ecc5e Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2023 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 File

type File struct {
	Group      string
	Name       string
	Content    io.Reader
	UploadDate time.Time
}

type FileClient

type FileClient interface {
	Upload(file File) error
	GetList(group string) ([]File, error)
	GetFile(group string, name string) (*File, error)
	DeleteGroup(group string) error
}

func NewAzureStorageClient

func NewAzureStorageClient() FileClient

Jump to

Keyboard shortcuts

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