Documentation
¶
Index ¶
- Constants
- type Service
- func (s *Service) Close()
- func (s *Service) Ping(c context.Context) (err error)
- func (s *Service) QueryUndoneTaskLogdate(c context.Context, mid int64, platform int, sourceType int) (logDate int64, err error)
- func (s *Service) SendEmail(c context.Context, taskID int64) (err error)
- func (s *Service) UpdateTaskState(c context.Context, mid int64, build string, platform int, taskState int, ...) (err error)
Constants ¶
View Source
const (
ISO8601Date = "2006-01-02"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) QueryUndoneTaskLogdate ¶
func (s *Service) QueryUndoneTaskLogdate(c context.Context, mid int64, platform int, sourceType int) (logDate int64, err error)
QueryTaskState is query satisfied logDate from memcache if key exist,Otherwise query from db.
Click to show internal directories.
Click to hide internal directories.