example

package
v0.0.0-...-5eb0133 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CustomerService

type CustomerService struct{}

func (*CustomerService) CreateExaCustomer

func (exa *CustomerService) CreateExaCustomer(e example.ExaCustomer) (err error)

func (*CustomerService) DeleteExaCustomer

func (exa *CustomerService) DeleteExaCustomer(e example.ExaCustomer) (err error)

func (*CustomerService) GetCustomerInfoList

func (exa *CustomerService) GetCustomerInfoList(sysUserAuthorityID uint, info request.PageInfo) (list interface{}, total int64, err error)

func (*CustomerService) GetExaCustomer

func (exa *CustomerService) GetExaCustomer(id uint) (customer example.ExaCustomer, err error)

func (*CustomerService) UpdateExaCustomer

func (exa *CustomerService) UpdateExaCustomer(e *example.ExaCustomer) (err error)

type FileUploadAndDownloadService

type FileUploadAndDownloadService struct{}

func (*FileUploadAndDownloadService) CreateFileChunk

func (e *FileUploadAndDownloadService) CreateFileChunk(id uint, fileChunkPath string, fileChunkNumber int) error

func (*FileUploadAndDownloadService) DeleteFile

func (*FileUploadAndDownloadService) DeleteFileChunk

func (e *FileUploadAndDownloadService) DeleteFileChunk(fileMd5 string, filePath string) error

func (*FileUploadAndDownloadService) EditFileName

EditFileName 编辑文件名或者备注

func (*FileUploadAndDownloadService) FindFile

func (*FileUploadAndDownloadService) FindOrCreateFile

func (e *FileUploadAndDownloadService) FindOrCreateFile(fileMd5 string, fileName string, chunkTotal int) (file example.ExaFile, err error)

func (*FileUploadAndDownloadService) GetFileRecordInfoList

func (e *FileUploadAndDownloadService) GetFileRecordInfoList(info request.PageInfo) (list interface{}, total int64, err error)

func (*FileUploadAndDownloadService) Upload

func (*FileUploadAndDownloadService) UploadFile

type ServiceGroup

type ServiceGroup struct {
	CustomerService
	FileUploadAndDownloadService
}

Jump to

Keyboard shortcuts

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