interfaces

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DingTalkApiClientFactory

type DingTalkApiClientFactory interface {
	GetClient(appKey, appSecret string, agentId int64) DingtalkApiClient
}

type DingtalkAccessTokenManager

type DingtalkAccessTokenManager interface {
	GetAccessToken(appKey string) (string, error)
}

type DingtalkApiClient

type DingtalkApiClient interface {
	SendWorkNotice(phones []string, title, content string) error
}

type DingtalkUserInfoManager

type DingtalkUserInfoManager interface {
	GetUserIdsByPhones(accessToken string, agentId int64, phones []string) (userIds []string, err error)
}

type KvCache

type KvCache interface {
	Get(key string) (string, error)
	Set(key string, value string, expire time.Duration) (string, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL