Documentation ¶
Index ¶
- type GetUserInfoOption
- type UpdateUserInfoOption
- func UpdateUserInfoWithAvatar(avatar string) UpdateUserInfoOption
- func UpdateUserInfoWithBackgroundImage(backgroundImage string) UpdateUserInfoOption
- func UpdateUserInfoWithName(name string) UpdateUserInfoOption
- func UpdateUserInfoWithSignature(signature string) UpdateUserInfoOption
- func UpdateUserInfoWithUserId(userId int64) UpdateUserInfoOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetUserInfoOption ¶
type GetUserInfoOption func(request *v1.GetUserInfoRequest)
func GetUserInfoWithAccountId ¶
func GetUserInfoWithAccountId(accountId int64) GetUserInfoOption
func GetUserInfoWithUserId ¶
func GetUserInfoWithUserId(userId int64) GetUserInfoOption
type UpdateUserInfoOption ¶
type UpdateUserInfoOption func(request *v1.UpdateUserInfoRequest)
func UpdateUserInfoWithAvatar ¶
func UpdateUserInfoWithAvatar(avatar string) UpdateUserInfoOption
func UpdateUserInfoWithBackgroundImage ¶
func UpdateUserInfoWithBackgroundImage(backgroundImage string) UpdateUserInfoOption
func UpdateUserInfoWithName ¶
func UpdateUserInfoWithName(name string) UpdateUserInfoOption
func UpdateUserInfoWithSignature ¶
func UpdateUserInfoWithSignature(signature string) UpdateUserInfoOption
func UpdateUserInfoWithUserId ¶
func UpdateUserInfoWithUserId(userId int64) UpdateUserInfoOption
Click to show internal directories.
Click to hide internal directories.