Documentation ¶
Index ¶
- func GetFeed(ctx context.Context, req *user.FeedRequest) (*user.FeedResponse, error)
- func InitRPC()
- func UserCommentAction(ctx context.Context, req *userplat.CommentActionRequest) (*userplat.CommentActionResponse, error)
- func UserCommentList(ctx context.Context, req *userplat.CommentListRequest) (*userplat.CommentListResponse, error)
- func UserFavoriteAction(ctx context.Context, req *userplat.FavoriteActionRequest) (*userplat.FavoriteActionResponse, error)
- func UserFavoriteList(ctx context.Context, req *userplat.FavoriteListRequest) (*userplat.FavoriteListResponse, error)
- func UserInfo(ctx context.Context, req *user.UserRequest) (*user.UserResponse, error)
- func UserLogin(ctx context.Context, req *user.UserLoginRequest) (*user.UserLoginResponse, error)
- func UserPublishAction(ctx context.Context, req *user.PublishActionRequest) (*user.PublishActionResponse, error)
- func UserPublishList(ctx context.Context, req *user.PublishListRequest) (*user.PublishListResponse, error)
- func UserRegister(ctx context.Context, req *user.UserRegisterRequest) (*user.UserRegisterResponse, error)
- func UserRelationAction(ctx context.Context, req *useruser.RelationActionRequest) (*useruser.RelationActionResponse, error)
- func UserRelationFollowList(ctx context.Context, req *useruser.RelationFollowListRequest) (*useruser.RelationFollowListResponse, error)
- func UserRelationFollowerList(ctx context.Context, req *useruser.RelationFollowerListRequest) (*useruser.RelationFollowerListResponse, error)
- func UserRelationFriendList(ctx context.Context, req *useruser.RelationFriendListRequest) (*useruser.RelationFriendListResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFeed ¶
func GetFeed(ctx context.Context, req *user.FeedRequest) (*user.FeedResponse, error)
func UserCommentAction ¶
func UserCommentAction( ctx context.Context, req *userplat.CommentActionRequest, ) (*userplat.CommentActionResponse, error)
func UserCommentList ¶
func UserCommentList(ctx context.Context, req *userplat.CommentListRequest) (*userplat.CommentListResponse, error)
func UserFavoriteAction ¶
func UserFavoriteAction( ctx context.Context, req *userplat.FavoriteActionRequest, ) (*userplat.FavoriteActionResponse, error)
func UserFavoriteList ¶
func UserFavoriteList(ctx context.Context, req *userplat.FavoriteListRequest) (*userplat.FavoriteListResponse, error)
func UserInfo ¶
func UserInfo(ctx context.Context, req *user.UserRequest) (*user.UserResponse, error)
func UserLogin ¶
func UserLogin(ctx context.Context, req *user.UserLoginRequest) (*user.UserLoginResponse, error)
func UserPublishAction ¶
func UserPublishAction(ctx context.Context, req *user.PublishActionRequest) (*user.PublishActionResponse, error)
func UserPublishList ¶
func UserPublishList(ctx context.Context, req *user.PublishListRequest) (*user.PublishListResponse, error)
func UserRegister ¶
func UserRegister(ctx context.Context, req *user.UserRegisterRequest) (*user.UserRegisterResponse, error)
func UserRelationAction ¶
func UserRelationAction( ctx context.Context, req *useruser.RelationActionRequest, ) (*useruser.RelationActionResponse, error)
func UserRelationFollowList ¶
func UserRelationFollowList( ctx context.Context, req *useruser.RelationFollowListRequest, ) (*useruser.RelationFollowListResponse, error)
func UserRelationFollowerList ¶
func UserRelationFollowerList( ctx context.Context, req *useruser.RelationFollowerListRequest, ) (*useruser.RelationFollowerListResponse, error)
func UserRelationFriendList ¶
func UserRelationFriendList( ctx context.Context, req *useruser.RelationFriendListRequest, ) (*useruser.RelationFriendListResponse, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.