Versions in this module Expand all Collapse all v1 v1.0.1 Mar 15, 2020 v1.0.0 Mar 15, 2020 Changes in this version + type Service struct + func NewService(ctx context.Context, cfg *config.Config, provider *region.PDDataProvider, ...) *Service + func (s *Service) Close() + func (s *Service) Register(r *gin.RouterGroup, auth *user.AuthService) + func (s *Service) Start()