Documentation
¶
Index ¶
- type Service
- func (s *Service) CheckMedal(c context.Context, mid int64, name string) (valid int, err error)
- func (s *Service) Medal(c context.Context, mid int64) (t *mdMdl.Medal, err error)
- func (s *Service) OpenMedal(c context.Context, mid int64, name string) (err error)
- func (s *Service) Rank(c context.Context, mid int64) (rank []*mdMdl.FansRank, err error)
- func (s *Service) RecentFans(c context.Context, mid int64) (res []*mdMdl.RecentFans, err error)
- func (s *Service) Rename(c context.Context, mid int64, name, ak, ck string) (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 struct
func (*Service) CheckMedal ¶
CheckMedal check medal name valid
func (*Service) RecentFans ¶
RecentFans get recent fans.
Click to show internal directories.
Click to hide internal directories.