file_store

package
v0.0.0-...-48fb7be Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Setup

func Setup(oss OSSHandler)

Types

type OSSHandler

type OSSHandler interface {
	UploadFile(file *multipart.FileHeader) (filePath string, fileKey string, err error)
	DeleteFile(key string) error
}

OSS 对象存储接口

var Oss OSSHandler

Jump to

Keyboard shortcuts

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