filestore

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2025 License: Apache-2.0 Imports: 7 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 {
	UpdateAvatar(ctx context.Context, user *models.User, file *models.File) error
	DeleteAvatar(ctx context.Context, avatarKey string) error
	UploadScan(ctx context.Context, userID string, file *models.File) (string, error)
}

func NewMinioStore

func NewMinioStore(cfg config.Config) (FileStore, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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