|
@@ -1,7 +1,7 @@
|
|
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
|
|
// versions:
|
|
// versions:
|
|
|
-// - protoc-gen-go-grpc v1.4.0
|
|
|
|
|
-// - protoc v3.19.4
|
|
|
|
|
|
|
+// - protoc-gen-go-grpc v1.3.0
|
|
|
|
|
+// - protoc v3.21.2
|
|
|
// source: proto/slowwild.proto
|
|
// source: proto/slowwild.proto
|
|
|
|
|
|
|
|
package slowwildserver
|
|
package slowwildserver
|
|
@@ -15,8 +15,8 @@ import (
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
// is compatible with the grpc package it is being compiled against.
|
|
// is compatible with the grpc package it is being compiled against.
|
|
|
-// Requires gRPC-Go v1.62.0 or later.
|
|
|
|
|
-const _ = grpc.SupportPackageIsVersion8
|
|
|
|
|
|
|
+// Requires gRPC-Go v1.32.0 or later.
|
|
|
|
|
+const _ = grpc.SupportPackageIsVersion7
|
|
|
|
|
|
|
|
const (
|
|
const (
|
|
|
SlowWildServer_Login_FullMethodName = "/slowwildserver.SlowWildServer/Login"
|
|
SlowWildServer_Login_FullMethodName = "/slowwildserver.SlowWildServer/Login"
|
|
@@ -120,9 +120,8 @@ func NewSlowWildServerClient(cc grpc.ClientConnInterface) SlowWildServerClient {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) Login(ctx context.Context, in *LoginReq, opts ...grpc.CallOption) (*LoginAndRegisterRsp, error) {
|
|
func (c *slowWildServerClient) Login(ctx context.Context, in *LoginReq, opts ...grpc.CallOption) (*LoginAndRegisterRsp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(LoginAndRegisterRsp)
|
|
out := new(LoginAndRegisterRsp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_Login_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_Login_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -130,9 +129,8 @@ func (c *slowWildServerClient) Login(ctx context.Context, in *LoginReq, opts ...
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) Register(ctx context.Context, in *RegisterReq, opts ...grpc.CallOption) (*LoginAndRegisterRsp, error) {
|
|
func (c *slowWildServerClient) Register(ctx context.Context, in *RegisterReq, opts ...grpc.CallOption) (*LoginAndRegisterRsp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(LoginAndRegisterRsp)
|
|
out := new(LoginAndRegisterRsp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_Register_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_Register_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -140,9 +138,8 @@ func (c *slowWildServerClient) Register(ctx context.Context, in *RegisterReq, op
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) GetUserInfo(ctx context.Context, in *GetUserInfoReq, opts ...grpc.CallOption) (*GetUserInfoResp, error) {
|
|
func (c *slowWildServerClient) GetUserInfo(ctx context.Context, in *GetUserInfoReq, opts ...grpc.CallOption) (*GetUserInfoResp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(GetUserInfoResp)
|
|
out := new(GetUserInfoResp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_GetUserInfo_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_GetUserInfo_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -150,9 +147,8 @@ func (c *slowWildServerClient) GetUserInfo(ctx context.Context, in *GetUserInfoR
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) FindUser(ctx context.Context, in *FindUserReq, opts ...grpc.CallOption) (*FindUserResp, error) {
|
|
func (c *slowWildServerClient) FindUser(ctx context.Context, in *FindUserReq, opts ...grpc.CallOption) (*FindUserResp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(FindUserResp)
|
|
out := new(FindUserResp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_FindUser_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_FindUser_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -160,9 +156,8 @@ func (c *slowWildServerClient) FindUser(ctx context.Context, in *FindUserReq, op
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) UserFollow(ctx context.Context, in *FollowUserReq, opts ...grpc.CallOption) (*FollowUserRes, error) {
|
|
func (c *slowWildServerClient) UserFollow(ctx context.Context, in *FollowUserReq, opts ...grpc.CallOption) (*FollowUserRes, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(FollowUserRes)
|
|
out := new(FollowUserRes)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_UserFollow_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_UserFollow_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -170,9 +165,8 @@ func (c *slowWildServerClient) UserFollow(ctx context.Context, in *FollowUserReq
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) UnUserFollow(ctx context.Context, in *UnFollowUserReq, opts ...grpc.CallOption) (*UnFollowUserRes, error) {
|
|
func (c *slowWildServerClient) UnUserFollow(ctx context.Context, in *UnFollowUserReq, opts ...grpc.CallOption) (*UnFollowUserRes, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(UnFollowUserRes)
|
|
out := new(UnFollowUserRes)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_UnUserFollow_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_UnUserFollow_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -180,9 +174,8 @@ func (c *slowWildServerClient) UnUserFollow(ctx context.Context, in *UnFollowUse
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) GetFans(ctx context.Context, in *GetFollowingReq, opts ...grpc.CallOption) (*GetFollowingRes, error) {
|
|
func (c *slowWildServerClient) GetFans(ctx context.Context, in *GetFollowingReq, opts ...grpc.CallOption) (*GetFollowingRes, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(GetFollowingRes)
|
|
out := new(GetFollowingRes)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_GetFans_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_GetFans_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -190,9 +183,8 @@ func (c *slowWildServerClient) GetFans(ctx context.Context, in *GetFollowingReq,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) GetFollows(ctx context.Context, in *GetFollowingReq, opts ...grpc.CallOption) (*GetFollowingRes, error) {
|
|
func (c *slowWildServerClient) GetFollows(ctx context.Context, in *GetFollowingReq, opts ...grpc.CallOption) (*GetFollowingRes, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(GetFollowingRes)
|
|
out := new(GetFollowingRes)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_GetFollows_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_GetFollows_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -200,9 +192,8 @@ func (c *slowWildServerClient) GetFollows(ctx context.Context, in *GetFollowingR
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) GetUserProfile(ctx context.Context, in *GetUserProfileReq, opts ...grpc.CallOption) (*GetUserProfileRes, error) {
|
|
func (c *slowWildServerClient) GetUserProfile(ctx context.Context, in *GetUserProfileReq, opts ...grpc.CallOption) (*GetUserProfileRes, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(GetUserProfileRes)
|
|
out := new(GetUserProfileRes)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_GetUserProfile_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_GetUserProfile_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -210,9 +201,8 @@ func (c *slowWildServerClient) GetUserProfile(ctx context.Context, in *GetUserPr
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) SearchUsername(ctx context.Context, in *SearchUsernameReq, opts ...grpc.CallOption) (*SearchUsernameRes, error) {
|
|
func (c *slowWildServerClient) SearchUsername(ctx context.Context, in *SearchUsernameReq, opts ...grpc.CallOption) (*SearchUsernameRes, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(SearchUsernameRes)
|
|
out := new(SearchUsernameRes)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_SearchUsername_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_SearchUsername_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -220,9 +210,8 @@ func (c *slowWildServerClient) SearchUsername(ctx context.Context, in *SearchUse
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) CreatePost(ctx context.Context, in *CreatePostReq, opts ...grpc.CallOption) (*CreatePostRsp, error) {
|
|
func (c *slowWildServerClient) CreatePost(ctx context.Context, in *CreatePostReq, opts ...grpc.CallOption) (*CreatePostRsp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(CreatePostRsp)
|
|
out := new(CreatePostRsp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_CreatePost_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_CreatePost_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -230,9 +219,8 @@ func (c *slowWildServerClient) CreatePost(ctx context.Context, in *CreatePostReq
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) GetTagList(ctx context.Context, in *GetTagListReq, opts ...grpc.CallOption) (*GetTagListRsp, error) {
|
|
func (c *slowWildServerClient) GetTagList(ctx context.Context, in *GetTagListReq, opts ...grpc.CallOption) (*GetTagListRsp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(GetTagListRsp)
|
|
out := new(GetTagListRsp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_GetTagList_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_GetTagList_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -240,9 +228,8 @@ func (c *slowWildServerClient) GetTagList(ctx context.Context, in *GetTagListReq
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) GetTag(ctx context.Context, in *GetTagReq, opts ...grpc.CallOption) (*GetTagRsp, error) {
|
|
func (c *slowWildServerClient) GetTag(ctx context.Context, in *GetTagReq, opts ...grpc.CallOption) (*GetTagRsp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(GetTagRsp)
|
|
out := new(GetTagRsp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_GetTag_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_GetTag_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -250,9 +237,8 @@ func (c *slowWildServerClient) GetTag(ctx context.Context, in *GetTagReq, opts .
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) GetPostList(ctx context.Context, in *GetPostListReq, opts ...grpc.CallOption) (*GetPostListRsp, error) {
|
|
func (c *slowWildServerClient) GetPostList(ctx context.Context, in *GetPostListReq, opts ...grpc.CallOption) (*GetPostListRsp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(GetPostListRsp)
|
|
out := new(GetPostListRsp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_GetPostList_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_GetPostList_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -260,9 +246,8 @@ func (c *slowWildServerClient) GetPostList(ctx context.Context, in *GetPostListR
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) GetPost(ctx context.Context, in *GetPostReq, opts ...grpc.CallOption) (*GetPostRsp, error) {
|
|
func (c *slowWildServerClient) GetPost(ctx context.Context, in *GetPostReq, opts ...grpc.CallOption) (*GetPostRsp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(GetPostRsp)
|
|
out := new(GetPostRsp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_GetPost_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_GetPost_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -270,9 +255,8 @@ func (c *slowWildServerClient) GetPost(ctx context.Context, in *GetPostReq, opts
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) PostUpvote(ctx context.Context, in *PostUpvoteReq, opts ...grpc.CallOption) (*PostUpvoteRsp, error) {
|
|
func (c *slowWildServerClient) PostUpvote(ctx context.Context, in *PostUpvoteReq, opts ...grpc.CallOption) (*PostUpvoteRsp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(PostUpvoteRsp)
|
|
out := new(PostUpvoteRsp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_PostUpvote_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_PostUpvote_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -280,9 +264,8 @@ func (c *slowWildServerClient) PostUpvote(ctx context.Context, in *PostUpvoteReq
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) PostShare(ctx context.Context, in *PostShareReq, opts ...grpc.CallOption) (*PostShareRsp, error) {
|
|
func (c *slowWildServerClient) PostShare(ctx context.Context, in *PostShareReq, opts ...grpc.CallOption) (*PostShareRsp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(PostShareRsp)
|
|
out := new(PostShareRsp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_PostShare_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_PostShare_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -290,9 +273,8 @@ func (c *slowWildServerClient) PostShare(ctx context.Context, in *PostShareReq,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) PostCollection(ctx context.Context, in *PostCollectionReq, opts ...grpc.CallOption) (*PostCollectionRsp, error) {
|
|
func (c *slowWildServerClient) PostCollection(ctx context.Context, in *PostCollectionReq, opts ...grpc.CallOption) (*PostCollectionRsp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(PostCollectionRsp)
|
|
out := new(PostCollectionRsp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_PostCollection_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_PostCollection_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -300,9 +282,8 @@ func (c *slowWildServerClient) PostCollection(ctx context.Context, in *PostColle
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) PostComment(ctx context.Context, in *PostCommentReq, opts ...grpc.CallOption) (*PostCommentRsp, error) {
|
|
func (c *slowWildServerClient) PostComment(ctx context.Context, in *PostCommentReq, opts ...grpc.CallOption) (*PostCommentRsp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(PostCommentRsp)
|
|
out := new(PostCommentRsp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_PostComment_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_PostComment_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -310,9 +291,8 @@ func (c *slowWildServerClient) PostComment(ctx context.Context, in *PostCommentR
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) PostReply(ctx context.Context, in *PostReplyReq, opts ...grpc.CallOption) (*PostReplyRsp, error) {
|
|
func (c *slowWildServerClient) PostReply(ctx context.Context, in *PostReplyReq, opts ...grpc.CallOption) (*PostReplyRsp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(PostReplyRsp)
|
|
out := new(PostReplyRsp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_PostReply_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_PostReply_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -320,9 +300,8 @@ func (c *slowWildServerClient) PostReply(ctx context.Context, in *PostReplyReq,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) GetPostCommentList(ctx context.Context, in *GetPostCommentListReq, opts ...grpc.CallOption) (*GetPostCommentListRsp, error) {
|
|
func (c *slowWildServerClient) GetPostCommentList(ctx context.Context, in *GetPostCommentListReq, opts ...grpc.CallOption) (*GetPostCommentListRsp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(GetPostCommentListRsp)
|
|
out := new(GetPostCommentListRsp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_GetPostCommentList_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_GetPostCommentList_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -330,9 +309,8 @@ func (c *slowWildServerClient) GetPostCommentList(ctx context.Context, in *GetPo
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) GetReplyList(ctx context.Context, in *GetReplyListReq, opts ...grpc.CallOption) (*GetReplyListRsp, error) {
|
|
func (c *slowWildServerClient) GetReplyList(ctx context.Context, in *GetReplyListReq, opts ...grpc.CallOption) (*GetReplyListRsp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(GetReplyListRsp)
|
|
out := new(GetReplyListRsp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_GetReplyList_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_GetReplyList_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -340,9 +318,8 @@ func (c *slowWildServerClient) GetReplyList(ctx context.Context, in *GetReplyLis
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) PostCommentUpvote(ctx context.Context, in *PostCommentUpvoteReq, opts ...grpc.CallOption) (*PostCommentUpvoteRsp, error) {
|
|
func (c *slowWildServerClient) PostCommentUpvote(ctx context.Context, in *PostCommentUpvoteReq, opts ...grpc.CallOption) (*PostCommentUpvoteRsp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(PostCommentUpvoteRsp)
|
|
out := new(PostCommentUpvoteRsp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_PostCommentUpvote_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_PostCommentUpvote_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -350,9 +327,8 @@ func (c *slowWildServerClient) PostCommentUpvote(ctx context.Context, in *PostCo
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) PostDelete(ctx context.Context, in *PostDeleteReq, opts ...grpc.CallOption) (*PostDeleteRsp, error) {
|
|
func (c *slowWildServerClient) PostDelete(ctx context.Context, in *PostDeleteReq, opts ...grpc.CallOption) (*PostDeleteRsp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(PostDeleteRsp)
|
|
out := new(PostDeleteRsp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_PostDelete_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_PostDelete_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -360,9 +336,8 @@ func (c *slowWildServerClient) PostDelete(ctx context.Context, in *PostDeleteReq
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) CommentDelete(ctx context.Context, in *CommentDeleteReq, opts ...grpc.CallOption) (*CommentDeleteRsp, error) {
|
|
func (c *slowWildServerClient) CommentDelete(ctx context.Context, in *CommentDeleteReq, opts ...grpc.CallOption) (*CommentDeleteRsp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(CommentDeleteRsp)
|
|
out := new(CommentDeleteRsp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_CommentDelete_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_CommentDelete_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -370,9 +345,8 @@ func (c *slowWildServerClient) CommentDelete(ctx context.Context, in *CommentDel
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) GetUserPostList(ctx context.Context, in *GetUserPostListReq, opts ...grpc.CallOption) (*GetUserPostListRsp, error) {
|
|
func (c *slowWildServerClient) GetUserPostList(ctx context.Context, in *GetUserPostListReq, opts ...grpc.CallOption) (*GetUserPostListRsp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(GetUserPostListRsp)
|
|
out := new(GetUserPostListRsp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_GetUserPostList_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_GetUserPostList_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -380,9 +354,8 @@ func (c *slowWildServerClient) GetUserPostList(ctx context.Context, in *GetUserP
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) GetUserPostCollectionList(ctx context.Context, in *GetUserPostCollectionListReq, opts ...grpc.CallOption) (*GetUserPostCollectionListRsp, error) {
|
|
func (c *slowWildServerClient) GetUserPostCollectionList(ctx context.Context, in *GetUserPostCollectionListReq, opts ...grpc.CallOption) (*GetUserPostCollectionListRsp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(GetUserPostCollectionListRsp)
|
|
out := new(GetUserPostCollectionListRsp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_GetUserPostCollectionList_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_GetUserPostCollectionList_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|
|
@@ -390,9 +363,8 @@ func (c *slowWildServerClient) GetUserPostCollectionList(ctx context.Context, in
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (c *slowWildServerClient) GetUserPostLikeList(ctx context.Context, in *GetUserPostLikeListReq, opts ...grpc.CallOption) (*GetUserPostLikeListRsp, error) {
|
|
func (c *slowWildServerClient) GetUserPostLikeList(ctx context.Context, in *GetUserPostLikeListReq, opts ...grpc.CallOption) (*GetUserPostLikeListRsp, error) {
|
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
|
out := new(GetUserPostLikeListRsp)
|
|
out := new(GetUserPostLikeListRsp)
|
|
|
- err := c.cc.Invoke(ctx, SlowWildServer_GetUserPostLikeList_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, SlowWildServer_GetUserPostLikeList_FullMethodName, in, out, opts...)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|
|
|
}
|
|
}
|