Documentation
¶
Index ¶
- Variables
- type Service
- func (s *Service) Close()
- func (s *Service) MoveType(c context.Context, stime, etime time.Time) (reports []*archive.Report, err error)
- func (s *Service) Ping(c context.Context) (err error)
- func (s *Service) RoundFlow(c context.Context, stime, etime time.Time) (reports []*archive.Report, err error)
- func (s *Service) TaskTooksByHalfHour(c context.Context, stime, etime time.Time) (tooks []*archive.TaskTook, err error)
- func (s *Service) VideoAudit(c context.Context, stime, etime time.Time) (reports []*archive.Report, err error)
- func (s *Service) VideoReports(c context.Context, t int8, stime, etime time.Time) (reports []*archive.Report, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrRPCEmpty = errors.New("rpc reply empty")
)
ERROR
Functions ¶
This section is empty.
Types ¶
type Service ¶
Service is service.
func (*Service) MoveType ¶
func (s *Service) MoveType(c context.Context, stime, etime time.Time) (reports []*archive.Report, err error)
MoveType get archive move type stats by typeid
func (*Service) RoundFlow ¶
func (s *Service) RoundFlow(c context.Context, stime, etime time.Time) (reports []*archive.Report, err error)
RoundFlow get archive round flow take time records
func (*Service) TaskTooksByHalfHour ¶
func (s *Service) TaskTooksByHalfHour(c context.Context, stime, etime time.Time) (tooks []*archive.TaskTook, err error)
TaskTooksByHalfHour get task books by ctime
Click to show internal directories.
Click to hide internal directories.