Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReportService ¶
type ReportService struct {
// contains filtered or unexported fields
}
ReportService user service
func NewReportService ¶
func NewReportService(reportRepo report_common.ReportRepo, objectInfoService *object_info.ObjService, ) *ReportService
NewReportService new report service
func (*ReportService) AddReport ¶
func (rs *ReportService) AddReport(ctx context.Context, req *schema.AddReportReq) (err error)
AddReport add report
Click to show internal directories.
Click to hide internal directories.