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 DescribeUsersInput struct + Limit *int + Offset *int + Users []*string + func (v *DescribeUsersInput) Validate() error + type DescribeUsersOutput struct + Action *string + Message *string + RetCode *int + TotalCount *int + UserSet []*User + type User struct + Currency string + Email string + GravatarEmail string + Lang string + Phone string + Privilege int32 + Regions []string + Role string + Status string + UserID string + UserName string + Zones []string + func (u *User) ToUserReply() *pbmodel.User + type UserService struct + Config *config.Config + Properties *UserServiceProperties + func (s *UserService) DescribeUsers(i *DescribeUsersInput) (*DescribeUsersOutput, error) + type UserServiceProperties struct + Zone *string