Documentation ¶
Index ¶
- type Service
- func (s *Service) Close() (err error)
- func (s *Service) DelteVideoCache(aid, cid int64) (err error)
- func (s *Service) Ping() (err error)
- func (s *Service) PopItem(c context.Context) (item *model.RetryItem, err error)
- func (s *Service) PushItem(c context.Context, item *model.RetryItem) (err error)
- func (s *Service) UpdateCache(old *model.Archive, nw *model.Archive, action string) (err error)
- func (s *Service) UpdateVideoCache(aid, cid int64) (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 service
func (*Service) DelteVideoCache ¶
DelteVideoCache del video cache
func (*Service) UpdateCache ¶
UpdateCache is
func (*Service) UpdateVideoCache ¶
UpdateVideoCache is
Click to show internal directories.
Click to hide internal directories.