Documentation ¶
Index ¶
- type Service
- func (s *Service) AddReport(c context.Context, mid, aid int64, mold int, ak, reason, pics string) (err error)
- func (s *Service) CopyWriter(c context.Context, aid int64, plat int8, lang string) (cps []report.CopyWriter, err error)
- func (s *Service) Upload(c context.Context, fileType string, body []byte) (url string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is appeal service .
func (*Service) AddReport ¶
func (s *Service) AddReport(c context.Context, mid, aid int64, mold int, ak, reason, pics string) (err error)
AddReport add a report .
Click to show internal directories.
Click to hide internal directories.