Documentation ¶
Index ¶
- type Service
- func (s *Service) Close()
- func (s *Service) Ping(c context.Context) (err error)
- func (s *Service) RegionArcs3(c context.Context, rid int32, pn, ps int) (arcs []*api.Arc, count int, err error)
- func (s *Service) RegionTagArcs3(c context.Context, rid int32, tagID int64, pn, ps int) (arcs []*api.Arc, count int, err error)
- func (s *Service) RegionTotal(c context.Context) (res map[string]int)
- func (s *Service) RegionsArcs3(c context.Context, rids []int32, count int) (mArcs map[int32][]*api.Arc, 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) RegionArcs3 ¶
func (s *Service) RegionArcs3(c context.Context, rid int32, pn, ps int) (arcs []*api.Arc, count int, err error)
RegionArcs3 get new arcs of region.
func (*Service) RegionTagArcs3 ¶
func (s *Service) RegionTagArcs3(c context.Context, rid int32, tagID int64, pn, ps int) (arcs []*api.Arc, count int, err error)
RegionTagArcs3 get new arcs of region and hot tag.
func (*Service) RegionTotal ¶
RegionTotal total dynamic of regin
Click to show internal directories.
Click to hide internal directories.