upload

package
v0.0.0-...-f679f10 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrFileEmpty = fmt.Errorf("file is empty")
)

Functions

This section is empty.

Types

type FileCSV

type FileCSV struct {
	FileName string
	Ext      string
	File     multipart.File
}

type Service

type Service interface {
	CSV(csv *FileCSV) error
}

func NewUploadService

func NewUploadService(logger *logrus.Logger, store store.Store) Service

Jump to

Keyboard shortcuts

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