Versions in this module Expand all Collapse all v0 v0.9.0-alpha Apr 20, 2022 v0.8.0 Mar 15, 2022 Changes in this version + type Local struct + func (l *Local) DescribeUsers(userIDs []string, limit int, offset int) ([]User, int64, error) + func (l *Local) GetSecretAccessKey(accessKeyID string) (*executor.AccessKey, error) + type Qingcloud struct + func (q *Qingcloud) DescribeUsers(userIDs []string, limit int, offset int) ([]User, int64, error) + func (q *Qingcloud) GetSecretAccessKey(accessKeyID string) (*executor.AccessKey, error) + type Source interface + DescribeUsers func(userIDs []string, limit int, offset int) ([]User, int64, error) + GetSecretAccessKey func(accessKeyID string) (*executor.AccessKey, error) + func SelectSource(source string, conf *config.Config, ctx context.Context) Source + type User interface + ToUserReply func() *pbmodel.User