Documentation ¶
Index ¶
- type Service
- func (s *Service) Timemachine2018(c context.Context, loginMid, mid int64) (data *model.Timemachine, err error)
- func (s *Service) Timemachine2018Cache(c context.Context, loginMid, mid int64) (data *model.Item, err error)
- func (s *Service) Timemachine2018Raw(c context.Context, loginMid, mid int64) (data *model.Item, 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 time machine service.
func (*Service) Timemachine2018 ¶
func (s *Service) Timemachine2018(c context.Context, loginMid, mid int64) (data *model.Timemachine, err error)
Timemachine2018 .
Click to show internal directories.
Click to hide internal directories.