Versions in this module Expand all Collapse all v0 v0.1.3 Nov 16, 2023 Changes in this version + var ProviderSet = wire.NewSet(NewFileService) + type FileService struct + func NewFileService(fileUsecase *biz.FileUsecase, logger log.Logger) *FileService + func (s *FileService) GetOssStsToken(ctx context.Context, req *emptypb.Empty) (*ossV1.OssStsTokenResponse, error) + func (s *FileService) UploadFile(ctx context.Context, req *ossV1.UploadFileRequest) (*ossV1.UploadFileResponse, error)