Documentation ¶
Index ¶
- type Service
- func (s *Service) Close()
- func (s *Service) Ping(ctx context.Context) (err error)
- func (s *Service) RankElecAllAV(ctx context.Context, upMID int64, avID int64, rankSize int) (rank *apihttp.RespRankElecAllAV, err error)
- func (s *Service) RankElecMonth(ctx context.Context, upMID, avID int64, rankSize int) (rank *apihttp.RespRankElecMonth, err error)
- func (s *Service) RankElecMonthUP(ctx context.Context, upMID int64, rankSize int) (rank *apihttp.RespRankElecMonthUP, 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) RankElecAllAV ¶
func (s *Service) RankElecAllAV(ctx context.Context, upMID int64, avID int64, rankSize int) (rank *apihttp.RespRankElecAllAV, err error)
RankElecAllAV .
func (*Service) RankElecMonth ¶
func (s *Service) RankElecMonth(ctx context.Context, upMID, avID int64, rankSize int) (rank *apihttp.RespRankElecMonth, err error)
RankElecMonth .
func (*Service) RankElecMonthUP ¶
func (s *Service) RankElecMonthUP(ctx context.Context, upMID int64, rankSize int) (rank *apihttp.RespRankElecMonthUP, err error)
RankElecMonthUP .
Click to show internal directories.
Click to hide internal directories.