Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { *httpclient.Client // contains filtered or unexported fields }
func (*Client) CreateUser ¶
func (c *Client) CreateUser(args *CreateUserArgs) (*CreateUserResp, error)
func (*Client) SearchUser ¶
func (c *Client) SearchUser(args *SearchUserArgs) (*SearchUserResp, error)
type CreateUserArgs ¶
type CreateUserResp ¶
type SearchArgs ¶
type SearchArgs struct {
UIDs []string `json:"uids"`
}
type SearchUserArgs ¶
type SearchUserArgs struct {
Account string `json:"account"`
}
type SearchUserResp ¶
Click to show internal directories.
Click to hide internal directories.