Documentation ¶
Index ¶
- func Retry(callback func() error, retry int, sleep time.Duration) (err error)
- type Service
- func (s *Service) ArcHandle(arcMsg *ugcmdl.ArcMsg)
- func (s *Service) Close()
- func (s *Service) InitUpper(mid int64) (err error)
- func (s *Service) UgcDbus(msg *databus.Message)
- func (s *Service) UpArchives(mid int64, pn int, ps int) (match map[int64]*arccli.Arc, aids []int64, err error)
- func (s *Service) ZoneIdx()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is show service.
func (*Service) ArcHandle ¶
ArcHandle treats the archive notify-T message to update the DB if there is any change
Click to show internal directories.
Click to hide internal directories.