core_api

package
v0.0.0-...-1482656 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2024 License: GPL-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_meowchat_core_api_agg_proto protoreflect.FileDescriptor
View Source
var File_meowchat_core_api_auth_proto protoreflect.FileDescriptor
View Source
var File_meowchat_core_api_collection_proto protoreflect.FileDescriptor
View Source
var File_meowchat_core_api_comment_proto protoreflect.FileDescriptor
View Source
var File_meowchat_core_api_common_proto protoreflect.FileDescriptor
View Source
var File_meowchat_core_api_core_api_proto protoreflect.FileDescriptor
View Source
var File_meowchat_core_api_incentive_proto protoreflect.FileDescriptor
View Source
var File_meowchat_core_api_like_proto protoreflect.FileDescriptor
View Source
var File_meowchat_core_api_moment_proto protoreflect.FileDescriptor
View Source
var File_meowchat_core_api_plan_proto protoreflect.FileDescriptor
View Source
var File_meowchat_core_api_post_proto protoreflect.FileDescriptor
View Source
var File_meowchat_core_api_sts_proto protoreflect.FileDescriptor
View Source
var File_meowchat_core_api_system_proto protoreflect.FileDescriptor
View Source
var File_meowchat_core_api_user_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Admin

type Admin struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title       string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	CommunityId string `protobuf:"bytes,3,opt,name=communityId,proto3" json:"communityId,omitempty"`
	Name        string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Phone       string `protobuf:"bytes,5,opt,name=phone,proto3" json:"phone,omitempty"`
	AvatarUrl   string `protobuf:"bytes,6,opt,name=avatarUrl,proto3" json:"avatarUrl,omitempty"`
	Wechat      string `protobuf:"bytes,7,opt,name=wechat,proto3" json:"wechat,omitempty"`
	// contains filtered or unexported fields
}

func (*Admin) Descriptor deprecated

func (*Admin) Descriptor() ([]byte, []int)

Deprecated: Use Admin.ProtoReflect.Descriptor instead.

func (*Admin) FastRead

func (x *Admin) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*Admin) FastWrite

func (x *Admin) FastWrite(buf []byte) (offset int)

func (*Admin) GetAvatarUrl

func (x *Admin) GetAvatarUrl() string

func (*Admin) GetCommunityId

func (x *Admin) GetCommunityId() string

func (*Admin) GetId

func (x *Admin) GetId() string

func (*Admin) GetName

func (x *Admin) GetName() string

func (*Admin) GetPhone

func (x *Admin) GetPhone() string

func (*Admin) GetTitle

func (x *Admin) GetTitle() string

func (*Admin) GetWechat

func (x *Admin) GetWechat() string

func (*Admin) ProtoMessage

func (*Admin) ProtoMessage()

func (*Admin) ProtoReflect

func (x *Admin) ProtoReflect() protoreflect.Message

func (*Admin) Reset

func (x *Admin) Reset()

func (*Admin) Size

func (x *Admin) Size() (n int)

func (*Admin) String

func (x *Admin) String() string

type ApplyInfo

type ApplyInfo struct {
	ApplyId string            `protobuf:"bytes,1,opt,name=applyId,proto3" json:"applyId,omitempty"`
	User    *user.UserPreview `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyInfo) Descriptor deprecated

func (*ApplyInfo) Descriptor() ([]byte, []int)

Deprecated: Use ApplyInfo.ProtoReflect.Descriptor instead.

func (*ApplyInfo) FastRead

func (x *ApplyInfo) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ApplyInfo) FastWrite

func (x *ApplyInfo) FastWrite(buf []byte) (offset int)

func (*ApplyInfo) GetApplyId

func (x *ApplyInfo) GetApplyId() string

func (*ApplyInfo) GetUser

func (x *ApplyInfo) GetUser() *user.UserPreview

func (*ApplyInfo) ProtoMessage

func (*ApplyInfo) ProtoMessage()

func (*ApplyInfo) ProtoReflect

func (x *ApplyInfo) ProtoReflect() protoreflect.Message

func (*ApplyInfo) Reset

func (x *ApplyInfo) Reset()

func (*ApplyInfo) Size

func (x *ApplyInfo) Size() (n int)

func (*ApplyInfo) String

func (x *ApplyInfo) String() string

type ApplySignedUrlAsCommunityReq

type ApplySignedUrlAsCommunityReq struct {
	CommunityId string `protobuf:"bytes,1,opt,name=communityId,proto3" json:"communityId,omitempty"`
	Prefix      string `protobuf:"bytes,2,opt,name=prefix,proto3" json:"prefix,omitempty"`
	Suffix      string `protobuf:"bytes,3,opt,name=suffix,proto3" json:"suffix,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplySignedUrlAsCommunityReq) Descriptor deprecated

func (*ApplySignedUrlAsCommunityReq) Descriptor() ([]byte, []int)

Deprecated: Use ApplySignedUrlAsCommunityReq.ProtoReflect.Descriptor instead.

func (*ApplySignedUrlAsCommunityReq) FastRead

func (x *ApplySignedUrlAsCommunityReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ApplySignedUrlAsCommunityReq) FastWrite

func (x *ApplySignedUrlAsCommunityReq) FastWrite(buf []byte) (offset int)

func (*ApplySignedUrlAsCommunityReq) GetCommunityId

func (x *ApplySignedUrlAsCommunityReq) GetCommunityId() string

func (*ApplySignedUrlAsCommunityReq) GetPrefix

func (x *ApplySignedUrlAsCommunityReq) GetPrefix() string

func (*ApplySignedUrlAsCommunityReq) GetSuffix

func (x *ApplySignedUrlAsCommunityReq) GetSuffix() string

func (*ApplySignedUrlAsCommunityReq) ProtoMessage

func (*ApplySignedUrlAsCommunityReq) ProtoMessage()

func (*ApplySignedUrlAsCommunityReq) ProtoReflect

func (*ApplySignedUrlAsCommunityReq) Reset

func (x *ApplySignedUrlAsCommunityReq) Reset()

func (*ApplySignedUrlAsCommunityReq) Size

func (x *ApplySignedUrlAsCommunityReq) Size() (n int)

func (*ApplySignedUrlAsCommunityReq) String

type ApplySignedUrlAsCommunityResp

type ApplySignedUrlAsCommunityResp struct {
	Url          string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	SessionToken string `protobuf:"bytes,2,opt,name=sessionToken,proto3" json:"sessionToken,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplySignedUrlAsCommunityResp) Descriptor deprecated

func (*ApplySignedUrlAsCommunityResp) Descriptor() ([]byte, []int)

Deprecated: Use ApplySignedUrlAsCommunityResp.ProtoReflect.Descriptor instead.

func (*ApplySignedUrlAsCommunityResp) FastRead

func (x *ApplySignedUrlAsCommunityResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ApplySignedUrlAsCommunityResp) FastWrite

func (x *ApplySignedUrlAsCommunityResp) FastWrite(buf []byte) (offset int)

func (*ApplySignedUrlAsCommunityResp) GetSessionToken

func (x *ApplySignedUrlAsCommunityResp) GetSessionToken() string

func (*ApplySignedUrlAsCommunityResp) GetUrl

func (*ApplySignedUrlAsCommunityResp) ProtoMessage

func (*ApplySignedUrlAsCommunityResp) ProtoMessage()

func (*ApplySignedUrlAsCommunityResp) ProtoReflect

func (*ApplySignedUrlAsCommunityResp) Reset

func (x *ApplySignedUrlAsCommunityResp) Reset()

func (*ApplySignedUrlAsCommunityResp) Size

func (x *ApplySignedUrlAsCommunityResp) Size() (n int)

func (*ApplySignedUrlAsCommunityResp) String

type ApplySignedUrlReq

type ApplySignedUrlReq struct {
	Prefix *string `protobuf:"bytes,1,opt,name=prefix,proto3,oneof" json:"prefix,omitempty"`
	Suffix *string `protobuf:"bytes,2,opt,name=suffix,proto3,oneof" json:"suffix,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplySignedUrlReq) Descriptor deprecated

func (*ApplySignedUrlReq) Descriptor() ([]byte, []int)

Deprecated: Use ApplySignedUrlReq.ProtoReflect.Descriptor instead.

func (*ApplySignedUrlReq) FastRead

func (x *ApplySignedUrlReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ApplySignedUrlReq) FastWrite

func (x *ApplySignedUrlReq) FastWrite(buf []byte) (offset int)

func (*ApplySignedUrlReq) GetPrefix

func (x *ApplySignedUrlReq) GetPrefix() string

func (*ApplySignedUrlReq) GetSuffix

func (x *ApplySignedUrlReq) GetSuffix() string

func (*ApplySignedUrlReq) ProtoMessage

func (*ApplySignedUrlReq) ProtoMessage()

func (*ApplySignedUrlReq) ProtoReflect

func (x *ApplySignedUrlReq) ProtoReflect() protoreflect.Message

func (*ApplySignedUrlReq) Reset

func (x *ApplySignedUrlReq) Reset()

func (*ApplySignedUrlReq) Size

func (x *ApplySignedUrlReq) Size() (n int)

func (*ApplySignedUrlReq) String

func (x *ApplySignedUrlReq) String() string

type ApplySignedUrlResp

type ApplySignedUrlResp struct {
	Url          string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	SessionToken string `protobuf:"bytes,2,opt,name=sessionToken,proto3" json:"sessionToken,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplySignedUrlResp) Descriptor deprecated

func (*ApplySignedUrlResp) Descriptor() ([]byte, []int)

Deprecated: Use ApplySignedUrlResp.ProtoReflect.Descriptor instead.

func (*ApplySignedUrlResp) FastRead

func (x *ApplySignedUrlResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ApplySignedUrlResp) FastWrite

func (x *ApplySignedUrlResp) FastWrite(buf []byte) (offset int)

func (*ApplySignedUrlResp) GetSessionToken

func (x *ApplySignedUrlResp) GetSessionToken() string

func (*ApplySignedUrlResp) GetUrl

func (x *ApplySignedUrlResp) GetUrl() string

func (*ApplySignedUrlResp) ProtoMessage

func (*ApplySignedUrlResp) ProtoMessage()

func (*ApplySignedUrlResp) ProtoReflect

func (x *ApplySignedUrlResp) ProtoReflect() protoreflect.Message

func (*ApplySignedUrlResp) Reset

func (x *ApplySignedUrlResp) Reset()

func (*ApplySignedUrlResp) Size

func (x *ApplySignedUrlResp) Size() (n int)

func (*ApplySignedUrlResp) String

func (x *ApplySignedUrlResp) String() string

type Auth

type Auth interface {
	SignIn(ctx context.Context, req *SignInReq) (res *SignInResp, err error)
	SendVerifyCode(ctx context.Context, req *SendVerifyCodeReq) (res *SendVerifyCodeResp, err error)
	SetPassword(ctx context.Context, req *SetPasswordReq) (res *SetPasswordResp, err error)
}

type CatPreview

type CatPreview struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Area        string `protobuf:"bytes,3,opt,name=area,proto3" json:"area,omitempty"`
	Color       string `protobuf:"bytes,4,opt,name=color,proto3" json:"color,omitempty"`
	AvatarUrl   string `protobuf:"bytes,5,opt,name=avatarUrl,proto3" json:"avatarUrl,omitempty"`
	IsCollected *bool  `protobuf:"varint,6,opt,name=isCollected,proto3,oneof" json:"isCollected,omitempty"`
	// contains filtered or unexported fields
}

func (*CatPreview) Descriptor deprecated

func (*CatPreview) Descriptor() ([]byte, []int)

Deprecated: Use CatPreview.ProtoReflect.Descriptor instead.

func (*CatPreview) FastRead

func (x *CatPreview) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CatPreview) FastWrite

func (x *CatPreview) FastWrite(buf []byte) (offset int)

func (*CatPreview) GetArea

func (x *CatPreview) GetArea() string

func (*CatPreview) GetAvatarUrl

func (x *CatPreview) GetAvatarUrl() string

func (*CatPreview) GetColor

func (x *CatPreview) GetColor() string

func (*CatPreview) GetId

func (x *CatPreview) GetId() string

func (*CatPreview) GetIsCollected

func (x *CatPreview) GetIsCollected() bool

func (*CatPreview) GetName

func (x *CatPreview) GetName() string

func (*CatPreview) ProtoMessage

func (*CatPreview) ProtoMessage()

func (*CatPreview) ProtoReflect

func (x *CatPreview) ProtoReflect() protoreflect.Message

func (*CatPreview) Reset

func (x *CatPreview) Reset()

func (*CatPreview) Size

func (x *CatPreview) Size() (n int)

func (*CatPreview) String

func (x *CatPreview) String() string

type CheckInReq

type CheckInReq struct {
	// contains filtered or unexported fields
}

func (*CheckInReq) Descriptor deprecated

func (*CheckInReq) Descriptor() ([]byte, []int)

Deprecated: Use CheckInReq.ProtoReflect.Descriptor instead.

func (*CheckInReq) FastRead

func (x *CheckInReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CheckInReq) FastWrite

func (x *CheckInReq) FastWrite(buf []byte) (offset int)

func (*CheckInReq) ProtoMessage

func (*CheckInReq) ProtoMessage()

func (*CheckInReq) ProtoReflect

func (x *CheckInReq) ProtoReflect() protoreflect.Message

func (*CheckInReq) Reset

func (x *CheckInReq) Reset()

func (*CheckInReq) Size

func (x *CheckInReq) Size() (n int)

func (*CheckInReq) String

func (x *CheckInReq) String() string

type CheckInResp

type CheckInResp struct {
	GetFish      bool  `protobuf:"varint,1,opt,name=getFish,proto3" json:"getFish,omitempty"`
	GetFishTimes int64 `protobuf:"varint,2,opt,name=getFishTimes,proto3" json:"getFishTimes,omitempty"`
	GetFishNum   int64 `protobuf:"varint,3,opt,name=getFishNum,proto3" json:"getFishNum,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckInResp) Descriptor deprecated

func (*CheckInResp) Descriptor() ([]byte, []int)

Deprecated: Use CheckInResp.ProtoReflect.Descriptor instead.

func (*CheckInResp) FastRead

func (x *CheckInResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CheckInResp) FastWrite

func (x *CheckInResp) FastWrite(buf []byte) (offset int)

func (*CheckInResp) GetGetFish

func (x *CheckInResp) GetGetFish() bool

func (*CheckInResp) GetGetFishNum

func (x *CheckInResp) GetGetFishNum() int64

func (*CheckInResp) GetGetFishTimes

func (x *CheckInResp) GetGetFishTimes() int64

func (*CheckInResp) ProtoMessage

func (*CheckInResp) ProtoMessage()

func (*CheckInResp) ProtoReflect

func (x *CheckInResp) ProtoReflect() protoreflect.Message

func (*CheckInResp) Reset

func (x *CheckInResp) Reset()

func (*CheckInResp) Size

func (x *CheckInResp) Size() (n int)

func (*CheckInResp) String

func (x *CheckInResp) String() string

type CleanNotificationReq

type CleanNotificationReq struct {
	// contains filtered or unexported fields
}

func (*CleanNotificationReq) Descriptor deprecated

func (*CleanNotificationReq) Descriptor() ([]byte, []int)

Deprecated: Use CleanNotificationReq.ProtoReflect.Descriptor instead.

func (*CleanNotificationReq) FastRead

func (x *CleanNotificationReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CleanNotificationReq) FastWrite

func (x *CleanNotificationReq) FastWrite(buf []byte) (offset int)

func (*CleanNotificationReq) ProtoMessage

func (*CleanNotificationReq) ProtoMessage()

func (*CleanNotificationReq) ProtoReflect

func (x *CleanNotificationReq) ProtoReflect() protoreflect.Message

func (*CleanNotificationReq) Reset

func (x *CleanNotificationReq) Reset()

func (*CleanNotificationReq) Size

func (x *CleanNotificationReq) Size() (n int)

func (*CleanNotificationReq) String

func (x *CleanNotificationReq) String() string

type CleanNotificationResp

type CleanNotificationResp struct {
	// contains filtered or unexported fields
}

func (*CleanNotificationResp) Descriptor deprecated

func (*CleanNotificationResp) Descriptor() ([]byte, []int)

Deprecated: Use CleanNotificationResp.ProtoReflect.Descriptor instead.

func (*CleanNotificationResp) FastRead

func (x *CleanNotificationResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CleanNotificationResp) FastWrite

func (x *CleanNotificationResp) FastWrite(buf []byte) (offset int)

func (*CleanNotificationResp) ProtoMessage

func (*CleanNotificationResp) ProtoMessage()

func (*CleanNotificationResp) ProtoReflect

func (x *CleanNotificationResp) ProtoReflect() protoreflect.Message

func (*CleanNotificationResp) Reset

func (x *CleanNotificationResp) Reset()

func (*CleanNotificationResp) Size

func (x *CleanNotificationResp) Size() (n int)

func (*CleanNotificationResp) String

func (x *CleanNotificationResp) String() string

type Collection

type Collection interface {
	GetCatPreviews(ctx context.Context, req *GetCatPreviewsReq) (res *GetCatPreviewsResp, err error)
	GetCatDetail(ctx context.Context, req *GetCatDetailReq) (res *GetCatDetailResp, err error)
	NewCat(ctx context.Context, req *NewCatReq) (res *NewCatResp, err error)
	DeleteCat(ctx context.Context, req *DeleteCatReq) (res *DeleteCatResp, err error)
	SearchCat(ctx context.Context, req *SearchCatReq) (res *SearchCatResp, err error)
	CreateImage(ctx context.Context, req *CreateImageReq) (res *CreateImageResp, err error)
	DeleteImage(ctx context.Context, req *DeleteImageReq) (res *DeleteImageResp, err error)
	GetImageByCat(ctx context.Context, req *GetImageByCatReq) (res *GetImageByCatResp, err error)
}

type Comment

type Comment interface {
	GetComments(ctx context.Context, req *GetCommentsReq) (res *GetCommentsResp, err error)
	NewComment(ctx context.Context, req *NewCommentReq) (res *NewCommentResp, err error)
	DeleteComment(ctx context.Context, req *DeleteCommentReq) (res *DeleteCommentResp, err error)
}

func (*Comment) Descriptor deprecated

func (*Comment) Descriptor() ([]byte, []int)

Deprecated: Use Comment.ProtoReflect.Descriptor instead.

func (*Comment) FastRead

func (x *Comment) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*Comment) FastWrite

func (x *Comment) FastWrite(buf []byte) (offset int)

func (*Comment) GetComments

func (x *Comment) GetComments() int64

func (*Comment) GetCreateAt

func (x *Comment) GetCreateAt() int64

func (*Comment) GetFirstLevelId

func (x *Comment) GetFirstLevelId() string

func (*Comment) GetId

func (x *Comment) GetId() string

func (*Comment) GetIsLiked

func (x *Comment) GetIsLiked() bool

func (*Comment) GetLikeCount

func (x *Comment) GetLikeCount() int64

func (*Comment) GetReplyUser

func (x *Comment) GetReplyUser() *User

func (*Comment) GetText

func (x *Comment) GetText() string

func (*Comment) GetUser

func (x *Comment) GetUser() *User

func (*Comment) ProtoMessage

func (*Comment) ProtoMessage()

func (*Comment) ProtoReflect

func (x *Comment) ProtoReflect() protoreflect.Message

func (*Comment) Reset

func (x *Comment) Reset()

func (*Comment) Size

func (x *Comment) Size() (n int)

func (*Comment) String

func (x *Comment) String() string

type Community

type Community struct {
	Id       string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name     string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ParentId *string `protobuf:"bytes,3,opt,name=parentId,proto3,oneof" json:"parentId,omitempty"`
	// contains filtered or unexported fields
}

func (*Community) Descriptor deprecated

func (*Community) Descriptor() ([]byte, []int)

Deprecated: Use Community.ProtoReflect.Descriptor instead.

func (*Community) FastRead

func (x *Community) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*Community) FastWrite

func (x *Community) FastWrite(buf []byte) (offset int)

func (*Community) GetId

func (x *Community) GetId() string

func (*Community) GetName

func (x *Community) GetName() string

func (*Community) GetParentId

func (x *Community) GetParentId() string

func (*Community) ProtoMessage

func (*Community) ProtoMessage()

func (*Community) ProtoReflect

func (x *Community) ProtoReflect() protoreflect.Message

func (*Community) Reset

func (x *Community) Reset()

func (*Community) Size

func (x *Community) Size() (n int)

func (*Community) String

func (x *Community) String() string

type CountDonateByPlanReq

type CountDonateByPlanReq struct {
	PlanId string `protobuf:"bytes,1,opt,name=planId,proto3" json:"planId,omitempty"`
	// contains filtered or unexported fields
}

func (*CountDonateByPlanReq) Descriptor deprecated

func (*CountDonateByPlanReq) Descriptor() ([]byte, []int)

Deprecated: Use CountDonateByPlanReq.ProtoReflect.Descriptor instead.

func (*CountDonateByPlanReq) FastRead

func (x *CountDonateByPlanReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CountDonateByPlanReq) FastWrite

func (x *CountDonateByPlanReq) FastWrite(buf []byte) (offset int)

func (*CountDonateByPlanReq) GetPlanId

func (x *CountDonateByPlanReq) GetPlanId() string

func (*CountDonateByPlanReq) ProtoMessage

func (*CountDonateByPlanReq) ProtoMessage()

func (*CountDonateByPlanReq) ProtoReflect

func (x *CountDonateByPlanReq) ProtoReflect() protoreflect.Message

func (*CountDonateByPlanReq) Reset

func (x *CountDonateByPlanReq) Reset()

func (*CountDonateByPlanReq) Size

func (x *CountDonateByPlanReq) Size() (n int)

func (*CountDonateByPlanReq) String

func (x *CountDonateByPlanReq) String() string

type CountDonateByPlanResp

type CountDonateByPlanResp struct {
	Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*CountDonateByPlanResp) Descriptor deprecated

func (*CountDonateByPlanResp) Descriptor() ([]byte, []int)

Deprecated: Use CountDonateByPlanResp.ProtoReflect.Descriptor instead.

func (*CountDonateByPlanResp) FastRead

func (x *CountDonateByPlanResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CountDonateByPlanResp) FastWrite

func (x *CountDonateByPlanResp) FastWrite(buf []byte) (offset int)

func (*CountDonateByPlanResp) GetTotal

func (x *CountDonateByPlanResp) GetTotal() int64

func (*CountDonateByPlanResp) ProtoMessage

func (*CountDonateByPlanResp) ProtoMessage()

func (*CountDonateByPlanResp) ProtoReflect

func (x *CountDonateByPlanResp) ProtoReflect() protoreflect.Message

func (*CountDonateByPlanResp) Reset

func (x *CountDonateByPlanResp) Reset()

func (*CountDonateByPlanResp) Size

func (x *CountDonateByPlanResp) Size() (n int)

func (*CountDonateByPlanResp) String

func (x *CountDonateByPlanResp) String() string

type CountDonateByUserReq

type CountDonateByUserReq struct {
	UserId *string `protobuf:"bytes,1,opt,name=userId,proto3,oneof" json:"userId,omitempty"`
	// contains filtered or unexported fields
}

func (*CountDonateByUserReq) Descriptor deprecated

func (*CountDonateByUserReq) Descriptor() ([]byte, []int)

Deprecated: Use CountDonateByUserReq.ProtoReflect.Descriptor instead.

func (*CountDonateByUserReq) FastRead

func (x *CountDonateByUserReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CountDonateByUserReq) FastWrite

func (x *CountDonateByUserReq) FastWrite(buf []byte) (offset int)

func (*CountDonateByUserReq) GetUserId

func (x *CountDonateByUserReq) GetUserId() string

func (*CountDonateByUserReq) ProtoMessage

func (*CountDonateByUserReq) ProtoMessage()

func (*CountDonateByUserReq) ProtoReflect

func (x *CountDonateByUserReq) ProtoReflect() protoreflect.Message

func (*CountDonateByUserReq) Reset

func (x *CountDonateByUserReq) Reset()

func (*CountDonateByUserReq) Size

func (x *CountDonateByUserReq) Size() (n int)

func (*CountDonateByUserReq) String

func (x *CountDonateByUserReq) String() string

type CountDonateByUserResp

type CountDonateByUserResp struct {
	Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*CountDonateByUserResp) Descriptor deprecated

func (*CountDonateByUserResp) Descriptor() ([]byte, []int)

Deprecated: Use CountDonateByUserResp.ProtoReflect.Descriptor instead.

func (*CountDonateByUserResp) FastRead

func (x *CountDonateByUserResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CountDonateByUserResp) FastWrite

func (x *CountDonateByUserResp) FastWrite(buf []byte) (offset int)

func (*CountDonateByUserResp) GetTotal

func (x *CountDonateByUserResp) GetTotal() int64

func (*CountDonateByUserResp) ProtoMessage

func (*CountDonateByUserResp) ProtoMessage()

func (*CountDonateByUserResp) ProtoReflect

func (x *CountDonateByUserResp) ProtoReflect() protoreflect.Message

func (*CountDonateByUserResp) Reset

func (x *CountDonateByUserResp) Reset()

func (*CountDonateByUserResp) Size

func (x *CountDonateByUserResp) Size() (n int)

func (*CountDonateByUserResp) String

func (x *CountDonateByUserResp) String() string

type CountNotificationReq

type CountNotificationReq struct {
	Type       *system.NotificationType       `protobuf:"varint,1,opt,name=type,proto3,enum=meowchat.system.NotificationType,oneof" json:"type,omitempty"`
	TargetType *system.NotificationTargetType `protobuf:"varint,2,opt,name=targetType,proto3,enum=meowchat.system.NotificationTargetType,oneof" json:"targetType,omitempty"`
	// contains filtered or unexported fields
}

func (*CountNotificationReq) Descriptor deprecated

func (*CountNotificationReq) Descriptor() ([]byte, []int)

Deprecated: Use CountNotificationReq.ProtoReflect.Descriptor instead.

func (*CountNotificationReq) FastRead

func (x *CountNotificationReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CountNotificationReq) FastWrite

func (x *CountNotificationReq) FastWrite(buf []byte) (offset int)

func (*CountNotificationReq) GetTargetType

func (*CountNotificationReq) GetType

func (*CountNotificationReq) ProtoMessage

func (*CountNotificationReq) ProtoMessage()

func (*CountNotificationReq) ProtoReflect

func (x *CountNotificationReq) ProtoReflect() protoreflect.Message

func (*CountNotificationReq) Reset

func (x *CountNotificationReq) Reset()

func (*CountNotificationReq) Size

func (x *CountNotificationReq) Size() (n int)

func (*CountNotificationReq) String

func (x *CountNotificationReq) String() string

type CountNotificationResp

type CountNotificationResp struct {
	NotRead int64 `protobuf:"varint,1,opt,name=NotRead,proto3" json:"NotRead,omitempty"`
	// contains filtered or unexported fields
}

func (*CountNotificationResp) Descriptor deprecated

func (*CountNotificationResp) Descriptor() ([]byte, []int)

Deprecated: Use CountNotificationResp.ProtoReflect.Descriptor instead.

func (*CountNotificationResp) FastRead

func (x *CountNotificationResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CountNotificationResp) FastWrite

func (x *CountNotificationResp) FastWrite(buf []byte) (offset int)

func (*CountNotificationResp) GetNotRead

func (x *CountNotificationResp) GetNotRead() int64

func (*CountNotificationResp) ProtoMessage

func (*CountNotificationResp) ProtoMessage()

func (*CountNotificationResp) ProtoReflect

func (x *CountNotificationResp) ProtoReflect() protoreflect.Message

func (*CountNotificationResp) Reset

func (x *CountNotificationResp) Reset()

func (*CountNotificationResp) Size

func (x *CountNotificationResp) Size() (n int)

func (*CountNotificationResp) String

func (x *CountNotificationResp) String() string

type CreateApplyReq

type CreateApplyReq struct {
	CommunityId string `protobuf:"bytes,1,opt,name=communityId,proto3" json:"communityId,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateApplyReq) Descriptor deprecated

func (*CreateApplyReq) Descriptor() ([]byte, []int)

Deprecated: Use CreateApplyReq.ProtoReflect.Descriptor instead.

func (*CreateApplyReq) FastRead

func (x *CreateApplyReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CreateApplyReq) FastWrite

func (x *CreateApplyReq) FastWrite(buf []byte) (offset int)

func (*CreateApplyReq) GetCommunityId

func (x *CreateApplyReq) GetCommunityId() string

func (*CreateApplyReq) ProtoMessage

func (*CreateApplyReq) ProtoMessage()

func (*CreateApplyReq) ProtoReflect

func (x *CreateApplyReq) ProtoReflect() protoreflect.Message

func (*CreateApplyReq) Reset

func (x *CreateApplyReq) Reset()

func (*CreateApplyReq) Size

func (x *CreateApplyReq) Size() (n int)

func (*CreateApplyReq) String

func (x *CreateApplyReq) String() string

type CreateApplyResp

type CreateApplyResp struct {
	// contains filtered or unexported fields
}

func (*CreateApplyResp) Descriptor deprecated

func (*CreateApplyResp) Descriptor() ([]byte, []int)

Deprecated: Use CreateApplyResp.ProtoReflect.Descriptor instead.

func (*CreateApplyResp) FastRead

func (x *CreateApplyResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CreateApplyResp) FastWrite

func (x *CreateApplyResp) FastWrite(buf []byte) (offset int)

func (*CreateApplyResp) ProtoMessage

func (*CreateApplyResp) ProtoMessage()

func (*CreateApplyResp) ProtoReflect

func (x *CreateApplyResp) ProtoReflect() protoreflect.Message

func (*CreateApplyResp) Reset

func (x *CreateApplyResp) Reset()

func (*CreateApplyResp) Size

func (x *CreateApplyResp) Size() (n int)

func (*CreateApplyResp) String

func (x *CreateApplyResp) String() string

type CreateImageReq

type CreateImageReq struct {
	Images []*content.CreateImageElement `protobuf:"bytes,1,rep,name=images,proto3" json:"images,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateImageReq) Descriptor deprecated

func (*CreateImageReq) Descriptor() ([]byte, []int)

Deprecated: Use CreateImageReq.ProtoReflect.Descriptor instead.

func (*CreateImageReq) FastRead

func (x *CreateImageReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CreateImageReq) FastWrite

func (x *CreateImageReq) FastWrite(buf []byte) (offset int)

func (*CreateImageReq) GetImages

func (x *CreateImageReq) GetImages() []*content.CreateImageElement

func (*CreateImageReq) ProtoMessage

func (*CreateImageReq) ProtoMessage()

func (*CreateImageReq) ProtoReflect

func (x *CreateImageReq) ProtoReflect() protoreflect.Message

func (*CreateImageReq) Reset

func (x *CreateImageReq) Reset()

func (*CreateImageReq) Size

func (x *CreateImageReq) Size() (n int)

func (*CreateImageReq) String

func (x *CreateImageReq) String() string

type CreateImageResp

type CreateImageResp struct {
	ImageIds []string `protobuf:"bytes,1,rep,name=imageIds,proto3" json:"imageIds,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateImageResp) Descriptor deprecated

func (*CreateImageResp) Descriptor() ([]byte, []int)

Deprecated: Use CreateImageResp.ProtoReflect.Descriptor instead.

func (*CreateImageResp) FastRead

func (x *CreateImageResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*CreateImageResp) FastWrite

func (x *CreateImageResp) FastWrite(buf []byte) (offset int)

func (*CreateImageResp) GetImageIds

func (x *CreateImageResp) GetImageIds() []string

func (*CreateImageResp) ProtoMessage

func (*CreateImageResp) ProtoMessage()

func (*CreateImageResp) ProtoReflect

func (x *CreateImageResp) ProtoReflect() protoreflect.Message

func (*CreateImageResp) Reset

func (x *CreateImageResp) Reset()

func (*CreateImageResp) Size

func (x *CreateImageResp) Size() (n int)

func (*CreateImageResp) String

func (x *CreateImageResp) String() string

type DeleteAdminReq

type DeleteAdminReq struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAdminReq) Descriptor deprecated

func (*DeleteAdminReq) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAdminReq.ProtoReflect.Descriptor instead.

func (*DeleteAdminReq) FastRead

func (x *DeleteAdminReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteAdminReq) FastWrite

func (x *DeleteAdminReq) FastWrite(buf []byte) (offset int)

func (*DeleteAdminReq) GetId

func (x *DeleteAdminReq) GetId() string

func (*DeleteAdminReq) ProtoMessage

func (*DeleteAdminReq) ProtoMessage()

func (*DeleteAdminReq) ProtoReflect

func (x *DeleteAdminReq) ProtoReflect() protoreflect.Message

func (*DeleteAdminReq) Reset

func (x *DeleteAdminReq) Reset()

func (*DeleteAdminReq) Size

func (x *DeleteAdminReq) Size() (n int)

func (*DeleteAdminReq) String

func (x *DeleteAdminReq) String() string

type DeleteAdminResp

type DeleteAdminResp struct {
	// contains filtered or unexported fields
}

func (*DeleteAdminResp) Descriptor deprecated

func (*DeleteAdminResp) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAdminResp.ProtoReflect.Descriptor instead.

func (*DeleteAdminResp) FastRead

func (x *DeleteAdminResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteAdminResp) FastWrite

func (x *DeleteAdminResp) FastWrite(buf []byte) (offset int)

func (*DeleteAdminResp) ProtoMessage

func (*DeleteAdminResp) ProtoMessage()

func (*DeleteAdminResp) ProtoReflect

func (x *DeleteAdminResp) ProtoReflect() protoreflect.Message

func (*DeleteAdminResp) Reset

func (x *DeleteAdminResp) Reset()

func (*DeleteAdminResp) Size

func (x *DeleteAdminResp) Size() (n int)

func (*DeleteAdminResp) String

func (x *DeleteAdminResp) String() string

type DeleteCatReq

type DeleteCatReq struct {
	CatId string `protobuf:"bytes,1,opt,name=catId,proto3" json:"catId,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteCatReq) Descriptor deprecated

func (*DeleteCatReq) Descriptor() ([]byte, []int)

Deprecated: Use DeleteCatReq.ProtoReflect.Descriptor instead.

func (*DeleteCatReq) FastRead

func (x *DeleteCatReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteCatReq) FastWrite

func (x *DeleteCatReq) FastWrite(buf []byte) (offset int)

func (*DeleteCatReq) GetCatId

func (x *DeleteCatReq) GetCatId() string

func (*DeleteCatReq) ProtoMessage

func (*DeleteCatReq) ProtoMessage()

func (*DeleteCatReq) ProtoReflect

func (x *DeleteCatReq) ProtoReflect() protoreflect.Message

func (*DeleteCatReq) Reset

func (x *DeleteCatReq) Reset()

func (*DeleteCatReq) Size

func (x *DeleteCatReq) Size() (n int)

func (*DeleteCatReq) String

func (x *DeleteCatReq) String() string

type DeleteCatResp

type DeleteCatResp struct {
	// contains filtered or unexported fields
}

func (*DeleteCatResp) Descriptor deprecated

func (*DeleteCatResp) Descriptor() ([]byte, []int)

Deprecated: Use DeleteCatResp.ProtoReflect.Descriptor instead.

func (*DeleteCatResp) FastRead

func (x *DeleteCatResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteCatResp) FastWrite

func (x *DeleteCatResp) FastWrite(buf []byte) (offset int)

func (*DeleteCatResp) ProtoMessage

func (*DeleteCatResp) ProtoMessage()

func (*DeleteCatResp) ProtoReflect

func (x *DeleteCatResp) ProtoReflect() protoreflect.Message

func (*DeleteCatResp) Reset

func (x *DeleteCatResp) Reset()

func (*DeleteCatResp) Size

func (x *DeleteCatResp) Size() (n int)

func (*DeleteCatResp) String

func (x *DeleteCatResp) String() string

type DeleteCommentReq

type DeleteCommentReq struct {
	CommentId string `protobuf:"bytes,1,opt,name=commentId,proto3" json:"commentId,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteCommentReq) Descriptor deprecated

func (*DeleteCommentReq) Descriptor() ([]byte, []int)

Deprecated: Use DeleteCommentReq.ProtoReflect.Descriptor instead.

func (*DeleteCommentReq) FastRead

func (x *DeleteCommentReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteCommentReq) FastWrite

func (x *DeleteCommentReq) FastWrite(buf []byte) (offset int)

func (*DeleteCommentReq) GetCommentId

func (x *DeleteCommentReq) GetCommentId() string

func (*DeleteCommentReq) ProtoMessage

func (*DeleteCommentReq) ProtoMessage()

func (*DeleteCommentReq) ProtoReflect

func (x *DeleteCommentReq) ProtoReflect() protoreflect.Message

func (*DeleteCommentReq) Reset

func (x *DeleteCommentReq) Reset()

func (*DeleteCommentReq) Size

func (x *DeleteCommentReq) Size() (n int)

func (*DeleteCommentReq) String

func (x *DeleteCommentReq) String() string

type DeleteCommentResp

type DeleteCommentResp struct {
	// contains filtered or unexported fields
}

func (*DeleteCommentResp) Descriptor deprecated

func (*DeleteCommentResp) Descriptor() ([]byte, []int)

Deprecated: Use DeleteCommentResp.ProtoReflect.Descriptor instead.

func (*DeleteCommentResp) FastRead

func (x *DeleteCommentResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteCommentResp) FastWrite

func (x *DeleteCommentResp) FastWrite(buf []byte) (offset int)

func (*DeleteCommentResp) ProtoMessage

func (*DeleteCommentResp) ProtoMessage()

func (*DeleteCommentResp) ProtoReflect

func (x *DeleteCommentResp) ProtoReflect() protoreflect.Message

func (*DeleteCommentResp) Reset

func (x *DeleteCommentResp) Reset()

func (*DeleteCommentResp) Size

func (x *DeleteCommentResp) Size() (n int)

func (*DeleteCommentResp) String

func (x *DeleteCommentResp) String() string

type DeleteCommunityReq

type DeleteCommunityReq struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteCommunityReq) Descriptor deprecated

func (*DeleteCommunityReq) Descriptor() ([]byte, []int)

Deprecated: Use DeleteCommunityReq.ProtoReflect.Descriptor instead.

func (*DeleteCommunityReq) FastRead

func (x *DeleteCommunityReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteCommunityReq) FastWrite

func (x *DeleteCommunityReq) FastWrite(buf []byte) (offset int)

func (*DeleteCommunityReq) GetId

func (x *DeleteCommunityReq) GetId() string

func (*DeleteCommunityReq) ProtoMessage

func (*DeleteCommunityReq) ProtoMessage()

func (*DeleteCommunityReq) ProtoReflect

func (x *DeleteCommunityReq) ProtoReflect() protoreflect.Message

func (*DeleteCommunityReq) Reset

func (x *DeleteCommunityReq) Reset()

func (*DeleteCommunityReq) Size

func (x *DeleteCommunityReq) Size() (n int)

func (*DeleteCommunityReq) String

func (x *DeleteCommunityReq) String() string

type DeleteCommunityResp

type DeleteCommunityResp struct {
	// contains filtered or unexported fields
}

func (*DeleteCommunityResp) Descriptor deprecated

func (*DeleteCommunityResp) Descriptor() ([]byte, []int)

Deprecated: Use DeleteCommunityResp.ProtoReflect.Descriptor instead.

func (*DeleteCommunityResp) FastRead

func (x *DeleteCommunityResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteCommunityResp) FastWrite

func (x *DeleteCommunityResp) FastWrite(buf []byte) (offset int)

func (*DeleteCommunityResp) ProtoMessage

func (*DeleteCommunityResp) ProtoMessage()

func (*DeleteCommunityResp) ProtoReflect

func (x *DeleteCommunityResp) ProtoReflect() protoreflect.Message

func (*DeleteCommunityResp) Reset

func (x *DeleteCommunityResp) Reset()

func (*DeleteCommunityResp) Size

func (x *DeleteCommunityResp) Size() (n int)

func (*DeleteCommunityResp) String

func (x *DeleteCommunityResp) String() string

type DeleteImageReq

type DeleteImageReq struct {
	ImageId string `protobuf:"bytes,1,opt,name=imageId,proto3" json:"imageId,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteImageReq) Descriptor deprecated

func (*DeleteImageReq) Descriptor() ([]byte, []int)

Deprecated: Use DeleteImageReq.ProtoReflect.Descriptor instead.

func (*DeleteImageReq) FastRead

func (x *DeleteImageReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteImageReq) FastWrite

func (x *DeleteImageReq) FastWrite(buf []byte) (offset int)

func (*DeleteImageReq) GetImageId

func (x *DeleteImageReq) GetImageId() string

func (*DeleteImageReq) ProtoMessage

func (*DeleteImageReq) ProtoMessage()

func (*DeleteImageReq) ProtoReflect

func (x *DeleteImageReq) ProtoReflect() protoreflect.Message

func (*DeleteImageReq) Reset

func (x *DeleteImageReq) Reset()

func (*DeleteImageReq) Size

func (x *DeleteImageReq) Size() (n int)

func (*DeleteImageReq) String

func (x *DeleteImageReq) String() string

type DeleteImageResp

type DeleteImageResp struct {
	// contains filtered or unexported fields
}

func (*DeleteImageResp) Descriptor deprecated

func (*DeleteImageResp) Descriptor() ([]byte, []int)

Deprecated: Use DeleteImageResp.ProtoReflect.Descriptor instead.

func (*DeleteImageResp) FastRead

func (x *DeleteImageResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteImageResp) FastWrite

func (x *DeleteImageResp) FastWrite(buf []byte) (offset int)

func (*DeleteImageResp) ProtoMessage

func (*DeleteImageResp) ProtoMessage()

func (*DeleteImageResp) ProtoReflect

func (x *DeleteImageResp) ProtoReflect() protoreflect.Message

func (*DeleteImageResp) Reset

func (x *DeleteImageResp) Reset()

func (*DeleteImageResp) Size

func (x *DeleteImageResp) Size() (n int)

func (*DeleteImageResp) String

func (x *DeleteImageResp) String() string

type DeleteMomentReq

type DeleteMomentReq struct {
	MomentId string `protobuf:"bytes,1,opt,name=momentId,proto3" json:"momentId,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteMomentReq) Descriptor deprecated

func (*DeleteMomentReq) Descriptor() ([]byte, []int)

Deprecated: Use DeleteMomentReq.ProtoReflect.Descriptor instead.

func (*DeleteMomentReq) FastRead

func (x *DeleteMomentReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteMomentReq) FastWrite

func (x *DeleteMomentReq) FastWrite(buf []byte) (offset int)

func (*DeleteMomentReq) GetMomentId

func (x *DeleteMomentReq) GetMomentId() string

func (*DeleteMomentReq) ProtoMessage

func (*DeleteMomentReq) ProtoMessage()

func (*DeleteMomentReq) ProtoReflect

func (x *DeleteMomentReq) ProtoReflect() protoreflect.Message

func (*DeleteMomentReq) Reset

func (x *DeleteMomentReq) Reset()

func (*DeleteMomentReq) Size

func (x *DeleteMomentReq) Size() (n int)

func (*DeleteMomentReq) String

func (x *DeleteMomentReq) String() string

type DeleteMomentResp

type DeleteMomentResp struct {
	// contains filtered or unexported fields
}

func (*DeleteMomentResp) Descriptor deprecated

func (*DeleteMomentResp) Descriptor() ([]byte, []int)

Deprecated: Use DeleteMomentResp.ProtoReflect.Descriptor instead.

func (*DeleteMomentResp) FastRead

func (x *DeleteMomentResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteMomentResp) FastWrite

func (x *DeleteMomentResp) FastWrite(buf []byte) (offset int)

func (*DeleteMomentResp) ProtoMessage

func (*DeleteMomentResp) ProtoMessage()

func (*DeleteMomentResp) ProtoReflect

func (x *DeleteMomentResp) ProtoReflect() protoreflect.Message

func (*DeleteMomentResp) Reset

func (x *DeleteMomentResp) Reset()

func (*DeleteMomentResp) Size

func (x *DeleteMomentResp) Size() (n int)

func (*DeleteMomentResp) String

func (x *DeleteMomentResp) String() string

type DeleteNewsReq

type DeleteNewsReq struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteNewsReq) Descriptor deprecated

func (*DeleteNewsReq) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNewsReq.ProtoReflect.Descriptor instead.

func (*DeleteNewsReq) FastRead

func (x *DeleteNewsReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteNewsReq) FastWrite

func (x *DeleteNewsReq) FastWrite(buf []byte) (offset int)

func (*DeleteNewsReq) GetId

func (x *DeleteNewsReq) GetId() string

func (*DeleteNewsReq) ProtoMessage

func (*DeleteNewsReq) ProtoMessage()

func (*DeleteNewsReq) ProtoReflect

func (x *DeleteNewsReq) ProtoReflect() protoreflect.Message

func (*DeleteNewsReq) Reset

func (x *DeleteNewsReq) Reset()

func (*DeleteNewsReq) Size

func (x *DeleteNewsReq) Size() (n int)

func (*DeleteNewsReq) String

func (x *DeleteNewsReq) String() string

type DeleteNewsResp

type DeleteNewsResp struct {
	// contains filtered or unexported fields
}

func (*DeleteNewsResp) Descriptor deprecated

func (*DeleteNewsResp) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNewsResp.ProtoReflect.Descriptor instead.

func (*DeleteNewsResp) FastRead

func (x *DeleteNewsResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteNewsResp) FastWrite

func (x *DeleteNewsResp) FastWrite(buf []byte) (offset int)

func (*DeleteNewsResp) ProtoMessage

func (*DeleteNewsResp) ProtoMessage()

func (*DeleteNewsResp) ProtoReflect

func (x *DeleteNewsResp) ProtoReflect() protoreflect.Message

func (*DeleteNewsResp) Reset

func (x *DeleteNewsResp) Reset()

func (*DeleteNewsResp) Size

func (x *DeleteNewsResp) Size() (n int)

func (*DeleteNewsResp) String

func (x *DeleteNewsResp) String() string

type DeleteNoticeReq

type DeleteNoticeReq struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteNoticeReq) Descriptor deprecated

func (*DeleteNoticeReq) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNoticeReq.ProtoReflect.Descriptor instead.

func (*DeleteNoticeReq) FastRead

func (x *DeleteNoticeReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteNoticeReq) FastWrite

func (x *DeleteNoticeReq) FastWrite(buf []byte) (offset int)

func (*DeleteNoticeReq) GetId

func (x *DeleteNoticeReq) GetId() string

func (*DeleteNoticeReq) ProtoMessage

func (*DeleteNoticeReq) ProtoMessage()

func (*DeleteNoticeReq) ProtoReflect

func (x *DeleteNoticeReq) ProtoReflect() protoreflect.Message

func (*DeleteNoticeReq) Reset

func (x *DeleteNoticeReq) Reset()

func (*DeleteNoticeReq) Size

func (x *DeleteNoticeReq) Size() (n int)

func (*DeleteNoticeReq) String

func (x *DeleteNoticeReq) String() string

type DeleteNoticeResp

type DeleteNoticeResp struct {
	// contains filtered or unexported fields
}

func (*DeleteNoticeResp) Descriptor deprecated

func (*DeleteNoticeResp) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNoticeResp.ProtoReflect.Descriptor instead.

func (*DeleteNoticeResp) FastRead

func (x *DeleteNoticeResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeleteNoticeResp) FastWrite

func (x *DeleteNoticeResp) FastWrite(buf []byte) (offset int)

func (*DeleteNoticeResp) ProtoMessage

func (*DeleteNoticeResp) ProtoMessage()

func (*DeleteNoticeResp) ProtoReflect

func (x *DeleteNoticeResp) ProtoReflect() protoreflect.Message

func (*DeleteNoticeResp) Reset

func (x *DeleteNoticeResp) Reset()

func (*DeleteNoticeResp) Size

func (x *DeleteNoticeResp) Size() (n int)

func (*DeleteNoticeResp) String

func (x *DeleteNoticeResp) String() string

type DeletePlanReq

type DeletePlanReq struct {
	PlanId string `protobuf:"bytes,1,opt,name=planId,proto3" json:"planId,omitempty"`
	// contains filtered or unexported fields
}

func (*DeletePlanReq) Descriptor deprecated

func (*DeletePlanReq) Descriptor() ([]byte, []int)

Deprecated: Use DeletePlanReq.ProtoReflect.Descriptor instead.

func (*DeletePlanReq) FastRead

func (x *DeletePlanReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeletePlanReq) FastWrite

func (x *DeletePlanReq) FastWrite(buf []byte) (offset int)

func (*DeletePlanReq) GetPlanId

func (x *DeletePlanReq) GetPlanId() string

func (*DeletePlanReq) ProtoMessage

func (*DeletePlanReq) ProtoMessage()

func (*DeletePlanReq) ProtoReflect

func (x *DeletePlanReq) ProtoReflect() protoreflect.Message

func (*DeletePlanReq) Reset

func (x *DeletePlanReq) Reset()

func (*DeletePlanReq) Size

func (x *DeletePlanReq) Size() (n int)

func (*DeletePlanReq) String

func (x *DeletePlanReq) String() string

type DeletePlanResp

type DeletePlanResp struct {
	// contains filtered or unexported fields
}

func (*DeletePlanResp) Descriptor deprecated

func (*DeletePlanResp) Descriptor() ([]byte, []int)

Deprecated: Use DeletePlanResp.ProtoReflect.Descriptor instead.

func (*DeletePlanResp) FastRead

func (x *DeletePlanResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeletePlanResp) FastWrite

func (x *DeletePlanResp) FastWrite(buf []byte) (offset int)

func (*DeletePlanResp) ProtoMessage

func (*DeletePlanResp) ProtoMessage()

func (*DeletePlanResp) ProtoReflect

func (x *DeletePlanResp) ProtoReflect() protoreflect.Message

func (*DeletePlanResp) Reset

func (x *DeletePlanResp) Reset()

func (*DeletePlanResp) Size

func (x *DeletePlanResp) Size() (n int)

func (*DeletePlanResp) String

func (x *DeletePlanResp) String() string

type DeletePostReq

type DeletePostReq struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeletePostReq) Descriptor deprecated

func (*DeletePostReq) Descriptor() ([]byte, []int)

Deprecated: Use DeletePostReq.ProtoReflect.Descriptor instead.

func (*DeletePostReq) FastRead

func (x *DeletePostReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeletePostReq) FastWrite

func (x *DeletePostReq) FastWrite(buf []byte) (offset int)

func (*DeletePostReq) GetId

func (x *DeletePostReq) GetId() string

func (*DeletePostReq) ProtoMessage

func (*DeletePostReq) ProtoMessage()

func (*DeletePostReq) ProtoReflect

func (x *DeletePostReq) ProtoReflect() protoreflect.Message

func (*DeletePostReq) Reset

func (x *DeletePostReq) Reset()

func (*DeletePostReq) Size

func (x *DeletePostReq) Size() (n int)

func (*DeletePostReq) String

func (x *DeletePostReq) String() string

type DeletePostResp

type DeletePostResp struct {
	// contains filtered or unexported fields
}

func (*DeletePostResp) Descriptor deprecated

func (*DeletePostResp) Descriptor() ([]byte, []int)

Deprecated: Use DeletePostResp.ProtoReflect.Descriptor instead.

func (*DeletePostResp) FastRead

func (x *DeletePostResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DeletePostResp) FastWrite

func (x *DeletePostResp) FastWrite(buf []byte) (offset int)

func (*DeletePostResp) ProtoMessage

func (*DeletePostResp) ProtoMessage()

func (*DeletePostResp) ProtoReflect

func (x *DeletePostResp) ProtoReflect() protoreflect.Message

func (*DeletePostResp) Reset

func (x *DeletePostResp) Reset()

func (*DeletePostResp) Size

func (x *DeletePostResp) Size() (n int)

func (*DeletePostResp) String

func (x *DeletePostResp) String() string

type DoLikeReq

type DoLikeReq struct {
	TargetId   string        `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId,omitempty"`
	TargetType user.LikeType `protobuf:"varint,2,opt,name=targetType,proto3,enum=meowchat.user.LikeType" json:"targetType,omitempty"`
	// contains filtered or unexported fields
}

func (*DoLikeReq) Descriptor deprecated

func (*DoLikeReq) Descriptor() ([]byte, []int)

Deprecated: Use DoLikeReq.ProtoReflect.Descriptor instead.

func (*DoLikeReq) FastRead

func (x *DoLikeReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DoLikeReq) FastWrite

func (x *DoLikeReq) FastWrite(buf []byte) (offset int)

func (*DoLikeReq) GetTargetId

func (x *DoLikeReq) GetTargetId() string

func (*DoLikeReq) GetTargetType

func (x *DoLikeReq) GetTargetType() user.LikeType

func (*DoLikeReq) ProtoMessage

func (*DoLikeReq) ProtoMessage()

func (*DoLikeReq) ProtoReflect

func (x *DoLikeReq) ProtoReflect() protoreflect.Message

func (*DoLikeReq) Reset

func (x *DoLikeReq) Reset()

func (*DoLikeReq) Size

func (x *DoLikeReq) Size() (n int)

func (*DoLikeReq) String

func (x *DoLikeReq) String() string

type DoLikeResp

type DoLikeResp struct {
	GetFish      bool  `protobuf:"varint,1,opt,name=getFish,proto3" json:"getFish,omitempty"`
	GetFishNum   int64 `protobuf:"varint,2,opt,name=getFishNum,proto3" json:"getFishNum,omitempty"`
	GetFishTimes int64 `protobuf:"varint,3,opt,name=getFishTimes,proto3" json:"getFishTimes,omitempty"`
	// contains filtered or unexported fields
}

func (*DoLikeResp) Descriptor deprecated

func (*DoLikeResp) Descriptor() ([]byte, []int)

Deprecated: Use DoLikeResp.ProtoReflect.Descriptor instead.

func (*DoLikeResp) FastRead

func (x *DoLikeResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DoLikeResp) FastWrite

func (x *DoLikeResp) FastWrite(buf []byte) (offset int)

func (*DoLikeResp) GetGetFish

func (x *DoLikeResp) GetGetFish() bool

func (*DoLikeResp) GetGetFishNum

func (x *DoLikeResp) GetGetFishNum() int64

func (*DoLikeResp) GetGetFishTimes

func (x *DoLikeResp) GetGetFishTimes() int64

func (*DoLikeResp) ProtoMessage

func (*DoLikeResp) ProtoMessage()

func (*DoLikeResp) ProtoReflect

func (x *DoLikeResp) ProtoReflect() protoreflect.Message

func (*DoLikeResp) Reset

func (x *DoLikeResp) Reset()

func (*DoLikeResp) Size

func (x *DoLikeResp) Size() (n int)

func (*DoLikeResp) String

func (x *DoLikeResp) String() string

type DonateFishReq

type DonateFishReq struct {
	PlanId string `protobuf:"bytes,1,opt,name=planId,proto3" json:"planId,omitempty"`
	Fish   int64  `protobuf:"varint,2,opt,name=fish,proto3" json:"fish,omitempty"`
	// contains filtered or unexported fields
}

func (*DonateFishReq) Descriptor deprecated

func (*DonateFishReq) Descriptor() ([]byte, []int)

Deprecated: Use DonateFishReq.ProtoReflect.Descriptor instead.

func (*DonateFishReq) FastRead

func (x *DonateFishReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DonateFishReq) FastWrite

func (x *DonateFishReq) FastWrite(buf []byte) (offset int)

func (*DonateFishReq) GetFish

func (x *DonateFishReq) GetFish() int64

func (*DonateFishReq) GetPlanId

func (x *DonateFishReq) GetPlanId() string

func (*DonateFishReq) ProtoMessage

func (*DonateFishReq) ProtoMessage()

func (*DonateFishReq) ProtoReflect

func (x *DonateFishReq) ProtoReflect() protoreflect.Message

func (*DonateFishReq) Reset

func (x *DonateFishReq) Reset()

func (*DonateFishReq) Size

func (x *DonateFishReq) Size() (n int)

func (*DonateFishReq) String

func (x *DonateFishReq) String() string

type DonateFishResp

type DonateFishResp struct {
	// contains filtered or unexported fields
}

func (*DonateFishResp) Descriptor deprecated

func (*DonateFishResp) Descriptor() ([]byte, []int)

Deprecated: Use DonateFishResp.ProtoReflect.Descriptor instead.

func (*DonateFishResp) FastRead

func (x *DonateFishResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*DonateFishResp) FastWrite

func (x *DonateFishResp) FastWrite(buf []byte) (offset int)

func (*DonateFishResp) ProtoMessage

func (*DonateFishResp) ProtoMessage()

func (*DonateFishResp) ProtoReflect

func (x *DonateFishResp) ProtoReflect() protoreflect.Message

func (*DonateFishResp) Reset

func (x *DonateFishResp) Reset()

func (*DonateFishResp) Size

func (x *DonateFishResp) Size() (n int)

func (*DonateFishResp) String

func (x *DonateFishResp) String() string

type Donation

type Donation struct {
	Plan       *Plan  `protobuf:"bytes,1,opt,name=plan,proto3" json:"plan,omitempty"`
	DonateTime int64  `protobuf:"varint,2,opt,name=donateTime,proto3" json:"donateTime,omitempty"`
	DonateNum  int64  `protobuf:"varint,3,opt,name=donateNum,proto3" json:"donateNum,omitempty"`
	DonateId   string `protobuf:"bytes,4,opt,name=donateId,proto3" json:"donateId,omitempty"`
	// contains filtered or unexported fields
}

func (*Donation) Descriptor deprecated

func (*Donation) Descriptor() ([]byte, []int)

Deprecated: Use Donation.ProtoReflect.Descriptor instead.

func (*Donation) FastRead

func (x *Donation) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*Donation) FastWrite

func (x *Donation) FastWrite(buf []byte) (offset int)

func (*Donation) GetDonateId

func (x *Donation) GetDonateId() string

func (*Donation) GetDonateNum

func (x *Donation) GetDonateNum() int64

func (*Donation) GetDonateTime

func (x *Donation) GetDonateTime() int64

func (*Donation) GetPlan

func (x *Donation) GetPlan() *Plan

func (*Donation) ProtoMessage

func (*Donation) ProtoMessage()

func (*Donation) ProtoReflect

func (x *Donation) ProtoReflect() protoreflect.Message

func (*Donation) Reset

func (x *Donation) Reset()

func (*Donation) Size

func (x *Donation) Size() (n int)

func (*Donation) String

func (x *Donation) String() string

type GetAdminsReq

type GetAdminsReq struct {
	CommunityId string `protobuf:"bytes,1,opt,name=communityId,proto3" json:"communityId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAdminsReq) Descriptor deprecated

func (*GetAdminsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetAdminsReq.ProtoReflect.Descriptor instead.

func (*GetAdminsReq) FastRead

func (x *GetAdminsReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetAdminsReq) FastWrite

func (x *GetAdminsReq) FastWrite(buf []byte) (offset int)

func (*GetAdminsReq) GetCommunityId

func (x *GetAdminsReq) GetCommunityId() string

func (*GetAdminsReq) ProtoMessage

func (*GetAdminsReq) ProtoMessage()

func (*GetAdminsReq) ProtoReflect

func (x *GetAdminsReq) ProtoReflect() protoreflect.Message

func (*GetAdminsReq) Reset

func (x *GetAdminsReq) Reset()

func (*GetAdminsReq) Size

func (x *GetAdminsReq) Size() (n int)

func (*GetAdminsReq) String

func (x *GetAdminsReq) String() string

type GetAdminsResp

type GetAdminsResp struct {
	Admins []*Admin `protobuf:"bytes,1,rep,name=Admins,proto3" json:"Admins,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAdminsResp) Descriptor deprecated

func (*GetAdminsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetAdminsResp.ProtoReflect.Descriptor instead.

func (*GetAdminsResp) FastRead

func (x *GetAdminsResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetAdminsResp) FastWrite

func (x *GetAdminsResp) FastWrite(buf []byte) (offset int)

func (*GetAdminsResp) GetAdmins

func (x *GetAdminsResp) GetAdmins() []*Admin

func (*GetAdminsResp) ProtoMessage

func (*GetAdminsResp) ProtoMessage()

func (*GetAdminsResp) ProtoReflect

func (x *GetAdminsResp) ProtoReflect() protoreflect.Message

func (*GetAdminsResp) Reset

func (x *GetAdminsResp) Reset()

func (*GetAdminsResp) Size

func (x *GetAdminsResp) Size() (n int)

func (*GetAdminsResp) String

func (x *GetAdminsResp) String() string

type GetCatDetailReq

type GetCatDetailReq struct {
	CatId string `protobuf:"bytes,1,opt,name=catId,proto3" json:"catId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCatDetailReq) Descriptor deprecated

func (*GetCatDetailReq) Descriptor() ([]byte, []int)

Deprecated: Use GetCatDetailReq.ProtoReflect.Descriptor instead.

func (*GetCatDetailReq) FastRead

func (x *GetCatDetailReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetCatDetailReq) FastWrite

func (x *GetCatDetailReq) FastWrite(buf []byte) (offset int)

func (*GetCatDetailReq) GetCatId

func (x *GetCatDetailReq) GetCatId() string

func (*GetCatDetailReq) ProtoMessage

func (*GetCatDetailReq) ProtoMessage()

func (*GetCatDetailReq) ProtoReflect

func (x *GetCatDetailReq) ProtoReflect() protoreflect.Message

func (*GetCatDetailReq) Reset

func (x *GetCatDetailReq) Reset()

func (*GetCatDetailReq) Size

func (x *GetCatDetailReq) Size() (n int)

func (*GetCatDetailReq) String

func (x *GetCatDetailReq) String() string

type GetCatDetailResp

type GetCatDetailResp struct {
	Cat *content.Cat `protobuf:"bytes,1,opt,name=cat,proto3" json:"cat,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCatDetailResp) Descriptor deprecated

func (*GetCatDetailResp) Descriptor() ([]byte, []int)

Deprecated: Use GetCatDetailResp.ProtoReflect.Descriptor instead.

func (*GetCatDetailResp) FastRead

func (x *GetCatDetailResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetCatDetailResp) FastWrite

func (x *GetCatDetailResp) FastWrite(buf []byte) (offset int)

func (*GetCatDetailResp) GetCat

func (x *GetCatDetailResp) GetCat() *content.Cat

func (*GetCatDetailResp) ProtoMessage

func (*GetCatDetailResp) ProtoMessage()

func (*GetCatDetailResp) ProtoReflect

func (x *GetCatDetailResp) ProtoReflect() protoreflect.Message

func (*GetCatDetailResp) Reset

func (x *GetCatDetailResp) Reset()

func (*GetCatDetailResp) Size

func (x *GetCatDetailResp) Size() (n int)

func (*GetCatDetailResp) String

func (x *GetCatDetailResp) String() string

type GetCatPreviewsReq

type GetCatPreviewsReq struct {
	Keyword          *string                  `protobuf:"bytes,1,opt,name=keyword,proto3,oneof" json:"keyword,omitempty"`
	PaginationOption *basic.PaginationOptions `protobuf:"bytes,2,opt,name=paginationOption,proto3" json:"paginationOption,omitempty"`
	CommunityId      string                   `protobuf:"bytes,3,opt,name=communityId,proto3" json:"communityId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCatPreviewsReq) Descriptor deprecated

func (*GetCatPreviewsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetCatPreviewsReq.ProtoReflect.Descriptor instead.

func (*GetCatPreviewsReq) FastRead

func (x *GetCatPreviewsReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetCatPreviewsReq) FastWrite

func (x *GetCatPreviewsReq) FastWrite(buf []byte) (offset int)

func (*GetCatPreviewsReq) GetCommunityId

func (x *GetCatPreviewsReq) GetCommunityId() string

func (*GetCatPreviewsReq) GetKeyword

func (x *GetCatPreviewsReq) GetKeyword() string

func (*GetCatPreviewsReq) GetPaginationOption

func (x *GetCatPreviewsReq) GetPaginationOption() *basic.PaginationOptions

func (*GetCatPreviewsReq) ProtoMessage

func (*GetCatPreviewsReq) ProtoMessage()

func (*GetCatPreviewsReq) ProtoReflect

func (x *GetCatPreviewsReq) ProtoReflect() protoreflect.Message

func (*GetCatPreviewsReq) Reset

func (x *GetCatPreviewsReq) Reset()

func (*GetCatPreviewsReq) Size

func (x *GetCatPreviewsReq) Size() (n int)

func (*GetCatPreviewsReq) String

func (x *GetCatPreviewsReq) String() string

type GetCatPreviewsResp

type GetCatPreviewsResp struct {
	Cats  []*CatPreview `protobuf:"bytes,1,rep,name=cats,proto3" json:"cats,omitempty"`
	Total int64         `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCatPreviewsResp) Descriptor deprecated

func (*GetCatPreviewsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetCatPreviewsResp.ProtoReflect.Descriptor instead.

func (*GetCatPreviewsResp) FastRead

func (x *GetCatPreviewsResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetCatPreviewsResp) FastWrite

func (x *GetCatPreviewsResp) FastWrite(buf []byte) (offset int)

func (*GetCatPreviewsResp) GetCats

func (x *GetCatPreviewsResp) GetCats() []*CatPreview

func (*GetCatPreviewsResp) GetTotal

func (x *GetCatPreviewsResp) GetTotal() int64

func (*GetCatPreviewsResp) ProtoMessage

func (*GetCatPreviewsResp) ProtoMessage()

func (*GetCatPreviewsResp) ProtoReflect

func (x *GetCatPreviewsResp) ProtoReflect() protoreflect.Message

func (*GetCatPreviewsResp) Reset

func (x *GetCatPreviewsResp) Reset()

func (*GetCatPreviewsResp) Size

func (x *GetCatPreviewsResp) Size() (n int)

func (*GetCatPreviewsResp) String

func (x *GetCatPreviewsResp) String() string

type GetCommentsReq

type GetCommentsReq struct {
	Id   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type comment.CommentType `protobuf:"varint,2,opt,name=type,proto3,enum=platform.comment.CommentType" json:"type,omitempty"`
	Page int64               `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCommentsReq) Descriptor deprecated

func (*GetCommentsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetCommentsReq.ProtoReflect.Descriptor instead.

func (*GetCommentsReq) FastRead

func (x *GetCommentsReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetCommentsReq) FastWrite

func (x *GetCommentsReq) FastWrite(buf []byte) (offset int)

func (*GetCommentsReq) GetId

func (x *GetCommentsReq) GetId() string

func (*GetCommentsReq) GetPage

func (x *GetCommentsReq) GetPage() int64

func (*GetCommentsReq) GetType

func (x *GetCommentsReq) GetType() comment.CommentType

func (*GetCommentsReq) ProtoMessage

func (*GetCommentsReq) ProtoMessage()

func (*GetCommentsReq) ProtoReflect

func (x *GetCommentsReq) ProtoReflect() protoreflect.Message

func (*GetCommentsReq) Reset

func (x *GetCommentsReq) Reset()

func (*GetCommentsReq) Size

func (x *GetCommentsReq) Size() (n int)

func (*GetCommentsReq) String

func (x *GetCommentsReq) String() string

type GetCommentsResp

type GetCommentsResp struct {
	Comments []*Comment `protobuf:"bytes,1,rep,name=comments,proto3" json:"comments,omitempty"`
	Total    int64      `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCommentsResp) Descriptor deprecated

func (*GetCommentsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetCommentsResp.ProtoReflect.Descriptor instead.

func (*GetCommentsResp) FastRead

func (x *GetCommentsResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetCommentsResp) FastWrite

func (x *GetCommentsResp) FastWrite(buf []byte) (offset int)

func (*GetCommentsResp) GetComments

func (x *GetCommentsResp) GetComments() []*Comment

func (*GetCommentsResp) GetTotal

func (x *GetCommentsResp) GetTotal() int64

func (*GetCommentsResp) ProtoMessage

func (*GetCommentsResp) ProtoMessage()

func (*GetCommentsResp) ProtoReflect

func (x *GetCommentsResp) ProtoReflect() protoreflect.Message

func (*GetCommentsResp) Reset

func (x *GetCommentsResp) Reset()

func (*GetCommentsResp) Size

func (x *GetCommentsResp) Size() (n int)

func (*GetCommentsResp) String

func (x *GetCommentsResp) String() string

type GetImageByCatReq

type GetImageByCatReq struct {
	CatId    string  `protobuf:"bytes,1,opt,name=catId,proto3" json:"catId,omitempty"`
	PrevId   *string `protobuf:"bytes,2,opt,name=prevId,proto3,oneof" json:"prevId,omitempty"`
	Limit    int64   `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset   int64   `protobuf:"varint,4,opt,name=offset,proto3" json:"offset,omitempty"`
	Backward bool    `protobuf:"varint,5,opt,name=backward,proto3" json:"backward,omitempty"`
	// contains filtered or unexported fields
}

func (*GetImageByCatReq) Descriptor deprecated

func (*GetImageByCatReq) Descriptor() ([]byte, []int)

Deprecated: Use GetImageByCatReq.ProtoReflect.Descriptor instead.

func (*GetImageByCatReq) FastRead

func (x *GetImageByCatReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetImageByCatReq) FastWrite

func (x *GetImageByCatReq) FastWrite(buf []byte) (offset int)

func (*GetImageByCatReq) GetBackward

func (x *GetImageByCatReq) GetBackward() bool

func (*GetImageByCatReq) GetCatId

func (x *GetImageByCatReq) GetCatId() string

func (*GetImageByCatReq) GetLimit

func (x *GetImageByCatReq) GetLimit() int64

func (*GetImageByCatReq) GetOffset

func (x *GetImageByCatReq) GetOffset() int64

func (*GetImageByCatReq) GetPrevId

func (x *GetImageByCatReq) GetPrevId() string

func (*GetImageByCatReq) ProtoMessage

func (*GetImageByCatReq) ProtoMessage()

func (*GetImageByCatReq) ProtoReflect

func (x *GetImageByCatReq) ProtoReflect() protoreflect.Message

func (*GetImageByCatReq) Reset

func (x *GetImageByCatReq) Reset()

func (*GetImageByCatReq) Size

func (x *GetImageByCatReq) Size() (n int)

func (*GetImageByCatReq) String

func (x *GetImageByCatReq) String() string

type GetImageByCatResp

type GetImageByCatResp struct {
	Images []*Image `protobuf:"bytes,1,rep,name=images,proto3" json:"images,omitempty"`
	Total  int64    `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*GetImageByCatResp) Descriptor deprecated

func (*GetImageByCatResp) Descriptor() ([]byte, []int)

Deprecated: Use GetImageByCatResp.ProtoReflect.Descriptor instead.

func (*GetImageByCatResp) FastRead

func (x *GetImageByCatResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetImageByCatResp) FastWrite

func (x *GetImageByCatResp) FastWrite(buf []byte) (offset int)

func (*GetImageByCatResp) GetImages

func (x *GetImageByCatResp) GetImages() []*Image

func (*GetImageByCatResp) GetTotal

func (x *GetImageByCatResp) GetTotal() int64

func (*GetImageByCatResp) ProtoMessage

func (*GetImageByCatResp) ProtoMessage()

func (*GetImageByCatResp) ProtoReflect

func (x *GetImageByCatResp) ProtoReflect() protoreflect.Message

func (*GetImageByCatResp) Reset

func (x *GetImageByCatResp) Reset()

func (*GetImageByCatResp) Size

func (x *GetImageByCatResp) Size() (n int)

func (*GetImageByCatResp) String

func (x *GetImageByCatResp) String() string

type GetLikedCountReq

type GetLikedCountReq struct {
	TargetId   string        `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId,omitempty"`
	TargetType user.LikeType `protobuf:"varint,2,opt,name=targetType,proto3,enum=meowchat.user.LikeType" json:"targetType,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLikedCountReq) Descriptor deprecated

func (*GetLikedCountReq) Descriptor() ([]byte, []int)

Deprecated: Use GetLikedCountReq.ProtoReflect.Descriptor instead.

func (*GetLikedCountReq) FastRead

func (x *GetLikedCountReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetLikedCountReq) FastWrite

func (x *GetLikedCountReq) FastWrite(buf []byte) (offset int)

func (*GetLikedCountReq) GetTargetId

func (x *GetLikedCountReq) GetTargetId() string

func (*GetLikedCountReq) GetTargetType

func (x *GetLikedCountReq) GetTargetType() user.LikeType

func (*GetLikedCountReq) ProtoMessage

func (*GetLikedCountReq) ProtoMessage()

func (*GetLikedCountReq) ProtoReflect

func (x *GetLikedCountReq) ProtoReflect() protoreflect.Message

func (*GetLikedCountReq) Reset

func (x *GetLikedCountReq) Reset()

func (*GetLikedCountReq) Size

func (x *GetLikedCountReq) Size() (n int)

func (*GetLikedCountReq) String

func (x *GetLikedCountReq) String() string

type GetLikedCountResp

type GetLikedCountResp struct {
	Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLikedCountResp) Descriptor deprecated

func (*GetLikedCountResp) Descriptor() ([]byte, []int)

Deprecated: Use GetLikedCountResp.ProtoReflect.Descriptor instead.

func (*GetLikedCountResp) FastRead

func (x *GetLikedCountResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetLikedCountResp) FastWrite

func (x *GetLikedCountResp) FastWrite(buf []byte) (offset int)

func (*GetLikedCountResp) GetCount

func (x *GetLikedCountResp) GetCount() int64

func (*GetLikedCountResp) ProtoMessage

func (*GetLikedCountResp) ProtoMessage()

func (*GetLikedCountResp) ProtoReflect

func (x *GetLikedCountResp) ProtoReflect() protoreflect.Message

func (*GetLikedCountResp) Reset

func (x *GetLikedCountResp) Reset()

func (*GetLikedCountResp) Size

func (x *GetLikedCountResp) Size() (n int)

func (*GetLikedCountResp) String

func (x *GetLikedCountResp) String() string

type GetLikedUsersReq

type GetLikedUsersReq struct {
	TargetId         string                   `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId,omitempty"`
	TargetType       user.LikeType            `protobuf:"varint,2,opt,name=targetType,proto3,enum=meowchat.user.LikeType" json:"targetType,omitempty"`
	PaginationOption *basic.PaginationOptions `protobuf:"bytes,3,opt,name=paginationOption,proto3" json:"paginationOption,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLikedUsersReq) Descriptor deprecated

func (*GetLikedUsersReq) Descriptor() ([]byte, []int)

Deprecated: Use GetLikedUsersReq.ProtoReflect.Descriptor instead.

func (*GetLikedUsersReq) FastRead

func (x *GetLikedUsersReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetLikedUsersReq) FastWrite

func (x *GetLikedUsersReq) FastWrite(buf []byte) (offset int)

func (*GetLikedUsersReq) GetPaginationOption

func (x *GetLikedUsersReq) GetPaginationOption() *basic.PaginationOptions

func (*GetLikedUsersReq) GetTargetId

func (x *GetLikedUsersReq) GetTargetId() string

func (*GetLikedUsersReq) GetTargetType

func (x *GetLikedUsersReq) GetTargetType() user.LikeType

func (*GetLikedUsersReq) ProtoMessage

func (*GetLikedUsersReq) ProtoMessage()

func (*GetLikedUsersReq) ProtoReflect

func (x *GetLikedUsersReq) ProtoReflect() protoreflect.Message

func (*GetLikedUsersReq) Reset

func (x *GetLikedUsersReq) Reset()

func (*GetLikedUsersReq) Size

func (x *GetLikedUsersReq) Size() (n int)

func (*GetLikedUsersReq) String

func (x *GetLikedUsersReq) String() string

type GetLikedUsersResp

type GetLikedUsersResp struct {
	Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	Total int64   `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	Token string  `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLikedUsersResp) Descriptor deprecated

func (*GetLikedUsersResp) Descriptor() ([]byte, []int)

Deprecated: Use GetLikedUsersResp.ProtoReflect.Descriptor instead.

func (*GetLikedUsersResp) FastRead

func (x *GetLikedUsersResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetLikedUsersResp) FastWrite

func (x *GetLikedUsersResp) FastWrite(buf []byte) (offset int)

func (*GetLikedUsersResp) GetToken

func (x *GetLikedUsersResp) GetToken() string

func (*GetLikedUsersResp) GetTotal

func (x *GetLikedUsersResp) GetTotal() int64

func (*GetLikedUsersResp) GetUsers

func (x *GetLikedUsersResp) GetUsers() []*User

func (*GetLikedUsersResp) ProtoMessage

func (*GetLikedUsersResp) ProtoMessage()

func (*GetLikedUsersResp) ProtoReflect

func (x *GetLikedUsersResp) ProtoReflect() protoreflect.Message

func (*GetLikedUsersResp) Reset

func (x *GetLikedUsersResp) Reset()

func (*GetLikedUsersResp) Size

func (x *GetLikedUsersResp) Size() (n int)

func (*GetLikedUsersResp) String

func (x *GetLikedUsersResp) String() string

type GetMinVersionReq

type GetMinVersionReq struct {
	// contains filtered or unexported fields
}

func (*GetMinVersionReq) Descriptor deprecated

func (*GetMinVersionReq) Descriptor() ([]byte, []int)

Deprecated: Use GetMinVersionReq.ProtoReflect.Descriptor instead.

func (*GetMinVersionReq) FastRead

func (x *GetMinVersionReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetMinVersionReq) FastWrite

func (x *GetMinVersionReq) FastWrite(buf []byte) (offset int)

func (*GetMinVersionReq) ProtoMessage

func (*GetMinVersionReq) ProtoMessage()

func (*GetMinVersionReq) ProtoReflect

func (x *GetMinVersionReq) ProtoReflect() protoreflect.Message

func (*GetMinVersionReq) Reset

func (x *GetMinVersionReq) Reset()

func (*GetMinVersionReq) Size

func (x *GetMinVersionReq) Size() (n int)

func (*GetMinVersionReq) String

func (x *GetMinVersionReq) String() string

type GetMinVersionResp

type GetMinVersionResp struct {
	MinVersion int64 `protobuf:"varint,1,opt,name=MinVersion,proto3" json:"MinVersion,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMinVersionResp) Descriptor deprecated

func (*GetMinVersionResp) Descriptor() ([]byte, []int)

Deprecated: Use GetMinVersionResp.ProtoReflect.Descriptor instead.

func (*GetMinVersionResp) FastRead

func (x *GetMinVersionResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetMinVersionResp) FastWrite

func (x *GetMinVersionResp) FastWrite(buf []byte) (offset int)

func (*GetMinVersionResp) GetMinVersion

func (x *GetMinVersionResp) GetMinVersion() int64

func (*GetMinVersionResp) ProtoMessage

func (*GetMinVersionResp) ProtoMessage()

func (*GetMinVersionResp) ProtoReflect

func (x *GetMinVersionResp) ProtoReflect() protoreflect.Message

func (*GetMinVersionResp) Reset

func (x *GetMinVersionResp) Reset()

func (*GetMinVersionResp) Size

func (x *GetMinVersionResp) Size() (n int)

func (*GetMinVersionResp) String

func (x *GetMinVersionResp) String() string

type GetMissionReq

type GetMissionReq struct {
	// contains filtered or unexported fields
}

func (*GetMissionReq) Descriptor deprecated

func (*GetMissionReq) Descriptor() ([]byte, []int)

Deprecated: Use GetMissionReq.ProtoReflect.Descriptor instead.

func (*GetMissionReq) FastRead

func (x *GetMissionReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetMissionReq) FastWrite

func (x *GetMissionReq) FastWrite(buf []byte) (offset int)

func (*GetMissionReq) ProtoMessage

func (*GetMissionReq) ProtoMessage()

func (*GetMissionReq) ProtoReflect

func (x *GetMissionReq) ProtoReflect() protoreflect.Message

func (*GetMissionReq) Reset

func (x *GetMissionReq) Reset()

func (*GetMissionReq) Size

func (x *GetMissionReq) Size() (n int)

func (*GetMissionReq) String

func (x *GetMissionReq) String() string

type GetMissionResp

type GetMissionResp struct {
	SignInTime    int64   `protobuf:"varint,1,opt,name=SignInTime,proto3" json:"SignInTime,omitempty"`
	LikeTime      int64   `protobuf:"varint,2,opt,name=LikeTime,proto3" json:"LikeTime,omitempty"`
	CommentTime   int64   `protobuf:"varint,3,opt,name=CommentTime,proto3" json:"CommentTime,omitempty"`
	ContentTime   int64   `protobuf:"varint,4,opt,name=ContentTime,proto3" json:"ContentTime,omitempty"`
	SignInFishes  []int64 `protobuf:"varint,5,rep,packed,name=SignInFishes,proto3" json:"SignInFishes,omitempty"`
	LikeFishes    []int64 `protobuf:"varint,6,rep,packed,name=LikeFishes,proto3" json:"LikeFishes,omitempty"`
	CommentFishes []int64 `protobuf:"varint,7,rep,packed,name=CommentFishes,proto3" json:"CommentFishes,omitempty"`
	ContentFishes []int64 `protobuf:"varint,8,rep,packed,name=ContentFishes,proto3" json:"ContentFishes,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMissionResp) Descriptor deprecated

func (*GetMissionResp) Descriptor() ([]byte, []int)

Deprecated: Use GetMissionResp.ProtoReflect.Descriptor instead.

func (*GetMissionResp) FastRead

func (x *GetMissionResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetMissionResp) FastWrite

func (x *GetMissionResp) FastWrite(buf []byte) (offset int)

func (*GetMissionResp) GetCommentFishes

func (x *GetMissionResp) GetCommentFishes() []int64

func (*GetMissionResp) GetCommentTime

func (x *GetMissionResp) GetCommentTime() int64

func (*GetMissionResp) GetContentFishes

func (x *GetMissionResp) GetContentFishes() []int64

func (*GetMissionResp) GetContentTime

func (x *GetMissionResp) GetContentTime() int64

func (*GetMissionResp) GetLikeFishes

func (x *GetMissionResp) GetLikeFishes() []int64

func (*GetMissionResp) GetLikeTime

func (x *GetMissionResp) GetLikeTime() int64

func (*GetMissionResp) GetSignInFishes

func (x *GetMissionResp) GetSignInFishes() []int64

func (*GetMissionResp) GetSignInTime

func (x *GetMissionResp) GetSignInTime() int64

func (*GetMissionResp) ProtoMessage

func (*GetMissionResp) ProtoMessage()

func (*GetMissionResp) ProtoReflect

func (x *GetMissionResp) ProtoReflect() protoreflect.Message

func (*GetMissionResp) Reset

func (x *GetMissionResp) Reset()

func (*GetMissionResp) Size

func (x *GetMissionResp) Size() (n int)

func (*GetMissionResp) String

func (x *GetMissionResp) String() string

type GetMomentDetailReq

type GetMomentDetailReq struct {
	MomentId string `protobuf:"bytes,1,opt,name=momentId,proto3" json:"momentId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMomentDetailReq) Descriptor deprecated

func (*GetMomentDetailReq) Descriptor() ([]byte, []int)

Deprecated: Use GetMomentDetailReq.ProtoReflect.Descriptor instead.

func (*GetMomentDetailReq) FastRead

func (x *GetMomentDetailReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetMomentDetailReq) FastWrite

func (x *GetMomentDetailReq) FastWrite(buf []byte) (offset int)

func (*GetMomentDetailReq) GetMomentId

func (x *GetMomentDetailReq) GetMomentId() string

func (*GetMomentDetailReq) ProtoMessage

func (*GetMomentDetailReq) ProtoMessage()

func (*GetMomentDetailReq) ProtoReflect

func (x *GetMomentDetailReq) ProtoReflect() protoreflect.Message

func (*GetMomentDetailReq) Reset

func (x *GetMomentDetailReq) Reset()

func (*GetMomentDetailReq) Size

func (x *GetMomentDetailReq) Size() (n int)

func (*GetMomentDetailReq) String

func (x *GetMomentDetailReq) String() string

type GetMomentDetailResp

type GetMomentDetailResp struct {
	Moment *Moment `protobuf:"bytes,1,opt,name=moment,proto3" json:"moment,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMomentDetailResp) Descriptor deprecated

func (*GetMomentDetailResp) Descriptor() ([]byte, []int)

Deprecated: Use GetMomentDetailResp.ProtoReflect.Descriptor instead.

func (*GetMomentDetailResp) FastRead

func (x *GetMomentDetailResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetMomentDetailResp) FastWrite

func (x *GetMomentDetailResp) FastWrite(buf []byte) (offset int)

func (*GetMomentDetailResp) GetMoment

func (x *GetMomentDetailResp) GetMoment() *Moment

func (*GetMomentDetailResp) ProtoMessage

func (*GetMomentDetailResp) ProtoMessage()

func (*GetMomentDetailResp) ProtoReflect

func (x *GetMomentDetailResp) ProtoReflect() protoreflect.Message

func (*GetMomentDetailResp) Reset

func (x *GetMomentDetailResp) Reset()

func (*GetMomentDetailResp) Size

func (x *GetMomentDetailResp) Size() (n int)

func (*GetMomentDetailResp) String

func (x *GetMomentDetailResp) String() string

type GetMomentPreviewsReq

type GetMomentPreviewsReq struct {
	CommunityId      *string                  `protobuf:"bytes,1,opt,name=communityId,proto3,oneof" json:"communityId,omitempty"`
	IsParent         *bool                    `protobuf:"varint,2,opt,name=isParent,proto3,oneof" json:"isParent,omitempty"`
	OnlyUserId       *string                  `protobuf:"bytes,3,opt,name=onlyUserId,proto3,oneof" json:"onlyUserId,omitempty"`
	Keyword          *string                  `protobuf:"bytes,4,opt,name=keyword,proto3,oneof" json:"keyword,omitempty"`
	PaginationOption *basic.PaginationOptions `protobuf:"bytes,5,opt,name=paginationOption,proto3" json:"paginationOption,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMomentPreviewsReq) Descriptor deprecated

func (*GetMomentPreviewsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetMomentPreviewsReq.ProtoReflect.Descriptor instead.

func (*GetMomentPreviewsReq) FastRead

func (x *GetMomentPreviewsReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetMomentPreviewsReq) FastWrite

func (x *GetMomentPreviewsReq) FastWrite(buf []byte) (offset int)

func (*GetMomentPreviewsReq) GetCommunityId

func (x *GetMomentPreviewsReq) GetCommunityId() string

func (*GetMomentPreviewsReq) GetIsParent

func (x *GetMomentPreviewsReq) GetIsParent() bool

func (*GetMomentPreviewsReq) GetKeyword

func (x *GetMomentPreviewsReq) GetKeyword() string

func (*GetMomentPreviewsReq) GetOnlyUserId

func (x *GetMomentPreviewsReq) GetOnlyUserId() string

func (*GetMomentPreviewsReq) GetPaginationOption

func (x *GetMomentPreviewsReq) GetPaginationOption() *basic.PaginationOptions

func (*GetMomentPreviewsReq) ProtoMessage

func (*GetMomentPreviewsReq) ProtoMessage()

func (*GetMomentPreviewsReq) ProtoReflect

func (x *GetMomentPreviewsReq) ProtoReflect() protoreflect.Message

func (*GetMomentPreviewsReq) Reset

func (x *GetMomentPreviewsReq) Reset()

func (*GetMomentPreviewsReq) Size

func (x *GetMomentPreviewsReq) Size() (n int)

func (*GetMomentPreviewsReq) String

func (x *GetMomentPreviewsReq) String() string

type GetMomentPreviewsResp

type GetMomentPreviewsResp struct {
	Moments []*Moment `protobuf:"bytes,1,rep,name=moments,proto3" json:"moments,omitempty"`
	Total   int64     `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	Token   string    `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMomentPreviewsResp) Descriptor deprecated

func (*GetMomentPreviewsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetMomentPreviewsResp.ProtoReflect.Descriptor instead.

func (*GetMomentPreviewsResp) FastRead

func (x *GetMomentPreviewsResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetMomentPreviewsResp) FastWrite

func (x *GetMomentPreviewsResp) FastWrite(buf []byte) (offset int)

func (*GetMomentPreviewsResp) GetMoments

func (x *GetMomentPreviewsResp) GetMoments() []*Moment

func (*GetMomentPreviewsResp) GetToken

func (x *GetMomentPreviewsResp) GetToken() string

func (*GetMomentPreviewsResp) GetTotal

func (x *GetMomentPreviewsResp) GetTotal() int64

func (*GetMomentPreviewsResp) ProtoMessage

func (*GetMomentPreviewsResp) ProtoMessage()

func (*GetMomentPreviewsResp) ProtoReflect

func (x *GetMomentPreviewsResp) ProtoReflect() protoreflect.Message

func (*GetMomentPreviewsResp) Reset

func (x *GetMomentPreviewsResp) Reset()

func (*GetMomentPreviewsResp) Size

func (x *GetMomentPreviewsResp) Size() (n int)

func (*GetMomentPreviewsResp) String

func (x *GetMomentPreviewsResp) String() string

type GetNewsReq

type GetNewsReq struct {
	CommunityId string `protobuf:"bytes,1,opt,name=communityId,proto3" json:"communityId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNewsReq) Descriptor deprecated

func (*GetNewsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetNewsReq.ProtoReflect.Descriptor instead.

func (*GetNewsReq) FastRead

func (x *GetNewsReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetNewsReq) FastWrite

func (x *GetNewsReq) FastWrite(buf []byte) (offset int)

func (*GetNewsReq) GetCommunityId

func (x *GetNewsReq) GetCommunityId() string

func (*GetNewsReq) ProtoMessage

func (*GetNewsReq) ProtoMessage()

func (*GetNewsReq) ProtoReflect

func (x *GetNewsReq) ProtoReflect() protoreflect.Message

func (*GetNewsReq) Reset

func (x *GetNewsReq) Reset()

func (*GetNewsReq) Size

func (x *GetNewsReq) Size() (n int)

func (*GetNewsReq) String

func (x *GetNewsReq) String() string

type GetNewsResp

type GetNewsResp struct {
	News []*News `protobuf:"bytes,1,rep,name=news,proto3" json:"news,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNewsResp) Descriptor deprecated

func (*GetNewsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetNewsResp.ProtoReflect.Descriptor instead.

func (*GetNewsResp) FastRead

func (x *GetNewsResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetNewsResp) FastWrite

func (x *GetNewsResp) FastWrite(buf []byte) (offset int)

func (*GetNewsResp) GetNews

func (x *GetNewsResp) GetNews() []*News

func (*GetNewsResp) ProtoMessage

func (*GetNewsResp) ProtoMessage()

func (*GetNewsResp) ProtoReflect

func (x *GetNewsResp) ProtoReflect() protoreflect.Message

func (*GetNewsResp) Reset

func (x *GetNewsResp) Reset()

func (*GetNewsResp) Size

func (x *GetNewsResp) Size() (n int)

func (*GetNewsResp) String

func (x *GetNewsResp) String() string

type GetNoticesReq

type GetNoticesReq struct {
	CommunityId string `protobuf:"bytes,1,opt,name=communityId,proto3" json:"communityId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNoticesReq) Descriptor deprecated

func (*GetNoticesReq) Descriptor() ([]byte, []int)

Deprecated: Use GetNoticesReq.ProtoReflect.Descriptor instead.

func (*GetNoticesReq) FastRead

func (x *GetNoticesReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetNoticesReq) FastWrite

func (x *GetNoticesReq) FastWrite(buf []byte) (offset int)

func (*GetNoticesReq) GetCommunityId

func (x *GetNoticesReq) GetCommunityId() string

func (*GetNoticesReq) ProtoMessage

func (*GetNoticesReq) ProtoMessage()

func (*GetNoticesReq) ProtoReflect

func (x *GetNoticesReq) ProtoReflect() protoreflect.Message

func (*GetNoticesReq) Reset

func (x *GetNoticesReq) Reset()

func (*GetNoticesReq) Size

func (x *GetNoticesReq) Size() (n int)

func (*GetNoticesReq) String

func (x *GetNoticesReq) String() string

type GetNoticesResp

type GetNoticesResp struct {
	Notices []*Notice `protobuf:"bytes,1,rep,name=notices,proto3" json:"notices,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNoticesResp) Descriptor deprecated

func (*GetNoticesResp) Descriptor() ([]byte, []int)

Deprecated: Use GetNoticesResp.ProtoReflect.Descriptor instead.

func (*GetNoticesResp) FastRead

func (x *GetNoticesResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetNoticesResp) FastWrite

func (x *GetNoticesResp) FastWrite(buf []byte) (offset int)

func (*GetNoticesResp) GetNotices

func (x *GetNoticesResp) GetNotices() []*Notice

func (*GetNoticesResp) ProtoMessage

func (*GetNoticesResp) ProtoMessage()

func (*GetNoticesResp) ProtoReflect

func (x *GetNoticesResp) ProtoReflect() protoreflect.Message

func (*GetNoticesResp) Reset

func (x *GetNoticesResp) Reset()

func (*GetNoticesResp) Size

func (x *GetNoticesResp) Size() (n int)

func (*GetNoticesResp) String

func (x *GetNoticesResp) String() string

type GetPlanDetailReq

type GetPlanDetailReq struct {
	PlanId string `protobuf:"bytes,1,opt,name=planId,proto3" json:"planId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPlanDetailReq) Descriptor deprecated

func (*GetPlanDetailReq) Descriptor() ([]byte, []int)

Deprecated: Use GetPlanDetailReq.ProtoReflect.Descriptor instead.

func (*GetPlanDetailReq) FastRead

func (x *GetPlanDetailReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetPlanDetailReq) FastWrite

func (x *GetPlanDetailReq) FastWrite(buf []byte) (offset int)

func (*GetPlanDetailReq) GetPlanId

func (x *GetPlanDetailReq) GetPlanId() string

func (*GetPlanDetailReq) ProtoMessage

func (*GetPlanDetailReq) ProtoMessage()

func (*GetPlanDetailReq) ProtoReflect

func (x *GetPlanDetailReq) ProtoReflect() protoreflect.Message

func (*GetPlanDetailReq) Reset

func (x *GetPlanDetailReq) Reset()

func (*GetPlanDetailReq) Size

func (x *GetPlanDetailReq) Size() (n int)

func (*GetPlanDetailReq) String

func (x *GetPlanDetailReq) String() string

type GetPlanDetailResp

type GetPlanDetailResp struct {
	Plan *Plan `protobuf:"bytes,1,opt,name=plan,proto3" json:"plan,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPlanDetailResp) Descriptor deprecated

func (*GetPlanDetailResp) Descriptor() ([]byte, []int)

Deprecated: Use GetPlanDetailResp.ProtoReflect.Descriptor instead.

func (*GetPlanDetailResp) FastRead

func (x *GetPlanDetailResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetPlanDetailResp) FastWrite

func (x *GetPlanDetailResp) FastWrite(buf []byte) (offset int)

func (*GetPlanDetailResp) GetPlan

func (x *GetPlanDetailResp) GetPlan() *Plan

func (*GetPlanDetailResp) ProtoMessage

func (*GetPlanDetailResp) ProtoMessage()

func (*GetPlanDetailResp) ProtoReflect

func (x *GetPlanDetailResp) ProtoReflect() protoreflect.Message

func (*GetPlanDetailResp) Reset

func (x *GetPlanDetailResp) Reset()

func (*GetPlanDetailResp) Size

func (x *GetPlanDetailResp) Size() (n int)

func (*GetPlanDetailResp) String

func (x *GetPlanDetailResp) String() string

type GetPlanPreviewsReq

type GetPlanPreviewsReq struct {
	CatId            *string                  `protobuf:"bytes,1,opt,name=catId,proto3,oneof" json:"catId,omitempty"`
	OnlyUserId       *string                  `protobuf:"bytes,2,opt,name=onlyUserId,proto3,oneof" json:"onlyUserId,omitempty"`
	OnlyCommunityId  *string                  `protobuf:"bytes,3,opt,name=onlyCommunityId,proto3,oneof" json:"onlyCommunityId,omitempty"`
	IncludeGlobal    *bool                    `protobuf:"varint,4,opt,name=includeGlobal,proto3,oneof" json:"includeGlobal,omitempty"`
	Keyword          *string                  `protobuf:"bytes,5,opt,name=keyword,proto3,oneof" json:"keyword,omitempty"`
	PaginationOption *basic.PaginationOptions `protobuf:"bytes,6,opt,name=paginationOption,proto3" json:"paginationOption,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPlanPreviewsReq) Descriptor deprecated

func (*GetPlanPreviewsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetPlanPreviewsReq.ProtoReflect.Descriptor instead.

func (*GetPlanPreviewsReq) FastRead

func (x *GetPlanPreviewsReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetPlanPreviewsReq) FastWrite

func (x *GetPlanPreviewsReq) FastWrite(buf []byte) (offset int)

func (*GetPlanPreviewsReq) GetCatId

func (x *GetPlanPreviewsReq) GetCatId() string

func (*GetPlanPreviewsReq) GetIncludeGlobal

func (x *GetPlanPreviewsReq) GetIncludeGlobal() bool

func (*GetPlanPreviewsReq) GetKeyword

func (x *GetPlanPreviewsReq) GetKeyword() string

func (*GetPlanPreviewsReq) GetOnlyCommunityId

func (x *GetPlanPreviewsReq) GetOnlyCommunityId() string

func (*GetPlanPreviewsReq) GetOnlyUserId

func (x *GetPlanPreviewsReq) GetOnlyUserId() string

func (*GetPlanPreviewsReq) GetPaginationOption

func (x *GetPlanPreviewsReq) GetPaginationOption() *basic.PaginationOptions

func (*GetPlanPreviewsReq) ProtoMessage

func (*GetPlanPreviewsReq) ProtoMessage()

func (*GetPlanPreviewsReq) ProtoReflect

func (x *GetPlanPreviewsReq) ProtoReflect() protoreflect.Message

func (*GetPlanPreviewsReq) Reset

func (x *GetPlanPreviewsReq) Reset()

func (*GetPlanPreviewsReq) Size

func (x *GetPlanPreviewsReq) Size() (n int)

func (*GetPlanPreviewsReq) String

func (x *GetPlanPreviewsReq) String() string

type GetPlanPreviewsResp

type GetPlanPreviewsResp struct {
	Plans []*Plan `protobuf:"bytes,1,rep,name=plans,proto3" json:"plans,omitempty"`
	Total int64   `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	Token string  `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPlanPreviewsResp) Descriptor deprecated

func (*GetPlanPreviewsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetPlanPreviewsResp.ProtoReflect.Descriptor instead.

func (*GetPlanPreviewsResp) FastRead

func (x *GetPlanPreviewsResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetPlanPreviewsResp) FastWrite

func (x *GetPlanPreviewsResp) FastWrite(buf []byte) (offset int)

func (*GetPlanPreviewsResp) GetPlans

func (x *GetPlanPreviewsResp) GetPlans() []*Plan

func (*GetPlanPreviewsResp) GetToken

func (x *GetPlanPreviewsResp) GetToken() string

func (*GetPlanPreviewsResp) GetTotal

func (x *GetPlanPreviewsResp) GetTotal() int64

func (*GetPlanPreviewsResp) ProtoMessage

func (*GetPlanPreviewsResp) ProtoMessage()

func (*GetPlanPreviewsResp) ProtoReflect

func (x *GetPlanPreviewsResp) ProtoReflect() protoreflect.Message

func (*GetPlanPreviewsResp) Reset

func (x *GetPlanPreviewsResp) Reset()

func (*GetPlanPreviewsResp) Size

func (x *GetPlanPreviewsResp) Size() (n int)

func (*GetPlanPreviewsResp) String

func (x *GetPlanPreviewsResp) String() string

type GetPostDetailReq

type GetPostDetailReq struct {
	PostId string `protobuf:"bytes,1,opt,name=postId,proto3" json:"postId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPostDetailReq) Descriptor deprecated

func (*GetPostDetailReq) Descriptor() ([]byte, []int)

Deprecated: Use GetPostDetailReq.ProtoReflect.Descriptor instead.

func (*GetPostDetailReq) FastRead

func (x *GetPostDetailReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetPostDetailReq) FastWrite

func (x *GetPostDetailReq) FastWrite(buf []byte) (offset int)

func (*GetPostDetailReq) GetPostId

func (x *GetPostDetailReq) GetPostId() string

func (*GetPostDetailReq) ProtoMessage

func (*GetPostDetailReq) ProtoMessage()

func (*GetPostDetailReq) ProtoReflect

func (x *GetPostDetailReq) ProtoReflect() protoreflect.Message

func (*GetPostDetailReq) Reset

func (x *GetPostDetailReq) Reset()

func (*GetPostDetailReq) Size

func (x *GetPostDetailReq) Size() (n int)

func (*GetPostDetailReq) String

func (x *GetPostDetailReq) String() string

type GetPostDetailResp

type GetPostDetailResp struct {
	Post *Post `protobuf:"bytes,1,opt,name=post,proto3" json:"post,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPostDetailResp) Descriptor deprecated

func (*GetPostDetailResp) Descriptor() ([]byte, []int)

Deprecated: Use GetPostDetailResp.ProtoReflect.Descriptor instead.

func (*GetPostDetailResp) FastRead

func (x *GetPostDetailResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetPostDetailResp) FastWrite

func (x *GetPostDetailResp) FastWrite(buf []byte) (offset int)

func (*GetPostDetailResp) GetPost

func (x *GetPostDetailResp) GetPost() *Post

func (*GetPostDetailResp) ProtoMessage

func (*GetPostDetailResp) ProtoMessage()

func (*GetPostDetailResp) ProtoReflect

func (x *GetPostDetailResp) ProtoReflect() protoreflect.Message

func (*GetPostDetailResp) Reset

func (x *GetPostDetailResp) Reset()

func (*GetPostDetailResp) Size

func (x *GetPostDetailResp) Size() (n int)

func (*GetPostDetailResp) String

func (x *GetPostDetailResp) String() string

type GetPostPreviewsReq

type GetPostPreviewsReq struct {
	PaginationOption *basic.PaginationOptions `protobuf:"bytes,1,opt,name=paginationOption,proto3" json:"paginationOption,omitempty"`
	OnlyOfficial     *bool                    `protobuf:"varint,2,opt,name=onlyOfficial,proto3,oneof" json:"onlyOfficial,omitempty"`
	OnlyUserId       *string                  `protobuf:"bytes,3,opt,name=onlyUserId,proto3,oneof" json:"onlyUserId,omitempty"`
	SearchOptions    *SearchOptions           `protobuf:"bytes,4,opt,name=searchOptions,proto3,oneof" json:"searchOptions,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPostPreviewsReq) Descriptor deprecated

func (*GetPostPreviewsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetPostPreviewsReq.ProtoReflect.Descriptor instead.

func (*GetPostPreviewsReq) FastRead

func (x *GetPostPreviewsReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetPostPreviewsReq) FastWrite

func (x *GetPostPreviewsReq) FastWrite(buf []byte) (offset int)

func (*GetPostPreviewsReq) GetOnlyOfficial

func (x *GetPostPreviewsReq) GetOnlyOfficial() bool

func (*GetPostPreviewsReq) GetOnlyUserId

func (x *GetPostPreviewsReq) GetOnlyUserId() string

func (*GetPostPreviewsReq) GetPaginationOption

func (x *GetPostPreviewsReq) GetPaginationOption() *basic.PaginationOptions

func (*GetPostPreviewsReq) GetSearchOptions

func (x *GetPostPreviewsReq) GetSearchOptions() *SearchOptions

func (*GetPostPreviewsReq) ProtoMessage

func (*GetPostPreviewsReq) ProtoMessage()

func (*GetPostPreviewsReq) ProtoReflect

func (x *GetPostPreviewsReq) ProtoReflect() protoreflect.Message

func (*GetPostPreviewsReq) Reset

func (x *GetPostPreviewsReq) Reset()

func (*GetPostPreviewsReq) Size

func (x *GetPostPreviewsReq) Size() (n int)

func (*GetPostPreviewsReq) String

func (x *GetPostPreviewsReq) String() string

type GetPostPreviewsResp

type GetPostPreviewsResp struct {
	Posts []*Post `protobuf:"bytes,1,rep,name=posts,proto3" json:"posts,omitempty"`
	Total int64   `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	Token string  `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPostPreviewsResp) Descriptor deprecated

func (*GetPostPreviewsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetPostPreviewsResp.ProtoReflect.Descriptor instead.

func (*GetPostPreviewsResp) FastRead

func (x *GetPostPreviewsResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetPostPreviewsResp) FastWrite

func (x *GetPostPreviewsResp) FastWrite(buf []byte) (offset int)

func (*GetPostPreviewsResp) GetPosts

func (x *GetPostPreviewsResp) GetPosts() []*Post

func (*GetPostPreviewsResp) GetToken

func (x *GetPostPreviewsResp) GetToken() string

func (*GetPostPreviewsResp) GetTotal

func (x *GetPostPreviewsResp) GetTotal() int64

func (*GetPostPreviewsResp) ProtoMessage

func (*GetPostPreviewsResp) ProtoMessage()

func (*GetPostPreviewsResp) ProtoReflect

func (x *GetPostPreviewsResp) ProtoReflect() protoreflect.Message

func (*GetPostPreviewsResp) Reset

func (x *GetPostPreviewsResp) Reset()

func (*GetPostPreviewsResp) Size

func (x *GetPostPreviewsResp) Size() (n int)

func (*GetPostPreviewsResp) String

func (x *GetPostPreviewsResp) String() string

type GetUserByRoleReq

type GetUserByRoleReq struct {
	RoleType    system.RoleType `protobuf:"varint,1,opt,name=roleType,proto3,enum=meowchat.system.RoleType" json:"roleType,omitempty"`
	CommunityId string          `protobuf:"bytes,2,opt,name=communityId,proto3" json:"communityId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserByRoleReq) Descriptor deprecated

func (*GetUserByRoleReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserByRoleReq.ProtoReflect.Descriptor instead.

func (*GetUserByRoleReq) FastRead

func (x *GetUserByRoleReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetUserByRoleReq) FastWrite

func (x *GetUserByRoleReq) FastWrite(buf []byte) (offset int)

func (*GetUserByRoleReq) GetCommunityId

func (x *GetUserByRoleReq) GetCommunityId() string

func (*GetUserByRoleReq) GetRoleType

func (x *GetUserByRoleReq) GetRoleType() system.RoleType

func (*GetUserByRoleReq) ProtoMessage

func (*GetUserByRoleReq) ProtoMessage()

func (*GetUserByRoleReq) ProtoReflect

func (x *GetUserByRoleReq) ProtoReflect() protoreflect.Message

func (*GetUserByRoleReq) Reset

func (x *GetUserByRoleReq) Reset()

func (*GetUserByRoleReq) Size

func (x *GetUserByRoleReq) Size() (n int)

func (*GetUserByRoleReq) String

func (x *GetUserByRoleReq) String() string

type GetUserByRoleResp

type GetUserByRoleResp struct {
	Users []*user.UserPreview `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserByRoleResp) Descriptor deprecated

func (*GetUserByRoleResp) Descriptor() ([]byte, []int)

Deprecated: Use GetUserByRoleResp.ProtoReflect.Descriptor instead.

func (*GetUserByRoleResp) FastRead

func (x *GetUserByRoleResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetUserByRoleResp) FastWrite

func (x *GetUserByRoleResp) FastWrite(buf []byte) (offset int)

func (*GetUserByRoleResp) GetUsers

func (x *GetUserByRoleResp) GetUsers() []*user.UserPreview

func (*GetUserByRoleResp) ProtoMessage

func (*GetUserByRoleResp) ProtoMessage()

func (*GetUserByRoleResp) ProtoReflect

func (x *GetUserByRoleResp) ProtoReflect() protoreflect.Message

func (*GetUserByRoleResp) Reset

func (x *GetUserByRoleResp) Reset()

func (*GetUserByRoleResp) Size

func (x *GetUserByRoleResp) Size() (n int)

func (*GetUserByRoleResp) String

func (x *GetUserByRoleResp) String() string

type GetUserFishReq

type GetUserFishReq struct {
	UserId *string `protobuf:"bytes,1,opt,name=userId,proto3,oneof" json:"userId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserFishReq) Descriptor deprecated

func (*GetUserFishReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserFishReq.ProtoReflect.Descriptor instead.

func (*GetUserFishReq) FastRead

func (x *GetUserFishReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetUserFishReq) FastWrite

func (x *GetUserFishReq) FastWrite(buf []byte) (offset int)

func (*GetUserFishReq) GetUserId

func (x *GetUserFishReq) GetUserId() string

func (*GetUserFishReq) ProtoMessage

func (*GetUserFishReq) ProtoMessage()

func (*GetUserFishReq) ProtoReflect

func (x *GetUserFishReq) ProtoReflect() protoreflect.Message

func (*GetUserFishReq) Reset

func (x *GetUserFishReq) Reset()

func (*GetUserFishReq) Size

func (x *GetUserFishReq) Size() (n int)

func (*GetUserFishReq) String

func (x *GetUserFishReq) String() string

type GetUserFishResp

type GetUserFishResp struct {
	Fish int64 `protobuf:"varint,1,opt,name=fish,proto3" json:"fish,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserFishResp) Descriptor deprecated

func (*GetUserFishResp) Descriptor() ([]byte, []int)

Deprecated: Use GetUserFishResp.ProtoReflect.Descriptor instead.

func (*GetUserFishResp) FastRead

func (x *GetUserFishResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetUserFishResp) FastWrite

func (x *GetUserFishResp) FastWrite(buf []byte) (offset int)

func (*GetUserFishResp) GetFish

func (x *GetUserFishResp) GetFish() int64

func (*GetUserFishResp) ProtoMessage

func (*GetUserFishResp) ProtoMessage()

func (*GetUserFishResp) ProtoReflect

func (x *GetUserFishResp) ProtoReflect() protoreflect.Message

func (*GetUserFishResp) Reset

func (x *GetUserFishResp) Reset()

func (*GetUserFishResp) Size

func (x *GetUserFishResp) Size() (n int)

func (*GetUserFishResp) String

func (x *GetUserFishResp) String() string

type GetUserInfoReq

type GetUserInfoReq struct {
	UserId *string `protobuf:"bytes,1,opt,name=userId,proto3,oneof" json:"userId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserInfoReq) Descriptor deprecated

func (*GetUserInfoReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserInfoReq.ProtoReflect.Descriptor instead.

func (*GetUserInfoReq) FastRead

func (x *GetUserInfoReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetUserInfoReq) FastWrite

func (x *GetUserInfoReq) FastWrite(buf []byte) (offset int)

func (*GetUserInfoReq) GetUserId

func (x *GetUserInfoReq) GetUserId() string

func (*GetUserInfoReq) ProtoMessage

func (*GetUserInfoReq) ProtoMessage()

func (*GetUserInfoReq) ProtoReflect

func (x *GetUserInfoReq) ProtoReflect() protoreflect.Message

func (*GetUserInfoReq) Reset

func (x *GetUserInfoReq) Reset()

func (*GetUserInfoReq) Size

func (x *GetUserInfoReq) Size() (n int)

func (*GetUserInfoReq) String

func (x *GetUserInfoReq) String() string

type GetUserInfoResp

type GetUserInfoResp struct {
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserInfoResp) Descriptor deprecated

func (*GetUserInfoResp) Descriptor() ([]byte, []int)

Deprecated: Use GetUserInfoResp.ProtoReflect.Descriptor instead.

func (*GetUserInfoResp) FastRead

func (x *GetUserInfoResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetUserInfoResp) FastWrite

func (x *GetUserInfoResp) FastWrite(buf []byte) (offset int)

func (*GetUserInfoResp) GetUser

func (x *GetUserInfoResp) GetUser() *User

func (*GetUserInfoResp) ProtoMessage

func (*GetUserInfoResp) ProtoMessage()

func (*GetUserInfoResp) ProtoReflect

func (x *GetUserInfoResp) ProtoReflect() protoreflect.Message

func (*GetUserInfoResp) Reset

func (x *GetUserInfoResp) Reset()

func (*GetUserInfoResp) Size

func (x *GetUserInfoResp) Size() (n int)

func (*GetUserInfoResp) String

func (x *GetUserInfoResp) String() string

type GetUserLikeContentsReq

type GetUserLikeContentsReq struct {
	UserId           string                   `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	TargetType       user.LikeType            `protobuf:"varint,2,opt,name=targetType,proto3,enum=meowchat.user.LikeType" json:"targetType,omitempty"`
	PaginationOption *basic.PaginationOptions `protobuf:"bytes,3,opt,name=paginationOption,proto3" json:"paginationOption,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserLikeContentsReq) Descriptor deprecated

func (*GetUserLikeContentsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserLikeContentsReq.ProtoReflect.Descriptor instead.

func (*GetUserLikeContentsReq) FastRead

func (x *GetUserLikeContentsReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetUserLikeContentsReq) FastWrite

func (x *GetUserLikeContentsReq) FastWrite(buf []byte) (offset int)

func (*GetUserLikeContentsReq) GetPaginationOption

func (x *GetUserLikeContentsReq) GetPaginationOption() *basic.PaginationOptions

func (*GetUserLikeContentsReq) GetTargetType

func (x *GetUserLikeContentsReq) GetTargetType() user.LikeType

func (*GetUserLikeContentsReq) GetUserId

func (x *GetUserLikeContentsReq) GetUserId() string

func (*GetUserLikeContentsReq) ProtoMessage

func (*GetUserLikeContentsReq) ProtoMessage()

func (*GetUserLikeContentsReq) ProtoReflect

func (x *GetUserLikeContentsReq) ProtoReflect() protoreflect.Message

func (*GetUserLikeContentsReq) Reset

func (x *GetUserLikeContentsReq) Reset()

func (*GetUserLikeContentsReq) Size

func (x *GetUserLikeContentsReq) Size() (n int)

func (*GetUserLikeContentsReq) String

func (x *GetUserLikeContentsReq) String() string

type GetUserLikeContentsResp

type GetUserLikeContentsResp struct {
	Moments  []*Moment  `protobuf:"bytes,1,rep,name=moments,proto3" json:"moments,omitempty"`
	Users    []*User    `protobuf:"bytes,2,rep,name=users,proto3" json:"users,omitempty"`
	Posts    []*Post    `protobuf:"bytes,3,rep,name=posts,proto3" json:"posts,omitempty"`
	Comments []*Comment `protobuf:"bytes,4,rep,name=comments,proto3" json:"comments,omitempty"`
	Total    int64      `protobuf:"varint,5,opt,name=total,proto3" json:"total,omitempty"`
	Token    string     `protobuf:"bytes,6,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserLikeContentsResp) Descriptor deprecated

func (*GetUserLikeContentsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetUserLikeContentsResp.ProtoReflect.Descriptor instead.

func (*GetUserLikeContentsResp) FastRead

func (x *GetUserLikeContentsResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetUserLikeContentsResp) FastWrite

func (x *GetUserLikeContentsResp) FastWrite(buf []byte) (offset int)

func (*GetUserLikeContentsResp) GetComments

func (x *GetUserLikeContentsResp) GetComments() []*Comment

func (*GetUserLikeContentsResp) GetMoments

func (x *GetUserLikeContentsResp) GetMoments() []*Moment

func (*GetUserLikeContentsResp) GetPosts

func (x *GetUserLikeContentsResp) GetPosts() []*Post

func (*GetUserLikeContentsResp) GetToken

func (x *GetUserLikeContentsResp) GetToken() string

func (*GetUserLikeContentsResp) GetTotal

func (x *GetUserLikeContentsResp) GetTotal() int64

func (*GetUserLikeContentsResp) GetUsers

func (x *GetUserLikeContentsResp) GetUsers() []*User

func (*GetUserLikeContentsResp) ProtoMessage

func (*GetUserLikeContentsResp) ProtoMessage()

func (*GetUserLikeContentsResp) ProtoReflect

func (x *GetUserLikeContentsResp) ProtoReflect() protoreflect.Message

func (*GetUserLikeContentsResp) Reset

func (x *GetUserLikeContentsResp) Reset()

func (*GetUserLikeContentsResp) Size

func (x *GetUserLikeContentsResp) Size() (n int)

func (*GetUserLikeContentsResp) String

func (x *GetUserLikeContentsResp) String() string

type GetUserLikedReq

type GetUserLikedReq struct {
	TargetId   string        `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId,omitempty"`
	TargetType user.LikeType `protobuf:"varint,2,opt,name=targetType,proto3,enum=meowchat.user.LikeType" json:"targetType,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserLikedReq) Descriptor deprecated

func (*GetUserLikedReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserLikedReq.ProtoReflect.Descriptor instead.

func (*GetUserLikedReq) FastRead

func (x *GetUserLikedReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetUserLikedReq) FastWrite

func (x *GetUserLikedReq) FastWrite(buf []byte) (offset int)

func (*GetUserLikedReq) GetTargetId

func (x *GetUserLikedReq) GetTargetId() string

func (*GetUserLikedReq) GetTargetType

func (x *GetUserLikedReq) GetTargetType() user.LikeType

func (*GetUserLikedReq) ProtoMessage

func (*GetUserLikedReq) ProtoMessage()

func (*GetUserLikedReq) ProtoReflect

func (x *GetUserLikedReq) ProtoReflect() protoreflect.Message

func (*GetUserLikedReq) Reset

func (x *GetUserLikedReq) Reset()

func (*GetUserLikedReq) Size

func (x *GetUserLikedReq) Size() (n int)

func (*GetUserLikedReq) String

func (x *GetUserLikedReq) String() string

type GetUserLikedResp

type GetUserLikedResp struct {
	Liked bool `protobuf:"varint,1,opt,name=liked,proto3" json:"liked,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserLikedResp) Descriptor deprecated

func (*GetUserLikedResp) Descriptor() ([]byte, []int)

Deprecated: Use GetUserLikedResp.ProtoReflect.Descriptor instead.

func (*GetUserLikedResp) FastRead

func (x *GetUserLikedResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetUserLikedResp) FastWrite

func (x *GetUserLikedResp) FastWrite(buf []byte) (offset int)

func (*GetUserLikedResp) GetLiked

func (x *GetUserLikedResp) GetLiked() bool

func (*GetUserLikedResp) ProtoMessage

func (*GetUserLikedResp) ProtoMessage()

func (*GetUserLikedResp) ProtoReflect

func (x *GetUserLikedResp) ProtoReflect() protoreflect.Message

func (*GetUserLikedResp) Reset

func (x *GetUserLikedResp) Reset()

func (*GetUserLikedResp) Size

func (x *GetUserLikedResp) Size() (n int)

func (*GetUserLikedResp) String

func (x *GetUserLikedResp) String() string

type GetUserLikesReq

type GetUserLikesReq struct {
	UserId           string                   `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	TargetType       user.LikeType            `protobuf:"varint,2,opt,name=targetType,proto3,enum=meowchat.user.LikeType" json:"targetType,omitempty"`
	PaginationOption *basic.PaginationOptions `protobuf:"bytes,3,opt,name=paginationOption,proto3" json:"paginationOption,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserLikesReq) Descriptor deprecated

func (*GetUserLikesReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserLikesReq.ProtoReflect.Descriptor instead.

func (*GetUserLikesReq) FastRead

func (x *GetUserLikesReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetUserLikesReq) FastWrite

func (x *GetUserLikesReq) FastWrite(buf []byte) (offset int)

func (*GetUserLikesReq) GetPaginationOption

func (x *GetUserLikesReq) GetPaginationOption() *basic.PaginationOptions

func (*GetUserLikesReq) GetTargetType

func (x *GetUserLikesReq) GetTargetType() user.LikeType

func (*GetUserLikesReq) GetUserId

func (x *GetUserLikesReq) GetUserId() string

func (*GetUserLikesReq) ProtoMessage

func (*GetUserLikesReq) ProtoMessage()

func (*GetUserLikesReq) ProtoReflect

func (x *GetUserLikesReq) ProtoReflect() protoreflect.Message

func (*GetUserLikesReq) Reset

func (x *GetUserLikesReq) Reset()

func (*GetUserLikesReq) Size

func (x *GetUserLikesReq) Size() (n int)

func (*GetUserLikesReq) String

func (x *GetUserLikesReq) String() string

type GetUserLikesResp

type GetUserLikesResp struct {
	Likes []*user.Like `protobuf:"bytes,1,rep,name=likes,proto3" json:"likes,omitempty"`
	Total int64        `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	Token string       `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserLikesResp) Descriptor deprecated

func (*GetUserLikesResp) Descriptor() ([]byte, []int)

Deprecated: Use GetUserLikesResp.ProtoReflect.Descriptor instead.

func (*GetUserLikesResp) FastRead

func (x *GetUserLikesResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetUserLikesResp) FastWrite

func (x *GetUserLikesResp) FastWrite(buf []byte) (offset int)

func (*GetUserLikesResp) GetLikes

func (x *GetUserLikesResp) GetLikes() []*user.Like

func (*GetUserLikesResp) GetToken

func (x *GetUserLikesResp) GetToken() string

func (*GetUserLikesResp) GetTotal

func (x *GetUserLikesResp) GetTotal() int64

func (*GetUserLikesResp) ProtoMessage

func (*GetUserLikesResp) ProtoMessage()

func (*GetUserLikesResp) ProtoReflect

func (x *GetUserLikesResp) ProtoReflect() protoreflect.Message

func (*GetUserLikesResp) Reset

func (x *GetUserLikesResp) Reset()

func (*GetUserLikesResp) Size

func (x *GetUserLikesResp) Size() (n int)

func (*GetUserLikesResp) String

func (x *GetUserLikesResp) String() string

type GetUserRolesReq

type GetUserRolesReq struct {
	// contains filtered or unexported fields
}

func (*GetUserRolesReq) Descriptor deprecated

func (*GetUserRolesReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserRolesReq.ProtoReflect.Descriptor instead.

func (*GetUserRolesReq) FastRead

func (x *GetUserRolesReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetUserRolesReq) FastWrite

func (x *GetUserRolesReq) FastWrite(buf []byte) (offset int)

func (*GetUserRolesReq) ProtoMessage

func (*GetUserRolesReq) ProtoMessage()

func (*GetUserRolesReq) ProtoReflect

func (x *GetUserRolesReq) ProtoReflect() protoreflect.Message

func (*GetUserRolesReq) Reset

func (x *GetUserRolesReq) Reset()

func (*GetUserRolesReq) Size

func (x *GetUserRolesReq) Size() (n int)

func (*GetUserRolesReq) String

func (x *GetUserRolesReq) String() string

type GetUserRolesResp

type GetUserRolesResp struct {
	Roles []*system.Role `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserRolesResp) Descriptor deprecated

func (*GetUserRolesResp) Descriptor() ([]byte, []int)

Deprecated: Use GetUserRolesResp.ProtoReflect.Descriptor instead.

func (*GetUserRolesResp) FastRead

func (x *GetUserRolesResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*GetUserRolesResp) FastWrite

func (x *GetUserRolesResp) FastWrite(buf []byte) (offset int)

func (*GetUserRolesResp) GetRoles

func (x *GetUserRolesResp) GetRoles() []*system.Role

func (*GetUserRolesResp) ProtoMessage

func (*GetUserRolesResp) ProtoMessage()

func (*GetUserRolesResp) ProtoReflect

func (x *GetUserRolesResp) ProtoReflect() protoreflect.Message

func (*GetUserRolesResp) Reset

func (x *GetUserRolesResp) Reset()

func (*GetUserRolesResp) Size

func (x *GetUserRolesResp) Size() (n int)

func (*GetUserRolesResp) String

func (x *GetUserRolesResp) String() string

type HandleApplyReq

type HandleApplyReq struct {
	ApplyId    string `protobuf:"bytes,1,opt,name=applyId,proto3" json:"applyId,omitempty"`
	IsRejected bool   `protobuf:"varint,2,opt,name=isRejected,proto3" json:"isRejected,omitempty"`
	// contains filtered or unexported fields
}

func (*HandleApplyReq) Descriptor deprecated

func (*HandleApplyReq) Descriptor() ([]byte, []int)

Deprecated: Use HandleApplyReq.ProtoReflect.Descriptor instead.

func (*HandleApplyReq) FastRead

func (x *HandleApplyReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*HandleApplyReq) FastWrite

func (x *HandleApplyReq) FastWrite(buf []byte) (offset int)

func (*HandleApplyReq) GetApplyId

func (x *HandleApplyReq) GetApplyId() string

func (*HandleApplyReq) GetIsRejected

func (x *HandleApplyReq) GetIsRejected() bool

func (*HandleApplyReq) ProtoMessage

func (*HandleApplyReq) ProtoMessage()

func (*HandleApplyReq) ProtoReflect

func (x *HandleApplyReq) ProtoReflect() protoreflect.Message

func (*HandleApplyReq) Reset

func (x *HandleApplyReq) Reset()

func (*HandleApplyReq) Size

func (x *HandleApplyReq) Size() (n int)

func (*HandleApplyReq) String

func (x *HandleApplyReq) String() string

type HandleApplyResp

type HandleApplyResp struct {
	// contains filtered or unexported fields
}

func (*HandleApplyResp) Descriptor deprecated

func (*HandleApplyResp) Descriptor() ([]byte, []int)

Deprecated: Use HandleApplyResp.ProtoReflect.Descriptor instead.

func (*HandleApplyResp) FastRead

func (x *HandleApplyResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*HandleApplyResp) FastWrite

func (x *HandleApplyResp) FastWrite(buf []byte) (offset int)

func (*HandleApplyResp) ProtoMessage

func (*HandleApplyResp) ProtoMessage()

func (*HandleApplyResp) ProtoReflect

func (x *HandleApplyResp) ProtoReflect() protoreflect.Message

func (*HandleApplyResp) Reset

func (x *HandleApplyResp) Reset()

func (*HandleApplyResp) Size

func (x *HandleApplyResp) Size() (n int)

func (*HandleApplyResp) String

func (x *HandleApplyResp) String() string

type Image

type Image struct {
	Id      string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Url     string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	CatId   string `protobuf:"bytes,3,opt,name=catId,proto3" json:"catId,omitempty"`
	Likes   *int64 `protobuf:"varint,4,opt,name=likes,proto3,oneof" json:"likes,omitempty"`
	IsLiked *bool  `protobuf:"varint,5,opt,name=isLiked,proto3,oneof" json:"isLiked,omitempty"`
	// contains filtered or unexported fields
}

func (*Image) Descriptor deprecated

func (*Image) Descriptor() ([]byte, []int)

Deprecated: Use Image.ProtoReflect.Descriptor instead.

func (*Image) FastRead

func (x *Image) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*Image) FastWrite

func (x *Image) FastWrite(buf []byte) (offset int)

func (*Image) GetCatId

func (x *Image) GetCatId() string

func (*Image) GetId

func (x *Image) GetId() string

func (*Image) GetIsLiked

func (x *Image) GetIsLiked() bool

func (*Image) GetLikes

func (x *Image) GetLikes() int64

func (*Image) GetUrl

func (x *Image) GetUrl() string

func (*Image) ProtoMessage

func (*Image) ProtoMessage()

func (*Image) ProtoReflect

func (x *Image) ProtoReflect() protoreflect.Message

func (*Image) Reset

func (x *Image) Reset()

func (*Image) Size

func (x *Image) Size() (n int)

func (*Image) String

func (x *Image) String() string

type Incentive

type Incentive interface {
	CheckIn(ctx context.Context, req *CheckInReq) (res *CheckInResp, err error)
	GetMission(ctx context.Context, req *GetMissionReq) (res *GetMissionResp, err error)
}

type Like

type Like interface {
	DoLike(ctx context.Context, req *DoLikeReq) (res *DoLikeResp, err error)
	GetUserLiked(ctx context.Context, req *GetUserLikedReq) (res *GetUserLikedResp, err error)
	GetLikedCount(ctx context.Context, req *GetLikedCountReq) (res *GetLikedCountResp, err error)
	GetLikedUsers(ctx context.Context, req *GetLikedUsersReq) (res *GetLikedUsersResp, err error)
	GetUserLikes(ctx context.Context, req *GetUserLikesReq) (res *GetUserLikesResp, err error)
	GetUserLikeContents(ctx context.Context, req *GetUserLikeContentsReq) (res *GetUserLikeContentsResp, err error)
}

type ListApplyReq

type ListApplyReq struct {
	CommunityId string `protobuf:"bytes,1,opt,name=communityId,proto3" json:"communityId,omitempty"`
	// contains filtered or unexported fields
}

func (*ListApplyReq) Descriptor deprecated

func (*ListApplyReq) Descriptor() ([]byte, []int)

Deprecated: Use ListApplyReq.ProtoReflect.Descriptor instead.

func (*ListApplyReq) FastRead

func (x *ListApplyReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListApplyReq) FastWrite

func (x *ListApplyReq) FastWrite(buf []byte) (offset int)

func (*ListApplyReq) GetCommunityId

func (x *ListApplyReq) GetCommunityId() string

func (*ListApplyReq) ProtoMessage

func (*ListApplyReq) ProtoMessage()

func (*ListApplyReq) ProtoReflect

func (x *ListApplyReq) ProtoReflect() protoreflect.Message

func (*ListApplyReq) Reset

func (x *ListApplyReq) Reset()

func (*ListApplyReq) Size

func (x *ListApplyReq) Size() (n int)

func (*ListApplyReq) String

func (x *ListApplyReq) String() string

type ListApplyResp

type ListApplyResp struct {
	ApplyInfo []*ApplyInfo `protobuf:"bytes,1,rep,name=applyInfo,proto3" json:"applyInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*ListApplyResp) Descriptor deprecated

func (*ListApplyResp) Descriptor() ([]byte, []int)

Deprecated: Use ListApplyResp.ProtoReflect.Descriptor instead.

func (*ListApplyResp) FastRead

func (x *ListApplyResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListApplyResp) FastWrite

func (x *ListApplyResp) FastWrite(buf []byte) (offset int)

func (*ListApplyResp) GetApplyInfo

func (x *ListApplyResp) GetApplyInfo() []*ApplyInfo

func (*ListApplyResp) ProtoMessage

func (*ListApplyResp) ProtoMessage()

func (*ListApplyResp) ProtoReflect

func (x *ListApplyResp) ProtoReflect() protoreflect.Message

func (*ListApplyResp) Reset

func (x *ListApplyResp) Reset()

func (*ListApplyResp) Size

func (x *ListApplyResp) Size() (n int)

func (*ListApplyResp) String

func (x *ListApplyResp) String() string

type ListCommunityReq

type ListCommunityReq struct {
	ParentId *string `protobuf:"bytes,1,opt,name=parentId,proto3,oneof" json:"parentId,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCommunityReq) Descriptor deprecated

func (*ListCommunityReq) Descriptor() ([]byte, []int)

Deprecated: Use ListCommunityReq.ProtoReflect.Descriptor instead.

func (*ListCommunityReq) FastRead

func (x *ListCommunityReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListCommunityReq) FastWrite

func (x *ListCommunityReq) FastWrite(buf []byte) (offset int)

func (*ListCommunityReq) GetParentId

func (x *ListCommunityReq) GetParentId() string

func (*ListCommunityReq) ProtoMessage

func (*ListCommunityReq) ProtoMessage()

func (*ListCommunityReq) ProtoReflect

func (x *ListCommunityReq) ProtoReflect() protoreflect.Message

func (*ListCommunityReq) Reset

func (x *ListCommunityReq) Reset()

func (*ListCommunityReq) Size

func (x *ListCommunityReq) Size() (n int)

func (*ListCommunityReq) String

func (x *ListCommunityReq) String() string

type ListCommunityResp

type ListCommunityResp struct {
	Communities []*Community `protobuf:"bytes,1,rep,name=communities,proto3" json:"communities,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCommunityResp) Descriptor deprecated

func (*ListCommunityResp) Descriptor() ([]byte, []int)

Deprecated: Use ListCommunityResp.ProtoReflect.Descriptor instead.

func (*ListCommunityResp) FastRead

func (x *ListCommunityResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListCommunityResp) FastWrite

func (x *ListCommunityResp) FastWrite(buf []byte) (offset int)

func (*ListCommunityResp) GetCommunities

func (x *ListCommunityResp) GetCommunities() []*Community

func (*ListCommunityResp) ProtoMessage

func (*ListCommunityResp) ProtoMessage()

func (*ListCommunityResp) ProtoReflect

func (x *ListCommunityResp) ProtoReflect() protoreflect.Message

func (*ListCommunityResp) Reset

func (x *ListCommunityResp) Reset()

func (*ListCommunityResp) Size

func (x *ListCommunityResp) Size() (n int)

func (*ListCommunityResp) String

func (x *ListCommunityResp) String() string

type ListDonateByUserReq

type ListDonateByUserReq struct {
	UserId           *string                  `protobuf:"bytes,1,opt,name=userId,proto3,oneof" json:"userId,omitempty"`
	PaginationOption *basic.PaginationOptions `protobuf:"bytes,2,opt,name=paginationOption,proto3" json:"paginationOption,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDonateByUserReq) Descriptor deprecated

func (*ListDonateByUserReq) Descriptor() ([]byte, []int)

Deprecated: Use ListDonateByUserReq.ProtoReflect.Descriptor instead.

func (*ListDonateByUserReq) FastRead

func (x *ListDonateByUserReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListDonateByUserReq) FastWrite

func (x *ListDonateByUserReq) FastWrite(buf []byte) (offset int)

func (*ListDonateByUserReq) GetPaginationOption

func (x *ListDonateByUserReq) GetPaginationOption() *basic.PaginationOptions

func (*ListDonateByUserReq) GetUserId

func (x *ListDonateByUserReq) GetUserId() string

func (*ListDonateByUserReq) ProtoMessage

func (*ListDonateByUserReq) ProtoMessage()

func (*ListDonateByUserReq) ProtoReflect

func (x *ListDonateByUserReq) ProtoReflect() protoreflect.Message

func (*ListDonateByUserReq) Reset

func (x *ListDonateByUserReq) Reset()

func (*ListDonateByUserReq) Size

func (x *ListDonateByUserReq) Size() (n int)

func (*ListDonateByUserReq) String

func (x *ListDonateByUserReq) String() string

type ListDonateByUserResp

type ListDonateByUserResp struct {
	Donations []*Donation `protobuf:"bytes,1,rep,name=donations,proto3" json:"donations,omitempty"`
	Total     int64       `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	Token     string      `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDonateByUserResp) Descriptor deprecated

func (*ListDonateByUserResp) Descriptor() ([]byte, []int)

Deprecated: Use ListDonateByUserResp.ProtoReflect.Descriptor instead.

func (*ListDonateByUserResp) FastRead

func (x *ListDonateByUserResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListDonateByUserResp) FastWrite

func (x *ListDonateByUserResp) FastWrite(buf []byte) (offset int)

func (*ListDonateByUserResp) GetDonations

func (x *ListDonateByUserResp) GetDonations() []*Donation

func (*ListDonateByUserResp) GetToken

func (x *ListDonateByUserResp) GetToken() string

func (*ListDonateByUserResp) GetTotal

func (x *ListDonateByUserResp) GetTotal() int64

func (*ListDonateByUserResp) ProtoMessage

func (*ListDonateByUserResp) ProtoMessage()

func (*ListDonateByUserResp) ProtoReflect

func (x *ListDonateByUserResp) ProtoReflect() protoreflect.Message

func (*ListDonateByUserResp) Reset

func (x *ListDonateByUserResp) Reset()

func (*ListDonateByUserResp) Size

func (x *ListDonateByUserResp) Size() (n int)

func (*ListDonateByUserResp) String

func (x *ListDonateByUserResp) String() string

type ListFishByPlanReq

type ListFishByPlanReq struct {
	PlanId           string                   `protobuf:"bytes,1,opt,name=planId,proto3" json:"planId,omitempty"`
	PaginationOption *basic.PaginationOptions `protobuf:"bytes,2,opt,name=paginationOption,proto3" json:"paginationOption,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFishByPlanReq) Descriptor deprecated

func (*ListFishByPlanReq) Descriptor() ([]byte, []int)

Deprecated: Use ListFishByPlanReq.ProtoReflect.Descriptor instead.

func (*ListFishByPlanReq) FastRead

func (x *ListFishByPlanReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListFishByPlanReq) FastWrite

func (x *ListFishByPlanReq) FastWrite(buf []byte) (offset int)

func (*ListFishByPlanReq) GetPaginationOption

func (x *ListFishByPlanReq) GetPaginationOption() *basic.PaginationOptions

func (*ListFishByPlanReq) GetPlanId

func (x *ListFishByPlanReq) GetPlanId() string

func (*ListFishByPlanReq) ProtoMessage

func (*ListFishByPlanReq) ProtoMessage()

func (*ListFishByPlanReq) ProtoReflect

func (x *ListFishByPlanReq) ProtoReflect() protoreflect.Message

func (*ListFishByPlanReq) Reset

func (x *ListFishByPlanReq) Reset()

func (*ListFishByPlanReq) Size

func (x *ListFishByPlanReq) Size() (n int)

func (*ListFishByPlanReq) String

func (x *ListFishByPlanReq) String() string

type ListFishByPlanResp

type ListFishByPlanResp struct {
	Users   []*user.UserPreview `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	FishMap map[string]int64    `` /* 156-byte string literal not displayed */
	Total   int64               `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFishByPlanResp) Descriptor deprecated

func (*ListFishByPlanResp) Descriptor() ([]byte, []int)

Deprecated: Use ListFishByPlanResp.ProtoReflect.Descriptor instead.

func (*ListFishByPlanResp) FastRead

func (x *ListFishByPlanResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListFishByPlanResp) FastWrite

func (x *ListFishByPlanResp) FastWrite(buf []byte) (offset int)

func (*ListFishByPlanResp) GetFishMap

func (x *ListFishByPlanResp) GetFishMap() map[string]int64

func (*ListFishByPlanResp) GetTotal

func (x *ListFishByPlanResp) GetTotal() int64

func (*ListFishByPlanResp) GetUsers

func (x *ListFishByPlanResp) GetUsers() []*user.UserPreview

func (*ListFishByPlanResp) ProtoMessage

func (*ListFishByPlanResp) ProtoMessage()

func (*ListFishByPlanResp) ProtoReflect

func (x *ListFishByPlanResp) ProtoReflect() protoreflect.Message

func (*ListFishByPlanResp) Reset

func (x *ListFishByPlanResp) Reset()

func (*ListFishByPlanResp) Size

func (x *ListFishByPlanResp) Size() (n int)

func (*ListFishByPlanResp) String

func (x *ListFishByPlanResp) String() string

type ListNotificationReq

type ListNotificationReq struct {
	Type             *system.NotificationType       `protobuf:"varint,1,opt,name=type,proto3,enum=meowchat.system.NotificationType,oneof" json:"type,omitempty"`
	TargetType       *system.NotificationTargetType `protobuf:"varint,2,opt,name=targetType,proto3,enum=meowchat.system.NotificationTargetType,oneof" json:"targetType,omitempty"`
	PaginationOption *basic.PaginationOptions       `protobuf:"bytes,3,opt,name=paginationOption,proto3,oneof" json:"paginationOption,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNotificationReq) Descriptor deprecated

func (*ListNotificationReq) Descriptor() ([]byte, []int)

Deprecated: Use ListNotificationReq.ProtoReflect.Descriptor instead.

func (*ListNotificationReq) FastRead

func (x *ListNotificationReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListNotificationReq) FastWrite

func (x *ListNotificationReq) FastWrite(buf []byte) (offset int)

func (*ListNotificationReq) GetPaginationOption

func (x *ListNotificationReq) GetPaginationOption() *basic.PaginationOptions

func (*ListNotificationReq) GetTargetType

func (*ListNotificationReq) GetType

func (*ListNotificationReq) ProtoMessage

func (*ListNotificationReq) ProtoMessage()

func (*ListNotificationReq) ProtoReflect

func (x *ListNotificationReq) ProtoReflect() protoreflect.Message

func (*ListNotificationReq) Reset

func (x *ListNotificationReq) Reset()

func (*ListNotificationReq) Size

func (x *ListNotificationReq) Size() (n int)

func (*ListNotificationReq) String

func (x *ListNotificationReq) String() string

type ListNotificationResp

type ListNotificationResp struct {
	Notifications []*Notification `protobuf:"bytes,1,rep,name=notifications,proto3" json:"notifications,omitempty"`
	NotRead       int64           `protobuf:"varint,2,opt,name=NotRead,proto3" json:"NotRead,omitempty"`
	Total         int64           `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"`
	Token         string          `protobuf:"bytes,4,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNotificationResp) Descriptor deprecated

func (*ListNotificationResp) Descriptor() ([]byte, []int)

Deprecated: Use ListNotificationResp.ProtoReflect.Descriptor instead.

func (*ListNotificationResp) FastRead

func (x *ListNotificationResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ListNotificationResp) FastWrite

func (x *ListNotificationResp) FastWrite(buf []byte) (offset int)

func (*ListNotificationResp) GetNotRead

func (x *ListNotificationResp) GetNotRead() int64

func (*ListNotificationResp) GetNotifications

func (x *ListNotificationResp) GetNotifications() []*Notification

func (*ListNotificationResp) GetToken

func (x *ListNotificationResp) GetToken() string

func (*ListNotificationResp) GetTotal

func (x *ListNotificationResp) GetTotal() int64

func (*ListNotificationResp) ProtoMessage

func (*ListNotificationResp) ProtoMessage()

func (*ListNotificationResp) ProtoReflect

func (x *ListNotificationResp) ProtoReflect() protoreflect.Message

func (*ListNotificationResp) Reset

func (x *ListNotificationResp) Reset()

func (*ListNotificationResp) Size

func (x *ListNotificationResp) Size() (n int)

func (*ListNotificationResp) String

func (x *ListNotificationResp) String() string

type Moment

type Moment struct {
	Id           string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreateAt     int64             `protobuf:"varint,2,opt,name=createAt,proto3" json:"createAt,omitempty"`
	Cats         []*CatPreview     `protobuf:"bytes,3,rep,name=cats,proto3" json:"cats,omitempty"`
	Photos       []string          `protobuf:"bytes,4,rep,name=photos,proto3" json:"photos,omitempty"` // 图片url
	Title        string            `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	Text         string            `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	CommunityId  string            `protobuf:"bytes,7,opt,name=communityId,proto3" json:"communityId,omitempty"`
	User         *user.UserPreview `protobuf:"bytes,8,opt,name=user,proto3" json:"user,omitempty"`
	LikeCount    *int64            `protobuf:"varint,9,opt,name=likeCount,proto3,oneof" json:"likeCount,omitempty"`
	CommentCount *int64            `protobuf:"varint,10,opt,name=commentCount,proto3,oneof" json:"commentCount,omitempty"`
	IsLiked      *bool             `protobuf:"varint,11,opt,name=isLiked,proto3,oneof" json:"isLiked,omitempty"`
	// contains filtered or unexported fields
}

func (*Moment) Descriptor deprecated

func (*Moment) Descriptor() ([]byte, []int)

Deprecated: Use Moment.ProtoReflect.Descriptor instead.

func (*Moment) FastRead

func (x *Moment) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*Moment) FastWrite

func (x *Moment) FastWrite(buf []byte) (offset int)

func (*Moment) GetCats

func (x *Moment) GetCats() []*CatPreview

func (*Moment) GetCommentCount

func (x *Moment) GetCommentCount() int64

func (*Moment) GetCommunityId

func (x *Moment) GetCommunityId() string

func (*Moment) GetCreateAt

func (x *Moment) GetCreateAt() int64

func (*Moment) GetId

func (x *Moment) GetId() string

func (*Moment) GetIsLiked

func (x *Moment) GetIsLiked() bool

func (*Moment) GetLikeCount

func (x *Moment) GetLikeCount() int64

func (*Moment) GetPhotos

func (x *Moment) GetPhotos() []string

func (*Moment) GetText

func (x *Moment) GetText() string

func (*Moment) GetTitle

func (x *Moment) GetTitle() string

func (*Moment) GetUser

func (x *Moment) GetUser() *user.UserPreview

func (*Moment) ProtoMessage

func (*Moment) ProtoMessage()

func (*Moment) ProtoReflect

func (x *Moment) ProtoReflect() protoreflect.Message

func (*Moment) Reset

func (x *Moment) Reset()

func (*Moment) Size

func (x *Moment) Size() (n int)

func (*Moment) String

func (x *Moment) String() string

type NewAdminReq

type NewAdminReq struct {
	Id          *string `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
	Title       string  `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	CommunityId string  `protobuf:"bytes,3,opt,name=communityId,proto3" json:"communityId,omitempty"`
	Name        string  `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Phone       string  `protobuf:"bytes,5,opt,name=phone,proto3" json:"phone,omitempty"`
	AvatarUrl   string  `protobuf:"bytes,6,opt,name=avatarUrl,proto3" json:"avatarUrl,omitempty"`
	Wechat      string  `protobuf:"bytes,7,opt,name=wechat,proto3" json:"wechat,omitempty"`
	// contains filtered or unexported fields
}

func (*NewAdminReq) Descriptor deprecated

func (*NewAdminReq) Descriptor() ([]byte, []int)

Deprecated: Use NewAdminReq.ProtoReflect.Descriptor instead.

func (*NewAdminReq) FastRead

func (x *NewAdminReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*NewAdminReq) FastWrite

func (x *NewAdminReq) FastWrite(buf []byte) (offset int)

func (*NewAdminReq) GetAvatarUrl

func (x *NewAdminReq) GetAvatarUrl() string

func (*NewAdminReq) GetCommunityId

func (x *NewAdminReq) GetCommunityId() string

func (*NewAdminReq) GetId

func (x *NewAdminReq) GetId() string

func (*NewAdminReq) GetName

func (x *NewAdminReq) GetName() string

func (*NewAdminReq) GetPhone

func (x *NewAdminReq) GetPhone() string

func (*NewAdminReq) GetTitle

func (x *NewAdminReq) GetTitle() string

func (*NewAdminReq) GetWechat

func (x *NewAdminReq) GetWechat() string

func (*NewAdminReq) ProtoMessage

func (*NewAdminReq) ProtoMessage()

func (*NewAdminReq) ProtoReflect

func (x *NewAdminReq) ProtoReflect() protoreflect.Message

func (*NewAdminReq) Reset

func (x *NewAdminReq) Reset()

func (*NewAdminReq) Size

func (x *NewAdminReq) Size() (n int)

func (*NewAdminReq) String

func (x *NewAdminReq) String() string

type NewAdminResp

type NewAdminResp struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*NewAdminResp) Descriptor deprecated

func (*NewAdminResp) Descriptor() ([]byte, []int)

Deprecated: Use NewAdminResp.ProtoReflect.Descriptor instead.

func (*NewAdminResp) FastRead

func (x *NewAdminResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*NewAdminResp) FastWrite

func (x *NewAdminResp) FastWrite(buf []byte) (offset int)

func (*NewAdminResp) GetId

func (x *NewAdminResp) GetId() string

func (*NewAdminResp) ProtoMessage

func (*NewAdminResp) ProtoMessage()

func (*NewAdminResp) ProtoReflect

func (x *NewAdminResp) ProtoReflect() protoreflect.Message

func (*NewAdminResp) Reset

func (x *NewAdminResp) Reset()

func (*NewAdminResp) Size

func (x *NewAdminResp) Size() (n int)

func (*NewAdminResp) String

func (x *NewAdminResp) String() string

type NewCatReq

type NewCatReq struct {
	Id           *string  `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
	Age          string   `protobuf:"bytes,2,opt,name=age,proto3" json:"age,omitempty"`
	CommunityId  string   `protobuf:"bytes,3,opt,name=communityId,proto3" json:"communityId,omitempty"`
	Color        string   `protobuf:"bytes,4,opt,name=color,proto3" json:"color,omitempty"`
	Details      string   `protobuf:"bytes,5,opt,name=details,proto3" json:"details,omitempty"`
	Name         string   `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Sex          string   `protobuf:"bytes,7,opt,name=sex,proto3" json:"sex,omitempty"`
	Area         string   `protobuf:"bytes,8,opt,name=area,proto3" json:"area,omitempty"`
	IsSnipped    bool     `protobuf:"varint,9,opt,name=isSnipped,proto3" json:"isSnipped,omitempty"`
	IsSterilized bool     `protobuf:"varint,10,opt,name=isSterilized,proto3" json:"isSterilized,omitempty"`
	Avatars      []string `protobuf:"bytes,11,rep,name=avatars,proto3" json:"avatars,omitempty"`
	// contains filtered or unexported fields
}

func (*NewCatReq) Descriptor deprecated

func (*NewCatReq) Descriptor() ([]byte, []int)

Deprecated: Use NewCatReq.ProtoReflect.Descriptor instead.

func (*NewCatReq) FastRead

func (x *NewCatReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*NewCatReq) FastWrite

func (x *NewCatReq) FastWrite(buf []byte) (offset int)

func (*NewCatReq) GetAge

func (x *NewCatReq) GetAge() string

func (*NewCatReq) GetArea

func (x *NewCatReq) GetArea() string

func (*NewCatReq) GetAvatars

func (x *NewCatReq) GetAvatars() []string

func (*NewCatReq) GetColor

func (x *NewCatReq) GetColor() string

func (*NewCatReq) GetCommunityId

func (x *NewCatReq) GetCommunityId() string

func (*NewCatReq) GetDetails

func (x *NewCatReq) GetDetails() string

func (*NewCatReq) GetId

func (x *NewCatReq) GetId() string

func (*NewCatReq) GetIsSnipped

func (x *NewCatReq) GetIsSnipped() bool

func (*NewCatReq) GetIsSterilized

func (x *NewCatReq) GetIsSterilized() bool

func (*NewCatReq) GetName

func (x *NewCatReq) GetName() string

func (*NewCatReq) GetSex

func (x *NewCatReq) GetSex() string

func (*NewCatReq) ProtoMessage

func (*NewCatReq) ProtoMessage()

func (*NewCatReq) ProtoReflect

func (x *NewCatReq) ProtoReflect() protoreflect.Message

func (*NewCatReq) Reset

func (x *NewCatReq) Reset()

func (*NewCatReq) Size

func (x *NewCatReq) Size() (n int)

func (*NewCatReq) String

func (x *NewCatReq) String() string

type NewCatResp

type NewCatResp struct {
	CatId string `protobuf:"bytes,1,opt,name=catId,proto3" json:"catId,omitempty"`
	// contains filtered or unexported fields
}

func (*NewCatResp) Descriptor deprecated

func (*NewCatResp) Descriptor() ([]byte, []int)

Deprecated: Use NewCatResp.ProtoReflect.Descriptor instead.

func (*NewCatResp) FastRead

func (x *NewCatResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*NewCatResp) FastWrite

func (x *NewCatResp) FastWrite(buf []byte) (offset int)

func (*NewCatResp) GetCatId

func (x *NewCatResp) GetCatId() string

func (*NewCatResp) ProtoMessage

func (*NewCatResp) ProtoMessage()

func (*NewCatResp) ProtoReflect

func (x *NewCatResp) ProtoReflect() protoreflect.Message

func (*NewCatResp) Reset

func (x *NewCatResp) Reset()

func (*NewCatResp) Size

func (x *NewCatResp) Size() (n int)

func (*NewCatResp) String

func (x *NewCatResp) String() string

type NewCommentReq

type NewCommentReq struct {
	Id            *string             `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
	FirstLevelId  *string             `protobuf:"bytes,2,opt,name=firstLevelId,proto3,oneof" json:"firstLevelId,omitempty"`
	Text          string              `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"`
	Type          comment.CommentType `protobuf:"varint,4,opt,name=type,proto3,enum=platform.comment.CommentType" json:"type,omitempty"`
	ReplyToUserId *string             `protobuf:"bytes,5,opt,name=replyToUserId,proto3,oneof" json:"replyToUserId,omitempty"`
	// contains filtered or unexported fields
}

func (*NewCommentReq) Descriptor deprecated

func (*NewCommentReq) Descriptor() ([]byte, []int)

Deprecated: Use NewCommentReq.ProtoReflect.Descriptor instead.

func (*NewCommentReq) FastRead

func (x *NewCommentReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*NewCommentReq) FastWrite

func (x *NewCommentReq) FastWrite(buf []byte) (offset int)

func (*NewCommentReq) GetFirstLevelId

func (x *NewCommentReq) GetFirstLevelId() string

func (*NewCommentReq) GetId

func (x *NewCommentReq) GetId() string

func (*NewCommentReq) GetReplyToUserId

func (x *NewCommentReq) GetReplyToUserId() string

func (*NewCommentReq) GetText

func (x *NewCommentReq) GetText() string

func (*NewCommentReq) GetType

func (x *NewCommentReq) GetType() comment.CommentType

func (*NewCommentReq) ProtoMessage

func (*NewCommentReq) ProtoMessage()

func (*NewCommentReq) ProtoReflect

func (x *NewCommentReq) ProtoReflect() protoreflect.Message

func (*NewCommentReq) Reset

func (x *NewCommentReq) Reset()

func (*NewCommentReq) Size

func (x *NewCommentReq) Size() (n int)

func (*NewCommentReq) String

func (x *NewCommentReq) String() string

type NewCommentResp

type NewCommentResp struct {
	GetFish      bool  `protobuf:"varint,1,opt,name=getFish,proto3" json:"getFish,omitempty"`
	GetFishTimes int64 `protobuf:"varint,2,opt,name=getFishTimes,proto3" json:"getFishTimes,omitempty"`
	GetFishNum   int64 `protobuf:"varint,3,opt,name=getFishNum,proto3" json:"getFishNum,omitempty"`
	// contains filtered or unexported fields
}

func (*NewCommentResp) Descriptor deprecated

func (*NewCommentResp) Descriptor() ([]byte, []int)

Deprecated: Use NewCommentResp.ProtoReflect.Descriptor instead.

func (*NewCommentResp) FastRead

func (x *NewCommentResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*NewCommentResp) FastWrite

func (x *NewCommentResp) FastWrite(buf []byte) (offset int)

func (*NewCommentResp) GetGetFish

func (x *NewCommentResp) GetGetFish() bool

func (*NewCommentResp) GetGetFishNum

func (x *NewCommentResp) GetGetFishNum() int64

func (*NewCommentResp) GetGetFishTimes

func (x *NewCommentResp) GetGetFishTimes() int64

func (*NewCommentResp) ProtoMessage

func (*NewCommentResp) ProtoMessage()

func (*NewCommentResp) ProtoReflect

func (x *NewCommentResp) ProtoReflect() protoreflect.Message

func (*NewCommentResp) Reset

func (x *NewCommentResp) Reset()

func (*NewCommentResp) Size

func (x *NewCommentResp) Size() (n int)

func (*NewCommentResp) String

func (x *NewCommentResp) String() string

type NewCommunityReq

type NewCommunityReq struct {
	Id       *string `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
	Name     string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ParentId *string `protobuf:"bytes,3,opt,name=parentId,proto3,oneof" json:"parentId,omitempty"`
	// contains filtered or unexported fields
}

func (*NewCommunityReq) Descriptor deprecated

func (*NewCommunityReq) Descriptor() ([]byte, []int)

Deprecated: Use NewCommunityReq.ProtoReflect.Descriptor instead.

func (*NewCommunityReq) FastRead

func (x *NewCommunityReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*NewCommunityReq) FastWrite

func (x *NewCommunityReq) FastWrite(buf []byte) (offset int)

func (*NewCommunityReq) GetId

func (x *NewCommunityReq) GetId() string

func (*NewCommunityReq) GetName

func (x *NewCommunityReq) GetName() string

func (*NewCommunityReq) GetParentId

func (x *NewCommunityReq) GetParentId() string

func (*NewCommunityReq) ProtoMessage

func (*NewCommunityReq) ProtoMessage()

func (*NewCommunityReq) ProtoReflect

func (x *NewCommunityReq) ProtoReflect() protoreflect.Message

func (*NewCommunityReq) Reset

func (x *NewCommunityReq) Reset()

func (*NewCommunityReq) Size

func (x *NewCommunityReq) Size() (n int)

func (*NewCommunityReq) String

func (x *NewCommunityReq) String() string

type NewCommunityResp

type NewCommunityResp struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*NewCommunityResp) Descriptor deprecated

func (*NewCommunityResp) Descriptor() ([]byte, []int)

Deprecated: Use NewCommunityResp.ProtoReflect.Descriptor instead.

func (*NewCommunityResp) FastRead

func (x *NewCommunityResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*NewCommunityResp) FastWrite

func (x *NewCommunityResp) FastWrite(buf []byte) (offset int)

func (*NewCommunityResp) GetId

func (x *NewCommunityResp) GetId() string

func (*NewCommunityResp) ProtoMessage

func (*NewCommunityResp) ProtoMessage()

func (*NewCommunityResp) ProtoReflect

func (x *NewCommunityResp) ProtoReflect() protoreflect.Message

func (*NewCommunityResp) Reset

func (x *NewCommunityResp) Reset()

func (*NewCommunityResp) Size

func (x *NewCommunityResp) Size() (n int)

func (*NewCommunityResp) String

func (x *NewCommunityResp) String() string

type NewMomentReq

type NewMomentReq struct {
	Id          *string  `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
	Title       *string  `protobuf:"bytes,2,opt,name=title,proto3,oneof" json:"title,omitempty"`
	CatId       *string  `protobuf:"bytes,3,opt,name=catId,proto3,oneof" json:"catId,omitempty"`
	Text        *string  `protobuf:"bytes,4,opt,name=text,proto3,oneof" json:"text,omitempty"`
	Photos      []string `protobuf:"bytes,5,rep,name=photos,proto3" json:"photos,omitempty"`
	CommunityId *string  `protobuf:"bytes,6,opt,name=communityId,proto3,oneof" json:"communityId,omitempty"`
	// contains filtered or unexported fields
}

func (*NewMomentReq) Descriptor deprecated

func (*NewMomentReq) Descriptor() ([]byte, []int)

Deprecated: Use NewMomentReq.ProtoReflect.Descriptor instead.

func (*NewMomentReq) FastRead

func (x *NewMomentReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*NewMomentReq) FastWrite

func (x *NewMomentReq) FastWrite(buf []byte) (offset int)

func (*NewMomentReq) GetCatId

func (x *NewMomentReq) GetCatId() string

func (*NewMomentReq) GetCommunityId

func (x *NewMomentReq) GetCommunityId() string

func (*NewMomentReq) GetId

func (x *NewMomentReq) GetId() string

func (*NewMomentReq) GetPhotos

func (x *NewMomentReq) GetPhotos() []string

func (*NewMomentReq) GetText

func (x *NewMomentReq) GetText() string

func (*NewMomentReq) GetTitle

func (x *NewMomentReq) GetTitle() string

func (*NewMomentReq) ProtoMessage

func (*NewMomentReq) ProtoMessage()

func (*NewMomentReq) ProtoReflect

func (x *NewMomentReq) ProtoReflect() protoreflect.Message

func (*NewMomentReq) Reset

func (x *NewMomentReq) Reset()

func (*NewMomentReq) Size

func (x *NewMomentReq) Size() (n int)

func (*NewMomentReq) String

func (x *NewMomentReq) String() string

type NewMomentResp

type NewMomentResp struct {
	MomentId     string `protobuf:"bytes,1,opt,name=momentId,proto3" json:"momentId,omitempty"`
	GetFish      bool   `protobuf:"varint,2,opt,name=getFish,proto3" json:"getFish,omitempty"`
	GetFishTimes int64  `protobuf:"varint,3,opt,name=getFishTimes,proto3" json:"getFishTimes,omitempty"`
	GetFishNum   int64  `protobuf:"varint,4,opt,name=getFishNum,proto3" json:"getFishNum,omitempty"`
	// contains filtered or unexported fields
}

func (*NewMomentResp) Descriptor deprecated

func (*NewMomentResp) Descriptor() ([]byte, []int)

Deprecated: Use NewMomentResp.ProtoReflect.Descriptor instead.

func (*NewMomentResp) FastRead

func (x *NewMomentResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*NewMomentResp) FastWrite

func (x *NewMomentResp) FastWrite(buf []byte) (offset int)

func (*NewMomentResp) GetGetFish

func (x *NewMomentResp) GetGetFish() bool

func (*NewMomentResp) GetGetFishNum

func (x *NewMomentResp) GetGetFishNum() int64

func (*NewMomentResp) GetGetFishTimes

func (x *NewMomentResp) GetGetFishTimes() int64

func (*NewMomentResp) GetMomentId

func (x *NewMomentResp) GetMomentId() string

func (*NewMomentResp) ProtoMessage

func (*NewMomentResp) ProtoMessage()

func (*NewMomentResp) ProtoReflect

func (x *NewMomentResp) ProtoReflect() protoreflect.Message

func (*NewMomentResp) Reset

func (x *NewMomentResp) Reset()

func (*NewMomentResp) Size

func (x *NewMomentResp) Size() (n int)

func (*NewMomentResp) String

func (x *NewMomentResp) String() string

type NewNewsReq

type NewNewsReq struct {
	Id          *string `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
	CommunityId string  `protobuf:"bytes,2,opt,name=communityId,proto3" json:"communityId,omitempty"`
	ImageUrl    string  `protobuf:"bytes,3,opt,name=imageUrl,proto3" json:"imageUrl,omitempty"`
	LinkUrl     string  `protobuf:"bytes,4,opt,name=linkUrl,proto3" json:"linkUrl,omitempty"`
	Type        string  `protobuf:"bytes,5,opt,name=Type,proto3" json:"Type,omitempty"`
	IsPublic    int64   `protobuf:"varint,6,opt,name=isPublic,proto3" json:"isPublic,omitempty"`
	// contains filtered or unexported fields
}

func (*NewNewsReq) Descriptor deprecated

func (*NewNewsReq) Descriptor() ([]byte, []int)

Deprecated: Use NewNewsReq.ProtoReflect.Descriptor instead.

func (*NewNewsReq) FastRead

func (x *NewNewsReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*NewNewsReq) FastWrite

func (x *NewNewsReq) FastWrite(buf []byte) (offset int)

func (*NewNewsReq) GetCommunityId

func (x *NewNewsReq) GetCommunityId() string

func (*NewNewsReq) GetId

func (x *NewNewsReq) GetId() string

func (*NewNewsReq) GetImageUrl

func (x *NewNewsReq) GetImageUrl() string

func (*NewNewsReq) GetIsPublic

func (x *NewNewsReq) GetIsPublic() int64

func (*NewNewsReq) GetLinkUrl

func (x *NewNewsReq) GetLinkUrl() string

func (*NewNewsReq) GetType

func (x *NewNewsReq) GetType() string

func (*NewNewsReq) ProtoMessage

func (*NewNewsReq) ProtoMessage()

func (*NewNewsReq) ProtoReflect

func (x *NewNewsReq) ProtoReflect() protoreflect.Message

func (*NewNewsReq) Reset

func (x *NewNewsReq) Reset()

func (*NewNewsReq) Size

func (x *NewNewsReq) Size() (n int)

func (*NewNewsReq) String

func (x *NewNewsReq) String() string

type NewNewsResp

type NewNewsResp struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*NewNewsResp) Descriptor deprecated

func (*NewNewsResp) Descriptor() ([]byte, []int)

Deprecated: Use NewNewsResp.ProtoReflect.Descriptor instead.

func (*NewNewsResp) FastRead

func (x *NewNewsResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*NewNewsResp) FastWrite

func (x *NewNewsResp) FastWrite(buf []byte) (offset int)

func (*NewNewsResp) GetId

func (x *NewNewsResp) GetId() string

func (*NewNewsResp) ProtoMessage

func (*NewNewsResp) ProtoMessage()

func (*NewNewsResp) ProtoReflect

func (x *NewNewsResp) ProtoReflect() protoreflect.Message

func (*NewNewsResp) Reset

func (x *NewNewsResp) Reset()

func (*NewNewsResp) Size

func (x *NewNewsResp) Size() (n int)

func (*NewNewsResp) String

func (x *NewNewsResp) String() string

type NewNoticeReq

type NewNoticeReq struct {
	Id          *string `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
	CommunityId string  `protobuf:"bytes,2,opt,name=communityId,proto3" json:"communityId,omitempty"`
	Text        string  `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*NewNoticeReq) Descriptor deprecated

func (*NewNoticeReq) Descriptor() ([]byte, []int)

Deprecated: Use NewNoticeReq.ProtoReflect.Descriptor instead.

func (*NewNoticeReq) FastRead

func (x *NewNoticeReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*NewNoticeReq) FastWrite

func (x *NewNoticeReq) FastWrite(buf []byte) (offset int)

func (*NewNoticeReq) GetCommunityId

func (x *NewNoticeReq) GetCommunityId() string

func (*NewNoticeReq) GetId

func (x *NewNoticeReq) GetId() string

func (*NewNoticeReq) GetText

func (x *NewNoticeReq) GetText() string

func (*NewNoticeReq) ProtoMessage

func (*NewNoticeReq) ProtoMessage()

func (*NewNoticeReq) ProtoReflect

func (x *NewNoticeReq) ProtoReflect() protoreflect.Message

func (*NewNoticeReq) Reset

func (x *NewNoticeReq) Reset()

func (*NewNoticeReq) Size

func (x *NewNoticeReq) Size() (n int)

func (*NewNoticeReq) String

func (x *NewNoticeReq) String() string

type NewNoticeResp

type NewNoticeResp struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*NewNoticeResp) Descriptor deprecated

func (*NewNoticeResp) Descriptor() ([]byte, []int)

Deprecated: Use NewNoticeResp.ProtoReflect.Descriptor instead.

func (*NewNoticeResp) FastRead

func (x *NewNoticeResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*NewNoticeResp) FastWrite

func (x *NewNoticeResp) FastWrite(buf []byte) (offset int)

func (*NewNoticeResp) GetId

func (x *NewNoticeResp) GetId() string

func (*NewNoticeResp) ProtoMessage

func (*NewNoticeResp) ProtoMessage()

func (*NewNoticeResp) ProtoReflect

func (x *NewNoticeResp) ProtoReflect() protoreflect.Message

func (*NewNoticeResp) Reset

func (x *NewNoticeResp) Reset()

func (*NewNoticeResp) Size

func (x *NewNoticeResp) Size() (n int)

func (*NewNoticeResp) String

func (x *NewNoticeResp) String() string

type NewPlanReq

type NewPlanReq struct {
	Id          *string            `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
	Name        *string            `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"`
	Description *string            `protobuf:"bytes,3,opt,name=description,proto3,oneof" json:"description,omitempty"`
	CoverUrl    *string            `protobuf:"bytes,4,opt,name=coverUrl,proto3,oneof" json:"coverUrl,omitempty"`
	PlanType    *content.PlanType  `protobuf:"varint,5,opt,name=planType,proto3,enum=meowchat.content.PlanType,oneof" json:"planType,omitempty"`
	Instruction *string            `protobuf:"bytes,6,opt,name=instruction,proto3,oneof" json:"instruction,omitempty"`
	StartTime   *int64             `protobuf:"varint,7,opt,name=startTime,proto3,oneof" json:"startTime,omitempty"`
	EndTime     *int64             `protobuf:"varint,8,opt,name=endTime,proto3,oneof" json:"endTime,omitempty"`
	CatId       *string            `protobuf:"bytes,9,opt,name=catId,proto3,oneof" json:"catId,omitempty"`
	CommunityId *string            `protobuf:"bytes,10,opt,name=communityId,proto3,oneof" json:"communityId,omitempty"`
	MaxFish     *int64             `protobuf:"varint,11,opt,name=maxFish,proto3,oneof" json:"maxFish,omitempty"`
	ImageUrls   []string           `protobuf:"bytes,12,rep,name=imageUrls,proto3" json:"imageUrls,omitempty"`
	Summary     *string            `protobuf:"bytes,13,opt,name=summary,proto3,oneof" json:"summary,omitempty"`
	PlanState   *content.PlanState `protobuf:"varint,14,opt,name=planState,proto3,enum=meowchat.content.PlanState,oneof" json:"planState,omitempty"`
	// contains filtered or unexported fields
}

func (*NewPlanReq) Descriptor deprecated

func (*NewPlanReq) Descriptor() ([]byte, []int)

Deprecated: Use NewPlanReq.ProtoReflect.Descriptor instead.

func (*NewPlanReq) FastRead

func (x *NewPlanReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*NewPlanReq) FastWrite

func (x *NewPlanReq) FastWrite(buf []byte) (offset int)

func (*NewPlanReq) GetCatId

func (x *NewPlanReq) GetCatId() string

func (*NewPlanReq) GetCommunityId

func (x *NewPlanReq) GetCommunityId() string

func (*NewPlanReq) GetCoverUrl

func (x *NewPlanReq) GetCoverUrl() string

func (*NewPlanReq) GetDescription

func (x *NewPlanReq) GetDescription() string

func (*NewPlanReq) GetEndTime

func (x *NewPlanReq) GetEndTime() int64

func (*NewPlanReq) GetId

func (x *NewPlanReq) GetId() string

func (*NewPlanReq) GetImageUrls

func (x *NewPlanReq) GetImageUrls() []string

func (*NewPlanReq) GetInstruction

func (x *NewPlanReq) GetInstruction() string

func (*NewPlanReq) GetMaxFish

func (x *NewPlanReq) GetMaxFish() int64

func (*NewPlanReq) GetName

func (x *NewPlanReq) GetName() string

func (*NewPlanReq) GetPlanState

func (x *NewPlanReq) GetPlanState() content.PlanState

func (*NewPlanReq) GetPlanType

func (x *NewPlanReq) GetPlanType() content.PlanType

func (*NewPlanReq) GetStartTime

func (x *NewPlanReq) GetStartTime() int64

func (*NewPlanReq) GetSummary

func (x *NewPlanReq) GetSummary() string

func (*NewPlanReq) ProtoMessage

func (*NewPlanReq) ProtoMessage()

func (*NewPlanReq) ProtoReflect

func (x *NewPlanReq) ProtoReflect() protoreflect.Message

func (*NewPlanReq) Reset

func (x *NewPlanReq) Reset()

func (*NewPlanReq) Size

func (x *NewPlanReq) Size() (n int)

func (*NewPlanReq) String

func (x *NewPlanReq) String() string

type NewPlanResp

type NewPlanResp struct {
	PlanId string `protobuf:"bytes,1,opt,name=planId,proto3" json:"planId,omitempty"`
	// contains filtered or unexported fields
}

func (*NewPlanResp) Descriptor deprecated

func (*NewPlanResp) Descriptor() ([]byte, []int)

Deprecated: Use NewPlanResp.ProtoReflect.Descriptor instead.

func (*NewPlanResp) FastRead

func (x *NewPlanResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*NewPlanResp) FastWrite

func (x *NewPlanResp) FastWrite(buf []byte) (offset int)

func (*NewPlanResp) GetPlanId

func (x *NewPlanResp) GetPlanId() string

func (*NewPlanResp) ProtoMessage

func (*NewPlanResp) ProtoMessage()

func (*NewPlanResp) ProtoReflect

func (x *NewPlanResp) ProtoReflect() protoreflect.Message

func (*NewPlanResp) Reset

func (x *NewPlanResp) Reset()

func (*NewPlanResp) Size

func (x *NewPlanResp) Size() (n int)

func (*NewPlanResp) String

func (x *NewPlanResp) String() string

type NewPostReq

type NewPostReq struct {
	Id       *string  `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
	Title    string   `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Text     string   `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"`
	CoverUrl *string  `protobuf:"bytes,4,opt,name=coverUrl,proto3,oneof" json:"coverUrl,omitempty"`
	Tags     []string `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*NewPostReq) Descriptor deprecated

func (*NewPostReq) Descriptor() ([]byte, []int)

Deprecated: Use NewPostReq.ProtoReflect.Descriptor instead.

func (*NewPostReq) FastRead

func (x *NewPostReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*NewPostReq) FastWrite

func (x *NewPostReq) FastWrite(buf []byte) (offset int)

func (*NewPostReq) GetCoverUrl

func (x *NewPostReq) GetCoverUrl() string

func (*NewPostReq) GetId

func (x *NewPostReq) GetId() string

func (*NewPostReq) GetTags

func (x *NewPostReq) GetTags() []string

func (*NewPostReq) GetText

func (x *NewPostReq) GetText() string

func (*NewPostReq) GetTitle

func (x *NewPostReq) GetTitle() string

func (*NewPostReq) ProtoMessage

func (*NewPostReq) ProtoMessage()

func (*NewPostReq) ProtoReflect

func (x *NewPostReq) ProtoReflect() protoreflect.Message

func (*NewPostReq) Reset

func (x *NewPostReq) Reset()

func (*NewPostReq) Size

func (x *NewPostReq) Size() (n int)

func (*NewPostReq) String

func (x *NewPostReq) String() string

type NewPostResp

type NewPostResp struct {
	PostId       string `protobuf:"bytes,1,opt,name=postId,proto3" json:"postId,omitempty"`
	GetFish      bool   `protobuf:"varint,2,opt,name=getFish,proto3" json:"getFish,omitempty"`
	GetFishTimes int64  `protobuf:"varint,3,opt,name=getFishTimes,proto3" json:"getFishTimes,omitempty"`
	GetFishNum   int64  `protobuf:"varint,4,opt,name=getFishNum,proto3" json:"getFishNum,omitempty"`
	// contains filtered or unexported fields
}

func (*NewPostResp) Descriptor deprecated

func (*NewPostResp) Descriptor() ([]byte, []int)

Deprecated: Use NewPostResp.ProtoReflect.Descriptor instead.

func (*NewPostResp) FastRead

func (x *NewPostResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*NewPostResp) FastWrite

func (x *NewPostResp) FastWrite(buf []byte) (offset int)

func (*NewPostResp) GetGetFish

func (x *NewPostResp) GetGetFish() bool

func (*NewPostResp) GetGetFishNum

func (x *NewPostResp) GetGetFishNum() int64

func (*NewPostResp) GetGetFishTimes

func (x *NewPostResp) GetGetFishTimes() int64

func (*NewPostResp) GetPostId

func (x *NewPostResp) GetPostId() string

func (*NewPostResp) ProtoMessage

func (*NewPostResp) ProtoMessage()

func (*NewPostResp) ProtoReflect

func (x *NewPostResp) ProtoReflect() protoreflect.Message

func (*NewPostResp) Reset

func (x *NewPostResp) Reset()

func (*NewPostResp) Size

func (x *NewPostResp) Size() (n int)

func (*NewPostResp) String

func (x *NewPostResp) String() string

type News

type News struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreateAt    int64  `protobuf:"varint,2,opt,name=createAt,proto3" json:"createAt,omitempty"`
	CommunityId string `protobuf:"bytes,3,opt,name=communityId,proto3" json:"communityId,omitempty"`
	ImageUrl    string `protobuf:"bytes,4,opt,name=imageUrl,proto3" json:"imageUrl,omitempty"`
	LinkUrl     string `protobuf:"bytes,5,opt,name=linkUrl,proto3" json:"linkUrl,omitempty"`
	Type        string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"`
	IsPublic    int64  `protobuf:"varint,7,opt,name=isPublic,proto3" json:"isPublic,omitempty"`
	// contains filtered or unexported fields
}

func (*News) Descriptor deprecated

func (*News) Descriptor() ([]byte, []int)

Deprecated: Use News.ProtoReflect.Descriptor instead.

func (*News) FastRead

func (x *News) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*News) FastWrite

func (x *News) FastWrite(buf []byte) (offset int)

func (*News) GetCommunityId

func (x *News) GetCommunityId() string

func (*News) GetCreateAt

func (x *News) GetCreateAt() int64

func (*News) GetId

func (x *News) GetId() string

func (*News) GetImageUrl

func (x *News) GetImageUrl() string

func (*News) GetIsPublic

func (x *News) GetIsPublic() int64

func (*News) GetLinkUrl

func (x *News) GetLinkUrl() string

func (*News) GetType

func (x *News) GetType() string

func (*News) ProtoMessage

func (*News) ProtoMessage()

func (*News) ProtoReflect

func (x *News) ProtoReflect() protoreflect.Message

func (*News) Reset

func (x *News) Reset()

func (*News) Size

func (x *News) Size() (n int)

func (*News) String

func (x *News) String() string

type Notice

type Notice struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Text     string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	CreateAt int64  `protobuf:"varint,3,opt,name=createAt,proto3" json:"createAt,omitempty"`
	// contains filtered or unexported fields
}

func (*Notice) Descriptor deprecated

func (*Notice) Descriptor() ([]byte, []int)

Deprecated: Use Notice.ProtoReflect.Descriptor instead.

func (*Notice) FastRead

func (x *Notice) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*Notice) FastWrite

func (x *Notice) FastWrite(buf []byte) (offset int)

func (*Notice) GetCreateAt

func (x *Notice) GetCreateAt() int64

func (*Notice) GetId

func (x *Notice) GetId() string

func (*Notice) GetText

func (x *Notice) GetText() string

func (*Notice) ProtoMessage

func (*Notice) ProtoMessage()

func (*Notice) ProtoReflect

func (x *Notice) ProtoReflect() protoreflect.Message

func (*Notice) Reset

func (x *Notice) Reset()

func (*Notice) Size

func (x *Notice) Size() (n int)

func (*Notice) String

func (x *Notice) String() string

type Notification

type Notification struct {
	NotificationId  string                        `protobuf:"bytes,1,opt,name=notificationId,proto3" json:"notificationId,omitempty"`
	User            *user.UserPreview             `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	SourceContentId string                        `protobuf:"bytes,3,opt,name=SourceContentId,proto3" json:"SourceContentId,omitempty"`
	TargetType      system.NotificationTargetType `protobuf:"varint,4,opt,name=targetType,proto3,enum=meowchat.system.NotificationTargetType" json:"targetType,omitempty"`
	Type            system.NotificationType       `protobuf:"varint,5,opt,name=type,proto3,enum=meowchat.system.NotificationType" json:"type,omitempty"`
	Text            string                        `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	CreateAt        int64                         `protobuf:"varint,7,opt,name=createAt,proto3" json:"createAt,omitempty"`
	IsRead          bool                          `protobuf:"varint,8,opt,name=isRead,proto3" json:"isRead,omitempty"`
	// contains filtered or unexported fields
}

func (*Notification) Descriptor deprecated

func (*Notification) Descriptor() ([]byte, []int)

Deprecated: Use Notification.ProtoReflect.Descriptor instead.

func (*Notification) FastRead

func (x *Notification) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*Notification) FastWrite

func (x *Notification) FastWrite(buf []byte) (offset int)

func (*Notification) GetCreateAt

func (x *Notification) GetCreateAt() int64

func (*Notification) GetIsRead

func (x *Notification) GetIsRead() bool

func (*Notification) GetNotificationId

func (x *Notification) GetNotificationId() string

func (*Notification) GetSourceContentId

func (x *Notification) GetSourceContentId() string

func (*Notification) GetTargetType

func (x *Notification) GetTargetType() system.NotificationTargetType

func (*Notification) GetText

func (x *Notification) GetText() string

func (*Notification) GetType

func (x *Notification) GetType() system.NotificationType

func (*Notification) GetUser

func (x *Notification) GetUser() *user.UserPreview

func (*Notification) ProtoMessage

func (*Notification) ProtoMessage()

func (*Notification) ProtoReflect

func (x *Notification) ProtoReflect() protoreflect.Message

func (*Notification) Reset

func (x *Notification) Reset()

func (*Notification) Size

func (x *Notification) Size() (n int)

func (*Notification) String

func (x *Notification) String() string

type Plan

type Plan struct {
	Id          string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        string            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	CoverUrl    string            `protobuf:"bytes,3,opt,name=coverUrl,proto3" json:"coverUrl,omitempty"`
	Description string            `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	PlanType    content.PlanType  `protobuf:"varint,5,opt,name=planType,proto3,enum=meowchat.content.PlanType" json:"planType,omitempty"`
	Instruction string            `protobuf:"bytes,6,opt,name=instruction,proto3" json:"instruction,omitempty"`
	StartTime   int64             `protobuf:"varint,7,opt,name=startTime,proto3" json:"startTime,omitempty"`
	EndTime     int64             `protobuf:"varint,8,opt,name=endTime,proto3" json:"endTime,omitempty"`
	Cat         *content.Cat      `protobuf:"bytes,9,opt,name=cat,proto3" json:"cat,omitempty"`
	CommunityId string            `protobuf:"bytes,10,opt,name=communityId,proto3" json:"communityId,omitempty"`
	User        *user.UserPreview `protobuf:"bytes,11,opt,name=user,proto3" json:"user,omitempty"`
	ImageUrls   []string          `protobuf:"bytes,12,rep,name=imageUrls,proto3" json:"imageUrls,omitempty"`
	CreateAt    int64             `protobuf:"varint,13,opt,name=createAt,proto3" json:"createAt,omitempty"`
	MaxFish     int64             `protobuf:"varint,14,opt,name=maxFish,proto3" json:"maxFish,omitempty"`
	NowFish     int64             `protobuf:"varint,15,opt,name=nowFish,proto3" json:"nowFish,omitempty"`
	Summary     string            `protobuf:"bytes,16,opt,name=summary,proto3" json:"summary,omitempty"`
	PlanState   content.PlanState `protobuf:"varint,17,opt,name=planState,proto3,enum=meowchat.content.PlanState" json:"planState,omitempty"`
	// contains filtered or unexported fields
}

func (*Plan) Descriptor deprecated

func (*Plan) Descriptor() ([]byte, []int)

Deprecated: Use Plan.ProtoReflect.Descriptor instead.

func (*Plan) FastRead

func (x *Plan) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*Plan) FastWrite

func (x *Plan) FastWrite(buf []byte) (offset int)

func (*Plan) GetCat

func (x *Plan) GetCat() *content.Cat

func (*Plan) GetCommunityId

func (x *Plan) GetCommunityId() string

func (*Plan) GetCoverUrl

func (x *Plan) GetCoverUrl() string

func (*Plan) GetCreateAt

func (x *Plan) GetCreateAt() int64

func (*Plan) GetDescription

func (x *Plan) GetDescription() string

func (*Plan) GetEndTime

func (x *Plan) GetEndTime() int64

func (*Plan) GetId

func (x *Plan) GetId() string

func (*Plan) GetImageUrls

func (x *Plan) GetImageUrls() []string

func (*Plan) GetInstruction

func (x *Plan) GetInstruction() string

func (*Plan) GetMaxFish

func (x *Plan) GetMaxFish() int64

func (*Plan) GetName

func (x *Plan) GetName() string

func (*Plan) GetNowFish

func (x *Plan) GetNowFish() int64

func (*Plan) GetPlanState

func (x *Plan) GetPlanState() content.PlanState

func (*Plan) GetPlanType

func (x *Plan) GetPlanType() content.PlanType

func (*Plan) GetStartTime

func (x *Plan) GetStartTime() int64

func (*Plan) GetSummary

func (x *Plan) GetSummary() string

func (*Plan) GetUser

func (x *Plan) GetUser() *user.UserPreview

func (*Plan) ProtoMessage

func (*Plan) ProtoMessage()

func (*Plan) ProtoReflect

func (x *Plan) ProtoReflect() protoreflect.Message

func (*Plan) Reset

func (x *Plan) Reset()

func (*Plan) Size

func (x *Plan) Size() (n int)

func (*Plan) String

func (x *Plan) String() string

type Post

type Post struct {
	Id         string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreateAt   int64             `protobuf:"varint,2,opt,name=createAt,proto3" json:"createAt,omitempty"`
	UpdateAt   int64             `protobuf:"varint,3,opt,name=updateAt,proto3" json:"updateAt,omitempty"`
	Title      string            `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	Text       string            `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	CoverUrl   *string           `protobuf:"bytes,7,opt,name=coverUrl,proto3,oneof" json:"coverUrl,omitempty"`
	Tags       []string          `protobuf:"bytes,8,rep,name=tags,proto3" json:"tags,omitempty"`
	User       *user.UserPreview `protobuf:"bytes,9,opt,name=user,proto3" json:"user,omitempty"`
	IsOfficial bool              `protobuf:"varint,10,opt,name=isOfficial,proto3" json:"isOfficial,omitempty"`
	Likes      *int64            `protobuf:"varint,11,opt,name=likes,proto3,oneof" json:"likes,omitempty"`
	Comments   *int64            `protobuf:"varint,12,opt,name=comments,proto3,oneof" json:"comments,omitempty"`
	IsLiked    *bool             `protobuf:"varint,13,opt,name=isLiked,proto3,oneof" json:"isLiked,omitempty"`
	// contains filtered or unexported fields
}

func (*Post) Descriptor deprecated

func (*Post) Descriptor() ([]byte, []int)

Deprecated: Use Post.ProtoReflect.Descriptor instead.

func (*Post) FastRead

func (x *Post) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*Post) FastWrite

func (x *Post) FastWrite(buf []byte) (offset int)

func (*Post) GetComments

func (x *Post) GetComments() int64

func (*Post) GetCoverUrl

func (x *Post) GetCoverUrl() string

func (*Post) GetCreateAt

func (x *Post) GetCreateAt() int64

func (*Post) GetId

func (x *Post) GetId() string

func (*Post) GetIsLiked

func (x *Post) GetIsLiked() bool

func (*Post) GetIsOfficial

func (x *Post) GetIsOfficial() bool

func (*Post) GetLikes

func (x *Post) GetLikes() int64

func (*Post) GetTags

func (x *Post) GetTags() []string

func (*Post) GetText

func (x *Post) GetText() string

func (*Post) GetTitle

func (x *Post) GetTitle() string

func (*Post) GetUpdateAt

func (x *Post) GetUpdateAt() int64

func (*Post) GetUser

func (x *Post) GetUser() *user.UserPreview

func (*Post) ProtoMessage

func (*Post) ProtoMessage()

func (*Post) ProtoReflect

func (x *Post) ProtoReflect() protoreflect.Message

func (*Post) Reset

func (x *Post) Reset()

func (*Post) Size

func (x *Post) Size() (n int)

func (*Post) String

func (x *Post) String() string

type PrefetchReq

type PrefetchReq struct {
	Appid     string  `protobuf:"bytes,1,opt,name=appid,proto3" json:"appid,omitempty"` // 微信小程序AppID
	Token     *string `protobuf:"bytes,2,opt,name=token,proto3,oneof" json:"token,omitempty"`
	Code      *string `protobuf:"bytes,3,opt,name=code,proto3,oneof" json:"code,omitempty"`      // 登录凭证 code
	Timestamp int64   `protobuf:"varint,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // 时间戳
	Path      *string `protobuf:"bytes,5,opt,name=path,proto3,oneof" json:"path,omitempty"`      // 页面路径
	Query     *string `protobuf:"bytes,6,opt,name=query,proto3,oneof" json:"query,omitempty"`    // 页面参数
	Scene     *string `protobuf:"bytes,7,opt,name=scene,proto3,oneof" json:"scene,omitempty"`    // 场景值
	// contains filtered or unexported fields
}

func (*PrefetchReq) Descriptor deprecated

func (*PrefetchReq) Descriptor() ([]byte, []int)

Deprecated: Use PrefetchReq.ProtoReflect.Descriptor instead.

func (*PrefetchReq) FastRead

func (x *PrefetchReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*PrefetchReq) FastWrite

func (x *PrefetchReq) FastWrite(buf []byte) (offset int)

func (*PrefetchReq) GetAppid

func (x *PrefetchReq) GetAppid() string

func (*PrefetchReq) GetCode

func (x *PrefetchReq) GetCode() string

func (*PrefetchReq) GetPath

func (x *PrefetchReq) GetPath() string

func (*PrefetchReq) GetQuery

func (x *PrefetchReq) GetQuery() string

func (*PrefetchReq) GetScene

func (x *PrefetchReq) GetScene() string

func (*PrefetchReq) GetTimestamp

func (x *PrefetchReq) GetTimestamp() int64

func (*PrefetchReq) GetToken

func (x *PrefetchReq) GetToken() string

func (*PrefetchReq) ProtoMessage

func (*PrefetchReq) ProtoMessage()

func (*PrefetchReq) ProtoReflect

func (x *PrefetchReq) ProtoReflect() protoreflect.Message

func (*PrefetchReq) Reset

func (x *PrefetchReq) Reset()

func (*PrefetchReq) Size

func (x *PrefetchReq) Size() (n int)

func (*PrefetchReq) String

func (x *PrefetchReq) String() string

type PrefetchResp

type PrefetchResp struct {
	SignInResp              *SignInResp            `protobuf:"bytes,1,opt,name=signInResp,proto3,oneof" json:"signInResp,omitempty"`
	GetUserInfoResp         *GetUserInfoResp       `protobuf:"bytes,2,opt,name=getUserInfoResp,proto3,oneof" json:"getUserInfoResp,omitempty"`
	ListCommunityResp       *ListCommunityResp     `protobuf:"bytes,3,opt,name=listCommunityResp,proto3,oneof" json:"listCommunityResp,omitempty"`
	FirstPostPreviewsResp   *GetPostPreviewsResp   `protobuf:"bytes,4,opt,name=firstPostPreviewsResp,proto3,oneof" json:"firstPostPreviewsResp,omitempty"`
	FirstMomentPreviewsResp *GetMomentPreviewsResp `protobuf:"bytes,5,opt,name=firstMomentPreviewsResp,proto3,oneof" json:"firstMomentPreviewsResp,omitempty"`
	FirstCatPreviewsResp    *GetCatPreviewsResp    `protobuf:"bytes,6,opt,name=firstCatPreviewsResp,proto3,oneof" json:"firstCatPreviewsResp,omitempty"`
	GetNewsResp             *GetNewsResp           `protobuf:"bytes,7,opt,name=getNewsResp,proto3,oneof" json:"getNewsResp,omitempty"`
	Token                   *string                `protobuf:"bytes,8,opt,name=token,proto3,oneof" json:"token,omitempty"`    // 直接返回token
	Timestamp               int64                  `protobuf:"varint,9,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // 时间戳
	// contains filtered or unexported fields
}

所有响应都是弱依赖

func (*PrefetchResp) Descriptor deprecated

func (*PrefetchResp) Descriptor() ([]byte, []int)

Deprecated: Use PrefetchResp.ProtoReflect.Descriptor instead.

func (*PrefetchResp) FastRead

func (x *PrefetchResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*PrefetchResp) FastWrite

func (x *PrefetchResp) FastWrite(buf []byte) (offset int)

func (*PrefetchResp) GetFirstCatPreviewsResp

func (x *PrefetchResp) GetFirstCatPreviewsResp() *GetCatPreviewsResp

func (*PrefetchResp) GetFirstMomentPreviewsResp

func (x *PrefetchResp) GetFirstMomentPreviewsResp() *GetMomentPreviewsResp

func (*PrefetchResp) GetFirstPostPreviewsResp

func (x *PrefetchResp) GetFirstPostPreviewsResp() *GetPostPreviewsResp

func (*PrefetchResp) GetGetNewsResp

func (x *PrefetchResp) GetGetNewsResp() *GetNewsResp

func (*PrefetchResp) GetGetUserInfoResp

func (x *PrefetchResp) GetGetUserInfoResp() *GetUserInfoResp

func (*PrefetchResp) GetListCommunityResp

func (x *PrefetchResp) GetListCommunityResp() *ListCommunityResp

func (*PrefetchResp) GetSignInResp

func (x *PrefetchResp) GetSignInResp() *SignInResp

func (*PrefetchResp) GetTimestamp

func (x *PrefetchResp) GetTimestamp() int64

func (*PrefetchResp) GetToken

func (x *PrefetchResp) GetToken() string

func (*PrefetchResp) ProtoMessage

func (*PrefetchResp) ProtoMessage()

func (*PrefetchResp) ProtoReflect

func (x *PrefetchResp) ProtoReflect() protoreflect.Message

func (*PrefetchResp) Reset

func (x *PrefetchResp) Reset()

func (*PrefetchResp) Size

func (x *PrefetchResp) Size() (n int)

func (*PrefetchResp) String

func (x *PrefetchResp) String() string

type ReadNotificationReq

type ReadNotificationReq struct {
	NotificationId string `protobuf:"bytes,1,opt,name=notificationId,proto3" json:"notificationId,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadNotificationReq) Descriptor deprecated

func (*ReadNotificationReq) Descriptor() ([]byte, []int)

Deprecated: Use ReadNotificationReq.ProtoReflect.Descriptor instead.

func (*ReadNotificationReq) FastRead

func (x *ReadNotificationReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ReadNotificationReq) FastWrite

func (x *ReadNotificationReq) FastWrite(buf []byte) (offset int)

func (*ReadNotificationReq) GetNotificationId

func (x *ReadNotificationReq) GetNotificationId() string

func (*ReadNotificationReq) ProtoMessage

func (*ReadNotificationReq) ProtoMessage()

func (*ReadNotificationReq) ProtoReflect

func (x *ReadNotificationReq) ProtoReflect() protoreflect.Message

func (*ReadNotificationReq) Reset

func (x *ReadNotificationReq) Reset()

func (*ReadNotificationReq) Size

func (x *ReadNotificationReq) Size() (n int)

func (*ReadNotificationReq) String

func (x *ReadNotificationReq) String() string

type ReadNotificationResp

type ReadNotificationResp struct {
	// contains filtered or unexported fields
}

func (*ReadNotificationResp) Descriptor deprecated

func (*ReadNotificationResp) Descriptor() ([]byte, []int)

Deprecated: Use ReadNotificationResp.ProtoReflect.Descriptor instead.

func (*ReadNotificationResp) FastRead

func (x *ReadNotificationResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ReadNotificationResp) FastWrite

func (x *ReadNotificationResp) FastWrite(buf []byte) (offset int)

func (*ReadNotificationResp) ProtoMessage

func (*ReadNotificationResp) ProtoMessage()

func (*ReadNotificationResp) ProtoReflect

func (x *ReadNotificationResp) ProtoReflect() protoreflect.Message

func (*ReadNotificationResp) Reset

func (x *ReadNotificationResp) Reset()

func (*ReadNotificationResp) Size

func (x *ReadNotificationResp) Size() (n int)

func (*ReadNotificationResp) String

func (x *ReadNotificationResp) String() string

type ReadRangeNotificationReq

type ReadRangeNotificationReq struct {
	Type       *system.NotificationType       `protobuf:"varint,1,opt,name=type,proto3,enum=meowchat.system.NotificationType,oneof" json:"type,omitempty"`
	TargetType *system.NotificationTargetType `protobuf:"varint,2,opt,name=targetType,proto3,enum=meowchat.system.NotificationTargetType,oneof" json:"targetType,omitempty"`
	FirstId    string                         `protobuf:"bytes,3,opt,name=firstId,proto3" json:"firstId,omitempty"`
	LastId     string                         `protobuf:"bytes,4,opt,name=lastId,proto3" json:"lastId,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadRangeNotificationReq) Descriptor deprecated

func (*ReadRangeNotificationReq) Descriptor() ([]byte, []int)

Deprecated: Use ReadRangeNotificationReq.ProtoReflect.Descriptor instead.

func (*ReadRangeNotificationReq) FastRead

func (x *ReadRangeNotificationReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ReadRangeNotificationReq) FastWrite

func (x *ReadRangeNotificationReq) FastWrite(buf []byte) (offset int)

func (*ReadRangeNotificationReq) GetFirstId

func (x *ReadRangeNotificationReq) GetFirstId() string

func (*ReadRangeNotificationReq) GetLastId

func (x *ReadRangeNotificationReq) GetLastId() string

func (*ReadRangeNotificationReq) GetTargetType

func (*ReadRangeNotificationReq) GetType

func (*ReadRangeNotificationReq) ProtoMessage

func (*ReadRangeNotificationReq) ProtoMessage()

func (*ReadRangeNotificationReq) ProtoReflect

func (x *ReadRangeNotificationReq) ProtoReflect() protoreflect.Message

func (*ReadRangeNotificationReq) Reset

func (x *ReadRangeNotificationReq) Reset()

func (*ReadRangeNotificationReq) Size

func (x *ReadRangeNotificationReq) Size() (n int)

func (*ReadRangeNotificationReq) String

func (x *ReadRangeNotificationReq) String() string

type ReadRangeNotificationResp

type ReadRangeNotificationResp struct {
	NotRead int64 `protobuf:"varint,1,opt,name=NotRead,proto3" json:"NotRead,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadRangeNotificationResp) Descriptor deprecated

func (*ReadRangeNotificationResp) Descriptor() ([]byte, []int)

Deprecated: Use ReadRangeNotificationResp.ProtoReflect.Descriptor instead.

func (*ReadRangeNotificationResp) FastRead

func (x *ReadRangeNotificationResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*ReadRangeNotificationResp) FastWrite

func (x *ReadRangeNotificationResp) FastWrite(buf []byte) (offset int)

func (*ReadRangeNotificationResp) GetNotRead

func (x *ReadRangeNotificationResp) GetNotRead() int64

func (*ReadRangeNotificationResp) ProtoMessage

func (*ReadRangeNotificationResp) ProtoMessage()

func (*ReadRangeNotificationResp) ProtoReflect

func (*ReadRangeNotificationResp) Reset

func (x *ReadRangeNotificationResp) Reset()

func (*ReadRangeNotificationResp) Size

func (x *ReadRangeNotificationResp) Size() (n int)

func (*ReadRangeNotificationResp) String

func (x *ReadRangeNotificationResp) String() string

type RetrieveUserPreviewReq

type RetrieveUserPreviewReq struct {
	RoleType    system.RoleType `protobuf:"varint,1,opt,name=roleType,proto3,enum=meowchat.system.RoleType" json:"roleType,omitempty"`
	CommunityId *string         `protobuf:"bytes,2,opt,name=communityId,proto3,oneof" json:"communityId,omitempty"`
	// contains filtered or unexported fields
}

func (*RetrieveUserPreviewReq) Descriptor deprecated

func (*RetrieveUserPreviewReq) Descriptor() ([]byte, []int)

Deprecated: Use RetrieveUserPreviewReq.ProtoReflect.Descriptor instead.

func (*RetrieveUserPreviewReq) FastRead

func (x *RetrieveUserPreviewReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*RetrieveUserPreviewReq) FastWrite

func (x *RetrieveUserPreviewReq) FastWrite(buf []byte) (offset int)

func (*RetrieveUserPreviewReq) GetCommunityId

func (x *RetrieveUserPreviewReq) GetCommunityId() string

func (*RetrieveUserPreviewReq) GetRoleType

func (x *RetrieveUserPreviewReq) GetRoleType() system.RoleType

func (*RetrieveUserPreviewReq) ProtoMessage

func (*RetrieveUserPreviewReq) ProtoMessage()

func (*RetrieveUserPreviewReq) ProtoReflect

func (x *RetrieveUserPreviewReq) ProtoReflect() protoreflect.Message

func (*RetrieveUserPreviewReq) Reset

func (x *RetrieveUserPreviewReq) Reset()

func (*RetrieveUserPreviewReq) Size

func (x *RetrieveUserPreviewReq) Size() (n int)

func (*RetrieveUserPreviewReq) String

func (x *RetrieveUserPreviewReq) String() string

type RetrieveUserPreviewResp

type RetrieveUserPreviewResp struct {
	Users []*user.UserPreview `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*RetrieveUserPreviewResp) Descriptor deprecated

func (*RetrieveUserPreviewResp) Descriptor() ([]byte, []int)

Deprecated: Use RetrieveUserPreviewResp.ProtoReflect.Descriptor instead.

func (*RetrieveUserPreviewResp) FastRead

func (x *RetrieveUserPreviewResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*RetrieveUserPreviewResp) FastWrite

func (x *RetrieveUserPreviewResp) FastWrite(buf []byte) (offset int)

func (*RetrieveUserPreviewResp) GetUsers

func (x *RetrieveUserPreviewResp) GetUsers() []*user.UserPreview

func (*RetrieveUserPreviewResp) ProtoMessage

func (*RetrieveUserPreviewResp) ProtoMessage()

func (*RetrieveUserPreviewResp) ProtoReflect

func (x *RetrieveUserPreviewResp) ProtoReflect() protoreflect.Message

func (*RetrieveUserPreviewResp) Reset

func (x *RetrieveUserPreviewResp) Reset()

func (*RetrieveUserPreviewResp) Size

func (x *RetrieveUserPreviewResp) Size() (n int)

func (*RetrieveUserPreviewResp) String

func (x *RetrieveUserPreviewResp) String() string

type SearchCatReq

type SearchCatReq struct {
	Keyword          string                   `protobuf:"bytes,1,opt,name=keyword,proto3" json:"keyword,omitempty"`
	PaginationOption *basic.PaginationOptions `protobuf:"bytes,2,opt,name=paginationOption,proto3" json:"paginationOption,omitempty"`
	CommunityId      string                   `protobuf:"bytes,3,opt,name=communityId,proto3" json:"communityId,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchCatReq) Descriptor deprecated

func (*SearchCatReq) Descriptor() ([]byte, []int)

Deprecated: Use SearchCatReq.ProtoReflect.Descriptor instead.

func (*SearchCatReq) FastRead

func (x *SearchCatReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*SearchCatReq) FastWrite

func (x *SearchCatReq) FastWrite(buf []byte) (offset int)

func (*SearchCatReq) GetCommunityId

func (x *SearchCatReq) GetCommunityId() string

func (*SearchCatReq) GetKeyword

func (x *SearchCatReq) GetKeyword() string

func (*SearchCatReq) GetPaginationOption

func (x *SearchCatReq) GetPaginationOption() *basic.PaginationOptions

func (*SearchCatReq) ProtoMessage

func (*SearchCatReq) ProtoMessage()

func (*SearchCatReq) ProtoReflect

func (x *SearchCatReq) ProtoReflect() protoreflect.Message

func (*SearchCatReq) Reset

func (x *SearchCatReq) Reset()

func (*SearchCatReq) Size

func (x *SearchCatReq) Size() (n int)

func (*SearchCatReq) String

func (x *SearchCatReq) String() string

type SearchCatResp

type SearchCatResp struct {
	Cats  []*CatPreview `protobuf:"bytes,1,rep,name=cats,proto3" json:"cats,omitempty"`
	Total int64         `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchCatResp) Descriptor deprecated

func (*SearchCatResp) Descriptor() ([]byte, []int)

Deprecated: Use SearchCatResp.ProtoReflect.Descriptor instead.

func (*SearchCatResp) FastRead

func (x *SearchCatResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*SearchCatResp) FastWrite

func (x *SearchCatResp) FastWrite(buf []byte) (offset int)

func (*SearchCatResp) GetCats

func (x *SearchCatResp) GetCats() []*CatPreview

func (*SearchCatResp) GetTotal

func (x *SearchCatResp) GetTotal() int64

func (*SearchCatResp) ProtoMessage

func (*SearchCatResp) ProtoMessage()

func (*SearchCatResp) ProtoReflect

func (x *SearchCatResp) ProtoReflect() protoreflect.Message

func (*SearchCatResp) Reset

func (x *SearchCatResp) Reset()

func (*SearchCatResp) Size

func (x *SearchCatResp) Size() (n int)

func (*SearchCatResp) String

func (x *SearchCatResp) String() string

type SearchMomentReq

type SearchMomentReq struct {
	CommunityId      *string                  `protobuf:"bytes,1,opt,name=communityId,proto3,oneof" json:"communityId,omitempty"`
	IsParent         *bool                    `protobuf:"varint,2,opt,name=isParent,proto3,oneof" json:"isParent,omitempty"`
	OnlyUserId       *string                  `protobuf:"bytes,3,opt,name=onlyUserId,proto3,oneof" json:"onlyUserId,omitempty"`
	Keyword          *string                  `protobuf:"bytes,4,opt,name=keyword,proto3,oneof" json:"keyword,omitempty"`
	PaginationOption *basic.PaginationOptions `protobuf:"bytes,5,opt,name=paginationOption,proto3" json:"paginationOption,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchMomentReq) Descriptor deprecated

func (*SearchMomentReq) Descriptor() ([]byte, []int)

Deprecated: Use SearchMomentReq.ProtoReflect.Descriptor instead.

func (*SearchMomentReq) FastRead

func (x *SearchMomentReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*SearchMomentReq) FastWrite

func (x *SearchMomentReq) FastWrite(buf []byte) (offset int)

func (*SearchMomentReq) GetCommunityId

func (x *SearchMomentReq) GetCommunityId() string

func (*SearchMomentReq) GetIsParent

func (x *SearchMomentReq) GetIsParent() bool

func (*SearchMomentReq) GetKeyword

func (x *SearchMomentReq) GetKeyword() string

func (*SearchMomentReq) GetOnlyUserId

func (x *SearchMomentReq) GetOnlyUserId() string

func (*SearchMomentReq) GetPaginationOption

func (x *SearchMomentReq) GetPaginationOption() *basic.PaginationOptions

func (*SearchMomentReq) ProtoMessage

func (*SearchMomentReq) ProtoMessage()

func (*SearchMomentReq) ProtoReflect

func (x *SearchMomentReq) ProtoReflect() protoreflect.Message

func (*SearchMomentReq) Reset

func (x *SearchMomentReq) Reset()

func (*SearchMomentReq) Size

func (x *SearchMomentReq) Size() (n int)

func (*SearchMomentReq) String

func (x *SearchMomentReq) String() string

type SearchMomentResp

type SearchMomentResp struct {
	Moments []*Moment `protobuf:"bytes,1,rep,name=moments,proto3" json:"moments,omitempty"`
	Total   int64     `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchMomentResp) Descriptor deprecated

func (*SearchMomentResp) Descriptor() ([]byte, []int)

Deprecated: Use SearchMomentResp.ProtoReflect.Descriptor instead.

func (*SearchMomentResp) FastRead

func (x *SearchMomentResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*SearchMomentResp) FastWrite

func (x *SearchMomentResp) FastWrite(buf []byte) (offset int)

func (*SearchMomentResp) GetMoments

func (x *SearchMomentResp) GetMoments() []*Moment

func (*SearchMomentResp) GetTotal

func (x *SearchMomentResp) GetTotal() int64

func (*SearchMomentResp) ProtoMessage

func (*SearchMomentResp) ProtoMessage()

func (*SearchMomentResp) ProtoReflect

func (x *SearchMomentResp) ProtoReflect() protoreflect.Message

func (*SearchMomentResp) Reset

func (x *SearchMomentResp) Reset()

func (*SearchMomentResp) Size

func (x *SearchMomentResp) Size() (n int)

func (*SearchMomentResp) String

func (x *SearchMomentResp) String() string

type SearchOptions

type SearchOptions struct {

	// 查询全部字段
	Key *string `protobuf:"bytes,1,opt,name=key,proto3,oneof" json:"key,omitempty"`
	// 各自匹配对应字段
	Title *string `protobuf:"bytes,2,opt,name=title,proto3,oneof" json:"title,omitempty"`
	Text  *string `protobuf:"bytes,3,opt,name=text,proto3,oneof" json:"text,omitempty"`
	Tag   *string `protobuf:"bytes,4,opt,name=tag,proto3,oneof" json:"tag,omitempty"`
	// contains filtered or unexported fields
}

多选一

func (*SearchOptions) Descriptor deprecated

func (*SearchOptions) Descriptor() ([]byte, []int)

Deprecated: Use SearchOptions.ProtoReflect.Descriptor instead.

func (*SearchOptions) FastRead

func (x *SearchOptions) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*SearchOptions) FastWrite

func (x *SearchOptions) FastWrite(buf []byte) (offset int)

func (*SearchOptions) GetKey

func (x *SearchOptions) GetKey() string

func (*SearchOptions) GetTag

func (x *SearchOptions) GetTag() string

func (*SearchOptions) GetText

func (x *SearchOptions) GetText() string

func (*SearchOptions) GetTitle

func (x *SearchOptions) GetTitle() string

func (*SearchOptions) ProtoMessage

func (*SearchOptions) ProtoMessage()

func (*SearchOptions) ProtoReflect

func (x *SearchOptions) ProtoReflect() protoreflect.Message

func (*SearchOptions) Reset

func (x *SearchOptions) Reset()

func (*SearchOptions) Size

func (x *SearchOptions) Size() (n int)

func (*SearchOptions) String

func (x *SearchOptions) String() string

type SearchUserReq

type SearchUserReq struct {
	Keyword          string                   `protobuf:"bytes,1,opt,name=keyword,proto3" json:"keyword,omitempty"`
	PaginationOption *basic.PaginationOptions `protobuf:"bytes,2,opt,name=paginationOption,proto3" json:"paginationOption,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchUserReq) Descriptor deprecated

func (*SearchUserReq) Descriptor() ([]byte, []int)

Deprecated: Use SearchUserReq.ProtoReflect.Descriptor instead.

func (*SearchUserReq) FastRead

func (x *SearchUserReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*SearchUserReq) FastWrite

func (x *SearchUserReq) FastWrite(buf []byte) (offset int)

func (*SearchUserReq) GetKeyword

func (x *SearchUserReq) GetKeyword() string

func (*SearchUserReq) GetPaginationOption

func (x *SearchUserReq) GetPaginationOption() *basic.PaginationOptions

func (*SearchUserReq) ProtoMessage

func (*SearchUserReq) ProtoMessage()

func (*SearchUserReq) ProtoReflect

func (x *SearchUserReq) ProtoReflect() protoreflect.Message

func (*SearchUserReq) Reset

func (x *SearchUserReq) Reset()

func (*SearchUserReq) Size

func (x *SearchUserReq) Size() (n int)

func (*SearchUserReq) String

func (x *SearchUserReq) String() string

type SearchUserResp

type SearchUserResp struct {
	Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	Total int64   `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	Token string  `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchUserResp) Descriptor deprecated

func (*SearchUserResp) Descriptor() ([]byte, []int)

Deprecated: Use SearchUserResp.ProtoReflect.Descriptor instead.

func (*SearchUserResp) FastRead

func (x *SearchUserResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*SearchUserResp) FastWrite

func (x *SearchUserResp) FastWrite(buf []byte) (offset int)

func (*SearchUserResp) GetToken

func (x *SearchUserResp) GetToken() string

func (*SearchUserResp) GetTotal

func (x *SearchUserResp) GetTotal() int64

func (*SearchUserResp) GetUsers

func (x *SearchUserResp) GetUsers() []*User

func (*SearchUserResp) ProtoMessage

func (*SearchUserResp) ProtoMessage()

func (*SearchUserResp) ProtoReflect

func (x *SearchUserResp) ProtoReflect() protoreflect.Message

func (*SearchUserResp) Reset

func (x *SearchUserResp) Reset()

func (*SearchUserResp) Size

func (x *SearchUserResp) Size() (n int)

func (*SearchUserResp) String

func (x *SearchUserResp) String() string

type SendVerifyCodeReq

type SendVerifyCodeReq struct {
	AuthType string `protobuf:"bytes,1,opt,name=authType,proto3" json:"authType,omitempty"`
	AuthId   string `protobuf:"bytes,2,opt,name=authId,proto3" json:"authId,omitempty"` // authType为邮件时填邮箱,为电话时填电话号
	// contains filtered or unexported fields
}

func (*SendVerifyCodeReq) Descriptor deprecated

func (*SendVerifyCodeReq) Descriptor() ([]byte, []int)

Deprecated: Use SendVerifyCodeReq.ProtoReflect.Descriptor instead.

func (*SendVerifyCodeReq) FastRead

func (x *SendVerifyCodeReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*SendVerifyCodeReq) FastWrite

func (x *SendVerifyCodeReq) FastWrite(buf []byte) (offset int)

func (*SendVerifyCodeReq) GetAuthId

func (x *SendVerifyCodeReq) GetAuthId() string

func (*SendVerifyCodeReq) GetAuthType

func (x *SendVerifyCodeReq) GetAuthType() string

func (*SendVerifyCodeReq) ProtoMessage

func (*SendVerifyCodeReq) ProtoMessage()

func (*SendVerifyCodeReq) ProtoReflect

func (x *SendVerifyCodeReq) ProtoReflect() protoreflect.Message

func (*SendVerifyCodeReq) Reset

func (x *SendVerifyCodeReq) Reset()

func (*SendVerifyCodeReq) Size

func (x *SendVerifyCodeReq) Size() (n int)

func (*SendVerifyCodeReq) String

func (x *SendVerifyCodeReq) String() string

type SendVerifyCodeResp

type SendVerifyCodeResp struct {
	// contains filtered or unexported fields
}

func (*SendVerifyCodeResp) Descriptor deprecated

func (*SendVerifyCodeResp) Descriptor() ([]byte, []int)

Deprecated: Use SendVerifyCodeResp.ProtoReflect.Descriptor instead.

func (*SendVerifyCodeResp) FastRead

func (x *SendVerifyCodeResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*SendVerifyCodeResp) FastWrite

func (x *SendVerifyCodeResp) FastWrite(buf []byte) (offset int)

func (*SendVerifyCodeResp) ProtoMessage

func (*SendVerifyCodeResp) ProtoMessage()

func (*SendVerifyCodeResp) ProtoReflect

func (x *SendVerifyCodeResp) ProtoReflect() protoreflect.Message

func (*SendVerifyCodeResp) Reset

func (x *SendVerifyCodeResp) Reset()

func (*SendVerifyCodeResp) Size

func (x *SendVerifyCodeResp) Size() (n int)

func (*SendVerifyCodeResp) String

func (x *SendVerifyCodeResp) String() string

type SetOfficialReq

type SetOfficialReq struct {
	PostId   string `protobuf:"bytes,1,opt,name=postId,proto3" json:"postId,omitempty"`
	IsRemove *bool  `protobuf:"varint,2,opt,name=isRemove,proto3,oneof" json:"isRemove,omitempty"`
	// contains filtered or unexported fields
}

func (*SetOfficialReq) Descriptor deprecated

func (*SetOfficialReq) Descriptor() ([]byte, []int)

Deprecated: Use SetOfficialReq.ProtoReflect.Descriptor instead.

func (*SetOfficialReq) FastRead

func (x *SetOfficialReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*SetOfficialReq) FastWrite

func (x *SetOfficialReq) FastWrite(buf []byte) (offset int)

func (*SetOfficialReq) GetIsRemove

func (x *SetOfficialReq) GetIsRemove() bool

func (*SetOfficialReq) GetPostId

func (x *SetOfficialReq) GetPostId() string

func (*SetOfficialReq) ProtoMessage

func (*SetOfficialReq) ProtoMessage()

func (*SetOfficialReq) ProtoReflect

func (x *SetOfficialReq) ProtoReflect() protoreflect.Message

func (*SetOfficialReq) Reset

func (x *SetOfficialReq) Reset()

func (*SetOfficialReq) Size

func (x *SetOfficialReq) Size() (n int)

func (*SetOfficialReq) String

func (x *SetOfficialReq) String() string

type SetOfficialResp

type SetOfficialResp struct {
	// contains filtered or unexported fields
}

func (*SetOfficialResp) Descriptor deprecated

func (*SetOfficialResp) Descriptor() ([]byte, []int)

Deprecated: Use SetOfficialResp.ProtoReflect.Descriptor instead.

func (*SetOfficialResp) FastRead

func (x *SetOfficialResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*SetOfficialResp) FastWrite

func (x *SetOfficialResp) FastWrite(buf []byte) (offset int)

func (*SetOfficialResp) ProtoMessage

func (*SetOfficialResp) ProtoMessage()

func (*SetOfficialResp) ProtoReflect

func (x *SetOfficialResp) ProtoReflect() protoreflect.Message

func (*SetOfficialResp) Reset

func (x *SetOfficialResp) Reset()

func (*SetOfficialResp) Size

func (x *SetOfficialResp) Size() (n int)

func (*SetOfficialResp) String

func (x *SetOfficialResp) String() string

type SetPasswordReq

type SetPasswordReq struct {
	Password string `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*SetPasswordReq) Descriptor deprecated

func (*SetPasswordReq) Descriptor() ([]byte, []int)

Deprecated: Use SetPasswordReq.ProtoReflect.Descriptor instead.

func (*SetPasswordReq) FastRead

func (x *SetPasswordReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*SetPasswordReq) FastWrite

func (x *SetPasswordReq) FastWrite(buf []byte) (offset int)

func (*SetPasswordReq) GetPassword

func (x *SetPasswordReq) GetPassword() string

func (*SetPasswordReq) ProtoMessage

func (*SetPasswordReq) ProtoMessage()

func (*SetPasswordReq) ProtoReflect

func (x *SetPasswordReq) ProtoReflect() protoreflect.Message

func (*SetPasswordReq) Reset

func (x *SetPasswordReq) Reset()

func (*SetPasswordReq) Size

func (x *SetPasswordReq) Size() (n int)

func (*SetPasswordReq) String

func (x *SetPasswordReq) String() string

type SetPasswordResp

type SetPasswordResp struct {
	// contains filtered or unexported fields
}

func (*SetPasswordResp) Descriptor deprecated

func (*SetPasswordResp) Descriptor() ([]byte, []int)

Deprecated: Use SetPasswordResp.ProtoReflect.Descriptor instead.

func (*SetPasswordResp) FastRead

func (x *SetPasswordResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*SetPasswordResp) FastWrite

func (x *SetPasswordResp) FastWrite(buf []byte) (offset int)

func (*SetPasswordResp) ProtoMessage

func (*SetPasswordResp) ProtoMessage()

func (*SetPasswordResp) ProtoReflect

func (x *SetPasswordResp) ProtoReflect() protoreflect.Message

func (*SetPasswordResp) Reset

func (x *SetPasswordResp) Reset()

func (*SetPasswordResp) Size

func (x *SetPasswordResp) Size() (n int)

func (*SetPasswordResp) String

func (x *SetPasswordResp) String() string

type SignInReq

type SignInReq struct {
	AuthType   string    `protobuf:"bytes,1,opt,name=authType,proto3" json:"authType,omitempty"`
	AuthId     string    `protobuf:"bytes,2,opt,name=authId,proto3" json:"authId,omitempty"` // authType为邮件时填邮箱,为电话时填电话号,为微信时填APP_ID
	Password   *string   `protobuf:"bytes,3,opt,name=password,proto3,oneof" json:"password,omitempty"`
	VerifyCode *string   `protobuf:"bytes,4,opt,name=verifyCode,proto3,oneof" json:"verifyCode,omitempty"`
	AppId      basic.APP `protobuf:"varint,5,opt,name=appId,proto3,enum=basic.APP" json:"appId,omitempty"`
	DeviceId   string    `protobuf:"bytes,6,opt,name=deviceId,proto3" json:"deviceId,omitempty"`
	// contains filtered or unexported fields
}

func (*SignInReq) Descriptor deprecated

func (*SignInReq) Descriptor() ([]byte, []int)

Deprecated: Use SignInReq.ProtoReflect.Descriptor instead.

func (*SignInReq) FastRead

func (x *SignInReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*SignInReq) FastWrite

func (x *SignInReq) FastWrite(buf []byte) (offset int)

func (*SignInReq) GetAppId

func (x *SignInReq) GetAppId() basic.APP

func (*SignInReq) GetAuthId

func (x *SignInReq) GetAuthId() string

func (*SignInReq) GetAuthType

func (x *SignInReq) GetAuthType() string

func (*SignInReq) GetDeviceId

func (x *SignInReq) GetDeviceId() string

func (*SignInReq) GetPassword

func (x *SignInReq) GetPassword() string

func (*SignInReq) GetVerifyCode

func (x *SignInReq) GetVerifyCode() string

func (*SignInReq) ProtoMessage

func (*SignInReq) ProtoMessage()

func (*SignInReq) ProtoReflect

func (x *SignInReq) ProtoReflect() protoreflect.Message

func (*SignInReq) Reset

func (x *SignInReq) Reset()

func (*SignInReq) Size

func (x *SignInReq) Size() (n int)

func (*SignInReq) String

func (x *SignInReq) String() string

type SignInResp

type SignInResp struct {
	UserId       string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	AccessToken  string `protobuf:"bytes,2,opt,name=accessToken,proto3" json:"accessToken,omitempty"`
	AccessExpire int64  `protobuf:"varint,3,opt,name=accessExpire,proto3" json:"accessExpire,omitempty"`
	// contains filtered or unexported fields
}

func (*SignInResp) Descriptor deprecated

func (*SignInResp) Descriptor() ([]byte, []int)

Deprecated: Use SignInResp.ProtoReflect.Descriptor instead.

func (*SignInResp) FastRead

func (x *SignInResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*SignInResp) FastWrite

func (x *SignInResp) FastWrite(buf []byte) (offset int)

func (*SignInResp) GetAccessExpire

func (x *SignInResp) GetAccessExpire() int64

func (*SignInResp) GetAccessToken

func (x *SignInResp) GetAccessToken() string

func (*SignInResp) GetUserId

func (x *SignInResp) GetUserId() string

func (*SignInResp) ProtoMessage

func (*SignInResp) ProtoMessage()

func (*SignInResp) ProtoReflect

func (x *SignInResp) ProtoReflect() protoreflect.Message

func (*SignInResp) Reset

func (x *SignInResp) Reset()

func (*SignInResp) Size

func (x *SignInResp) Size() (n int)

func (*SignInResp) String

func (x *SignInResp) String() string

type Sts

type Sts interface {
	ApplySignedUrl(ctx context.Context, req *ApplySignedUrlReq) (res *ApplySignedUrlResp, err error)
	ApplySignedUrlAsCommunity(ctx context.Context, req *ApplySignedUrlAsCommunityReq) (res *ApplySignedUrlAsCommunityResp, err error)
}

type System

type System interface {
	GetAdmins(ctx context.Context, req *GetAdminsReq) (res *GetAdminsResp, err error)
	NewAdmin(ctx context.Context, req *NewAdminReq) (res *NewAdminResp, err error)
	DeleteAdmin(ctx context.Context, req *DeleteAdminReq) (res *DeleteAdminResp, err error)
	GetNews(ctx context.Context, req *GetNewsReq) (res *GetNewsResp, err error)
	NewNews(ctx context.Context, req *NewNewsReq) (res *NewNewsResp, err error)
	DeleteNews(ctx context.Context, req *DeleteNewsReq) (res *DeleteNewsResp, err error)
	GetNotices(ctx context.Context, req *GetNoticesReq) (res *GetNoticesResp, err error)
	NewNotice(ctx context.Context, req *NewNoticeReq) (res *NewNoticeResp, err error)
	DeleteNotice(ctx context.Context, req *DeleteNoticeReq) (res *DeleteNoticeResp, err error)
	ListCommunity(ctx context.Context, req *ListCommunityReq) (res *ListCommunityResp, err error)
	NewCommunity(ctx context.Context, req *NewCommunityReq) (res *NewCommunityResp, err error)
	DeleteCommunity(ctx context.Context, req *DeleteCommunityReq) (res *DeleteCommunityResp, err error)
	GetUserRoles(ctx context.Context, req *GetUserRolesReq) (res *GetUserRolesResp, err error)
	UpdateCommunityAdmin(ctx context.Context, req *UpdateCommunityAdminReq) (res *UpdateCommunityAdminResp, err error)
	UpdateSuperAdmin(ctx context.Context, req *UpdateSuperAdminReq) (res *UpdateSuperAdminResp, err error)
	GetUserByRole(ctx context.Context, req *GetUserByRoleReq) (res *GetUserByRoleResp, err error)
	UpdateRole(ctx context.Context, req *UpdateRoleReq) (res *UpdateRoleResp, err error)
	ListApply(ctx context.Context, req *ListApplyReq) (res *ListApplyResp, err error)
	HandleApply(ctx context.Context, req *HandleApplyReq) (res *HandleApplyResp, err error)
	CreateApply(ctx context.Context, req *CreateApplyReq) (res *CreateApplyResp, err error)
	ListNotification(ctx context.Context, req *ListNotificationReq) (res *ListNotificationResp, err error)
	CleanNotification(ctx context.Context, req *CleanNotificationReq) (res *CleanNotificationResp, err error)
	CountNotification(ctx context.Context, req *CountNotificationReq) (res *CountNotificationResp, err error)
	ReadNotification(ctx context.Context, req *ReadNotificationReq) (res *ReadNotificationResp, err error)
	ReadRangeNotification(ctx context.Context, req *ReadRangeNotificationReq) (res *ReadRangeNotificationResp, err error)
	Prefetch(ctx context.Context, req *PrefetchReq) (res *PrefetchResp, err error)
	GetMinVersion(ctx context.Context, req *GetMinVersionReq) (res *GetMinVersionResp, err error)
}

type UpdateCommunityAdminReq

type UpdateCommunityAdminReq struct {
	UserId      string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	CommunityId string `protobuf:"bytes,2,opt,name=communityId,proto3" json:"communityId,omitempty"`
	IsRemove    bool   `protobuf:"varint,3,opt,name=isRemove,proto3" json:"isRemove,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCommunityAdminReq) Descriptor deprecated

func (*UpdateCommunityAdminReq) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCommunityAdminReq.ProtoReflect.Descriptor instead.

func (*UpdateCommunityAdminReq) FastRead

func (x *UpdateCommunityAdminReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*UpdateCommunityAdminReq) FastWrite

func (x *UpdateCommunityAdminReq) FastWrite(buf []byte) (offset int)

func (*UpdateCommunityAdminReq) GetCommunityId

func (x *UpdateCommunityAdminReq) GetCommunityId() string

func (*UpdateCommunityAdminReq) GetIsRemove

func (x *UpdateCommunityAdminReq) GetIsRemove() bool

func (*UpdateCommunityAdminReq) GetUserId

func (x *UpdateCommunityAdminReq) GetUserId() string

func (*UpdateCommunityAdminReq) ProtoMessage

func (*UpdateCommunityAdminReq) ProtoMessage()

func (*UpdateCommunityAdminReq) ProtoReflect

func (x *UpdateCommunityAdminReq) ProtoReflect() protoreflect.Message

func (*UpdateCommunityAdminReq) Reset

func (x *UpdateCommunityAdminReq) Reset()

func (*UpdateCommunityAdminReq) Size

func (x *UpdateCommunityAdminReq) Size() (n int)

func (*UpdateCommunityAdminReq) String

func (x *UpdateCommunityAdminReq) String() string

type UpdateCommunityAdminResp

type UpdateCommunityAdminResp struct {
	// contains filtered or unexported fields
}

func (*UpdateCommunityAdminResp) Descriptor deprecated

func (*UpdateCommunityAdminResp) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCommunityAdminResp.ProtoReflect.Descriptor instead.

func (*UpdateCommunityAdminResp) FastRead

func (x *UpdateCommunityAdminResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*UpdateCommunityAdminResp) FastWrite

func (x *UpdateCommunityAdminResp) FastWrite(buf []byte) (offset int)

func (*UpdateCommunityAdminResp) ProtoMessage

func (*UpdateCommunityAdminResp) ProtoMessage()

func (*UpdateCommunityAdminResp) ProtoReflect

func (x *UpdateCommunityAdminResp) ProtoReflect() protoreflect.Message

func (*UpdateCommunityAdminResp) Reset

func (x *UpdateCommunityAdminResp) Reset()

func (*UpdateCommunityAdminResp) Size

func (x *UpdateCommunityAdminResp) Size() (n int)

func (*UpdateCommunityAdminResp) String

func (x *UpdateCommunityAdminResp) String() string

type UpdateRoleReq

type UpdateRoleReq struct {
	UserId string         `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	Roles  []*system.Role `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRoleReq) Descriptor deprecated

func (*UpdateRoleReq) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRoleReq.ProtoReflect.Descriptor instead.

func (*UpdateRoleReq) FastRead

func (x *UpdateRoleReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*UpdateRoleReq) FastWrite

func (x *UpdateRoleReq) FastWrite(buf []byte) (offset int)

func (*UpdateRoleReq) GetRoles

func (x *UpdateRoleReq) GetRoles() []*system.Role

func (*UpdateRoleReq) GetUserId

func (x *UpdateRoleReq) GetUserId() string

func (*UpdateRoleReq) ProtoMessage

func (*UpdateRoleReq) ProtoMessage()

func (*UpdateRoleReq) ProtoReflect

func (x *UpdateRoleReq) ProtoReflect() protoreflect.Message

func (*UpdateRoleReq) Reset

func (x *UpdateRoleReq) Reset()

func (*UpdateRoleReq) Size

func (x *UpdateRoleReq) Size() (n int)

func (*UpdateRoleReq) String

func (x *UpdateRoleReq) String() string

type UpdateRoleResp

type UpdateRoleResp struct {
	// contains filtered or unexported fields
}

func (*UpdateRoleResp) Descriptor deprecated

func (*UpdateRoleResp) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRoleResp.ProtoReflect.Descriptor instead.

func (*UpdateRoleResp) FastRead

func (x *UpdateRoleResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*UpdateRoleResp) FastWrite

func (x *UpdateRoleResp) FastWrite(buf []byte) (offset int)

func (*UpdateRoleResp) ProtoMessage

func (*UpdateRoleResp) ProtoMessage()

func (*UpdateRoleResp) ProtoReflect

func (x *UpdateRoleResp) ProtoReflect() protoreflect.Message

func (*UpdateRoleResp) Reset

func (x *UpdateRoleResp) Reset()

func (*UpdateRoleResp) Size

func (x *UpdateRoleResp) Size() (n int)

func (*UpdateRoleResp) String

func (x *UpdateRoleResp) String() string

type UpdateSuperAdminReq

type UpdateSuperAdminReq struct {
	UserId   string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	IsRemove bool   `protobuf:"varint,2,opt,name=isRemove,proto3" json:"isRemove,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSuperAdminReq) Descriptor deprecated

func (*UpdateSuperAdminReq) Descriptor() ([]byte, []int)

Deprecated: Use UpdateSuperAdminReq.ProtoReflect.Descriptor instead.

func (*UpdateSuperAdminReq) FastRead

func (x *UpdateSuperAdminReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*UpdateSuperAdminReq) FastWrite

func (x *UpdateSuperAdminReq) FastWrite(buf []byte) (offset int)

func (*UpdateSuperAdminReq) GetIsRemove

func (x *UpdateSuperAdminReq) GetIsRemove() bool

func (*UpdateSuperAdminReq) GetUserId

func (x *UpdateSuperAdminReq) GetUserId() string

func (*UpdateSuperAdminReq) ProtoMessage

func (*UpdateSuperAdminReq) ProtoMessage()

func (*UpdateSuperAdminReq) ProtoReflect

func (x *UpdateSuperAdminReq) ProtoReflect() protoreflect.Message

func (*UpdateSuperAdminReq) Reset

func (x *UpdateSuperAdminReq) Reset()

func (*UpdateSuperAdminReq) Size

func (x *UpdateSuperAdminReq) Size() (n int)

func (*UpdateSuperAdminReq) String

func (x *UpdateSuperAdminReq) String() string

type UpdateSuperAdminResp

type UpdateSuperAdminResp struct {
	// contains filtered or unexported fields
}

func (*UpdateSuperAdminResp) Descriptor deprecated

func (*UpdateSuperAdminResp) Descriptor() ([]byte, []int)

Deprecated: Use UpdateSuperAdminResp.ProtoReflect.Descriptor instead.

func (*UpdateSuperAdminResp) FastRead

func (x *UpdateSuperAdminResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*UpdateSuperAdminResp) FastWrite

func (x *UpdateSuperAdminResp) FastWrite(buf []byte) (offset int)

func (*UpdateSuperAdminResp) ProtoMessage

func (*UpdateSuperAdminResp) ProtoMessage()

func (*UpdateSuperAdminResp) ProtoReflect

func (x *UpdateSuperAdminResp) ProtoReflect() protoreflect.Message

func (*UpdateSuperAdminResp) Reset

func (x *UpdateSuperAdminResp) Reset()

func (*UpdateSuperAdminResp) Size

func (x *UpdateSuperAdminResp) Size() (n int)

func (*UpdateSuperAdminResp) String

func (x *UpdateSuperAdminResp) String() string

type UpdateUserInfoReq

type UpdateUserInfoReq struct {
	AvatarUrl *string `protobuf:"bytes,1,opt,name=avatarUrl,proto3,oneof" json:"avatarUrl,omitempty"`
	Nickname  *string `protobuf:"bytes,2,opt,name=nickname,proto3,oneof" json:"nickname,omitempty"`
	Motto     *string `protobuf:"bytes,3,opt,name=motto,proto3,oneof" json:"motto,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserInfoReq) Descriptor deprecated

func (*UpdateUserInfoReq) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserInfoReq.ProtoReflect.Descriptor instead.

func (*UpdateUserInfoReq) FastRead

func (x *UpdateUserInfoReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*UpdateUserInfoReq) FastWrite

func (x *UpdateUserInfoReq) FastWrite(buf []byte) (offset int)

func (*UpdateUserInfoReq) GetAvatarUrl

func (x *UpdateUserInfoReq) GetAvatarUrl() string

func (*UpdateUserInfoReq) GetMotto

func (x *UpdateUserInfoReq) GetMotto() string

func (*UpdateUserInfoReq) GetNickname

func (x *UpdateUserInfoReq) GetNickname() string

func (*UpdateUserInfoReq) ProtoMessage

func (*UpdateUserInfoReq) ProtoMessage()

func (*UpdateUserInfoReq) ProtoReflect

func (x *UpdateUserInfoReq) ProtoReflect() protoreflect.Message

func (*UpdateUserInfoReq) Reset

func (x *UpdateUserInfoReq) Reset()

func (*UpdateUserInfoReq) Size

func (x *UpdateUserInfoReq) Size() (n int)

func (*UpdateUserInfoReq) String

func (x *UpdateUserInfoReq) String() string

type UpdateUserInfoResp

type UpdateUserInfoResp struct {
	// contains filtered or unexported fields
}

func (*UpdateUserInfoResp) Descriptor deprecated

func (*UpdateUserInfoResp) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserInfoResp.ProtoReflect.Descriptor instead.

func (*UpdateUserInfoResp) FastRead

func (x *UpdateUserInfoResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*UpdateUserInfoResp) FastWrite

func (x *UpdateUserInfoResp) FastWrite(buf []byte) (offset int)

func (*UpdateUserInfoResp) ProtoMessage

func (*UpdateUserInfoResp) ProtoMessage()

func (*UpdateUserInfoResp) ProtoReflect

func (x *UpdateUserInfoResp) ProtoReflect() protoreflect.Message

func (*UpdateUserInfoResp) Reset

func (x *UpdateUserInfoResp) Reset()

func (*UpdateUserInfoResp) Size

func (x *UpdateUserInfoResp) Size() (n int)

func (*UpdateUserInfoResp) String

func (x *UpdateUserInfoResp) String() string

type User

type User interface {
	GetUserInfo(ctx context.Context, req *GetUserInfoReq) (res *GetUserInfoResp, err error)
	UpdateUserInfo(ctx context.Context, req *UpdateUserInfoReq) (res *UpdateUserInfoResp, err error)
	SearchUser(ctx context.Context, req *SearchUserReq) (res *SearchUserResp, err error)
}

func (*User) Descriptor deprecated

func (*User) Descriptor() ([]byte, []int)

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) FastRead

func (x *User) FastRead(buf []byte, _type int8, number int32) (offset int, err error)

func (*User) FastWrite

func (x *User) FastWrite(buf []byte) (offset int)

func (*User) GetArticle

func (x *User) GetArticle() int64

func (*User) GetAvatarUrl

func (x *User) GetAvatarUrl() string

func (*User) GetEnableDebug

func (x *User) GetEnableDebug() bool

func (*User) GetFollower

func (x *User) GetFollower() int64

func (*User) GetFollowing

func (x *User) GetFollowing() int64

func (*User) GetId

func (x *User) GetId() string

func (*User) GetIsFollowing

func (x *User) GetIsFollowing() bool

func (*User) GetLike

func (x *User) GetLike() int64

func (*User) GetMotto

func (x *User) GetMotto() string

func (*User) GetNickname

func (x *User) GetNickname() string

func (*User) GetRoles

func (x *User) GetRoles() []*system.Role

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

func (x *User) ProtoReflect() protoreflect.Message

func (*User) Reset

func (x *User) Reset()

func (*User) Size

func (x *User) Size() (n int)

func (*User) String

func (x *User) String() string

Directories

Path Synopsis
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.
Code generated by Kitex v0.9.1.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL