Versions in this module Expand all Collapse all v1 v1.5.0 Jan 6, 2022 Changes in this version + type Manager struct + Cache interfaces.KvCache + Log logs.Logger + func NewManager(logger logs.Logger, cache interfaces.KvCache) *Manager + func (m *Manager) GetAccessToken(appKey string) (string, error) + func (m *Manager) GetClient(appKey, appSecret string, agentId int64) interfaces.DingtalkApiClient + func (m *Manager) GetUserIdsByPhones(accessToken string, agentId int64, phones []string) (userIds []string, err error) + func (m *Manager) RegisterApp(appKey, appSecret string) interfaces.DingtalkAccessTokenManager + type TaskContext struct + func NewTaskContext(concurrency int, result interface{}) *TaskContext + func (t *TaskContext) Add() + func (t *TaskContext) Done() + func (t *TaskContext) Wait()