Documentation ¶
Index ¶
- func CommentAction(ctx context.Context, req *comment.ActionRequest) (*comment.ActionResponse, error)
- func CommentList(ctx context.Context, req *comment.ListRequest) (*comment.ListResponse, error)
- func FavoriteAction(ctx context.Context, req *favorite.ActionRequest) (*favorite.ActionResponse, error)
- func FavoriteList(ctx context.Context, req *favorite.ListRequest) (*favorite.ListResponse, error)
- func Feed(ctx context.Context, req *feed.FeedRequest) (*feed.FeedResponse, error)
- func MessageAction(ctx context.Context, req *message.ActionRequest) (*message.ActionResponse, error)
- func MessageChat(ctx context.Context, req *message.ChatRequest) (*message.ChatResponse, error)
- func PublishAction(ctx context.Context, req *publish.ActionRequest) (*publish.ActionResponse, error)
- func PublishList(ctx context.Context, req *publish.ListRequest) (*publish.ListResponse, error)
- func RelationAction(ctx context.Context, req *relation.ActionRequest) (*relation.ActionResponse, error)
- func RelationFollowList(ctx context.Context, req *relation.FollowListRequest) (*relation.FollowListResponse, error)
- func RelationFollowerList(ctx context.Context, req *relation.FollowerListRequest) (*relation.FollowerListResponse, error)
- func RelationFriendList(ctx context.Context, req *relation.FriendListRequest) (*relation.FriendListResponse, error)
- func UserInfo(ctx context.Context, req *user.InfoRequest) (*user.InfoResponse, error)
- func UserLogin(ctx context.Context, req *user.LoginRequest) (*user.LoginResponse, error)
- func UserRegister(ctx context.Context, req *user.RegisterRequest) (*user.RegisterResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommentAction ¶
func CommentAction(ctx context.Context, req *comment.ActionRequest) (*comment.ActionResponse, error)
func CommentList ¶
func CommentList(ctx context.Context, req *comment.ListRequest) (*comment.ListResponse, error)
func FavoriteAction ¶
func FavoriteAction(ctx context.Context, req *favorite.ActionRequest) (*favorite.ActionResponse, error)
func FavoriteList ¶
func FavoriteList(ctx context.Context, req *favorite.ListRequest) (*favorite.ListResponse, error)
func Feed ¶
func Feed(ctx context.Context, req *feed.FeedRequest) (*feed.FeedResponse, error)
func MessageAction ¶
func MessageAction(ctx context.Context, req *message.ActionRequest) (*message.ActionResponse, error)
func MessageChat ¶
func MessageChat(ctx context.Context, req *message.ChatRequest) (*message.ChatResponse, error)
func PublishAction ¶
func PublishAction(ctx context.Context, req *publish.ActionRequest) (*publish.ActionResponse, error)
func PublishList ¶
func PublishList(ctx context.Context, req *publish.ListRequest) (*publish.ListResponse, error)
func RelationAction ¶
func RelationAction(ctx context.Context, req *relation.ActionRequest) (*relation.ActionResponse, error)
func RelationFollowList ¶
func RelationFollowList(ctx context.Context, req *relation.FollowListRequest) (*relation.FollowListResponse, error)
func RelationFollowerList ¶
func RelationFollowerList(ctx context.Context, req *relation.FollowerListRequest) (*relation.FollowerListResponse, error)
func RelationFriendList ¶
func RelationFriendList(ctx context.Context, req *relation.FriendListRequest) (*relation.FriendListResponse, error)
func UserInfo ¶
func UserInfo(ctx context.Context, req *user.InfoRequest) (*user.InfoResponse, error)
func UserLogin ¶
func UserLogin(ctx context.Context, req *user.LoginRequest) (*user.LoginResponse, error)
func UserRegister ¶
func UserRegister(ctx context.Context, req *user.RegisterRequest) (*user.RegisterResponse, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.