core_api

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2023 License: GPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_core_api_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_like_proto protoreflect.FileDescriptor
View Source
var File_meowchat_core_api_moment_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 added in v1.0.6

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

func (*Admin) Descriptor deprecated added in v1.0.6

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

Deprecated: Use Admin.ProtoReflect.Descriptor instead.

func (*Admin) GetAvatarUrl added in v1.0.6

func (x *Admin) GetAvatarUrl() string

func (*Admin) GetCommunityId added in v1.0.6

func (x *Admin) GetCommunityId() string

func (*Admin) GetId added in v1.0.6

func (x *Admin) GetId() string

func (*Admin) GetName added in v1.0.6

func (x *Admin) GetName() string

func (*Admin) GetPhone added in v1.0.6

func (x *Admin) GetPhone() string

func (*Admin) GetTitle added in v1.0.6

func (x *Admin) GetTitle() string

func (*Admin) GetWechat added in v1.0.6

func (x *Admin) GetWechat() string

func (*Admin) ProtoMessage added in v1.0.6

func (*Admin) ProtoMessage()

func (*Admin) ProtoReflect added in v1.0.6

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

func (*Admin) Reset added in v1.0.6

func (x *Admin) Reset()

func (*Admin) String added in v1.0.6

func (x *Admin) String() string

type ApplyInfo added in v1.0.6

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

func (*ApplyInfo) Descriptor deprecated added in v1.0.6

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

Deprecated: Use ApplyInfo.ProtoReflect.Descriptor instead.

func (*ApplyInfo) GetApplyId added in v1.0.6

func (x *ApplyInfo) GetApplyId() string

func (*ApplyInfo) GetUser added in v1.0.6

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

func (*ApplyInfo) ProtoMessage added in v1.0.6

func (*ApplyInfo) ProtoMessage()

func (*ApplyInfo) ProtoReflect added in v1.0.6

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

func (*ApplyInfo) Reset added in v1.0.6

func (x *ApplyInfo) Reset()

func (*ApplyInfo) String added in v1.0.6

func (x *ApplyInfo) String() string

type ApplySignedUrlAsCommunityReq

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

func (*ApplySignedUrlAsCommunityReq) Descriptor deprecated

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

Deprecated: Use ApplySignedUrlAsCommunityReq.ProtoReflect.Descriptor instead.

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) String

type ApplySignedUrlAsCommunityResp

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

func (*ApplySignedUrlAsCommunityResp) Descriptor deprecated

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

Deprecated: Use ApplySignedUrlAsCommunityResp.ProtoReflect.Descriptor instead.

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) String

type ApplySignedUrlReq

type ApplySignedUrlReq struct {
	Prefix *string `protobuf:"bytes,1,opt,name=prefix,proto3,oneof" form:"prefix" json:"prefix,omitempty"`
	Suffix *string `protobuf:"bytes,2,opt,name=suffix,proto3,oneof" form:"suffix" 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) 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) String

func (x *ApplySignedUrlReq) String() string

type ApplySignedUrlResp

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

func (*ApplySignedUrlResp) Descriptor deprecated

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

Deprecated: Use ApplySignedUrlResp.ProtoReflect.Descriptor instead.

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) String

func (x *ApplySignedUrlResp) String() string

type CatPreview

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

func (*CatPreview) Descriptor deprecated

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

Deprecated: Use CatPreview.ProtoReflect.Descriptor instead.

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) String

func (x *CatPreview) String() string

type Comment

type Comment struct {
	Id        string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" form:"id" query:"id"`
	Text      string            `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty" form:"text" query:"text"`
	User      *user.UserPreview `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty" form:"user" query:"user"`
	ReplyName string            `protobuf:"bytes,4,opt,name=replyName,proto3" json:"replyName,omitempty" form:"replyName" query:"replyName"`
	Comments  int64             `protobuf:"varint,5,opt,name=comments,proto3" json:"comments,omitempty" form:"comments" query:"comments"`
	UpdateAt  int64             `protobuf:"varint,6,opt,name=updateAt,proto3" json:"updateAt,omitempty" form:"updateAt" query:"updateAt"`
	CreateAt  int64             `protobuf:"varint,7,opt,name=createAt,proto3" json:"createAt,omitempty" form:"createAt" query:"createAt"`
	// contains filtered or unexported fields
}

func (*Comment) Descriptor deprecated

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

Deprecated: Use Comment.ProtoReflect.Descriptor instead.

func (*Comment) GetComments

func (x *Comment) GetComments() int64

func (*Comment) GetCreateAt

func (x *Comment) GetCreateAt() int64

func (*Comment) GetId

func (x *Comment) GetId() string

func (*Comment) GetReplyName

func (x *Comment) GetReplyName() string

func (*Comment) GetText

func (x *Comment) GetText() string

func (*Comment) GetUpdateAt

func (x *Comment) GetUpdateAt() int64

func (*Comment) GetUser

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

func (*Comment) ProtoMessage

func (*Comment) ProtoMessage()

func (*Comment) ProtoReflect

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

func (*Comment) Reset

func (x *Comment) Reset()

func (*Comment) String

func (x *Comment) String() string

type Community added in v1.0.6

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

func (*Community) Descriptor deprecated added in v1.0.6

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

Deprecated: Use Community.ProtoReflect.Descriptor instead.

func (*Community) GetId added in v1.0.6

func (x *Community) GetId() string

func (*Community) GetName added in v1.0.6

func (x *Community) GetName() string

func (*Community) GetParentId added in v1.0.6

func (x *Community) GetParentId() string

func (*Community) ProtoMessage added in v1.0.6

func (*Community) ProtoMessage()

func (*Community) ProtoReflect added in v1.0.6

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

func (*Community) Reset added in v1.0.6

func (x *Community) Reset()

func (*Community) String added in v1.0.6

func (x *Community) String() string

type CreateApplyReq added in v1.0.6

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

func (*CreateApplyReq) Descriptor deprecated added in v1.0.6

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

Deprecated: Use CreateApplyReq.ProtoReflect.Descriptor instead.

func (*CreateApplyReq) GetCommunityId added in v1.0.6

func (x *CreateApplyReq) GetCommunityId() string

func (*CreateApplyReq) ProtoMessage added in v1.0.6

func (*CreateApplyReq) ProtoMessage()

func (*CreateApplyReq) ProtoReflect added in v1.0.6

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

func (*CreateApplyReq) Reset added in v1.0.6

func (x *CreateApplyReq) Reset()

func (*CreateApplyReq) String added in v1.0.6

func (x *CreateApplyReq) String() string

type CreateApplyResp added in v1.0.6

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

func (*CreateApplyResp) Descriptor deprecated added in v1.0.6

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

Deprecated: Use CreateApplyResp.ProtoReflect.Descriptor instead.

func (*CreateApplyResp) ProtoMessage added in v1.0.6

func (*CreateApplyResp) ProtoMessage()

func (*CreateApplyResp) ProtoReflect added in v1.0.6

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

func (*CreateApplyResp) Reset added in v1.0.6

func (x *CreateApplyResp) Reset()

func (*CreateApplyResp) String added in v1.0.6

func (x *CreateApplyResp) String() string

type CreateImageReq

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

func (*CreateImageReq) Descriptor deprecated

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

Deprecated: Use CreateImageReq.ProtoReflect.Descriptor instead.

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) String

func (x *CreateImageReq) String() string

type CreateImageResp

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

func (*CreateImageResp) Descriptor deprecated

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

Deprecated: Use CreateImageResp.ProtoReflect.Descriptor instead.

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) String

func (x *CreateImageResp) String() string

type DeleteAdminReq added in v1.0.6

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

func (*DeleteAdminReq) Descriptor deprecated added in v1.0.6

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

Deprecated: Use DeleteAdminReq.ProtoReflect.Descriptor instead.

func (*DeleteAdminReq) GetId added in v1.0.6

func (x *DeleteAdminReq) GetId() string

func (*DeleteAdminReq) ProtoMessage added in v1.0.6

func (*DeleteAdminReq) ProtoMessage()

func (*DeleteAdminReq) ProtoReflect added in v1.0.6

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

func (*DeleteAdminReq) Reset added in v1.0.6

func (x *DeleteAdminReq) Reset()

func (*DeleteAdminReq) String added in v1.0.6

func (x *DeleteAdminReq) String() string

type DeleteAdminResp added in v1.0.6

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

func (*DeleteAdminResp) Descriptor deprecated added in v1.0.6

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

Deprecated: Use DeleteAdminResp.ProtoReflect.Descriptor instead.

func (*DeleteAdminResp) ProtoMessage added in v1.0.6

func (*DeleteAdminResp) ProtoMessage()

func (*DeleteAdminResp) ProtoReflect added in v1.0.6

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

func (*DeleteAdminResp) Reset added in v1.0.6

func (x *DeleteAdminResp) Reset()

func (*DeleteAdminResp) String added in v1.0.6

func (x *DeleteAdminResp) String() string

type DeleteCatReq

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

func (*DeleteCatReq) Descriptor deprecated

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

Deprecated: Use DeleteCatReq.ProtoReflect.Descriptor instead.

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) 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) ProtoMessage

func (*DeleteCatResp) ProtoMessage()

func (*DeleteCatResp) ProtoReflect

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

func (*DeleteCatResp) Reset

func (x *DeleteCatResp) Reset()

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" form:"commentId" query:"commentId"`
	// contains filtered or unexported fields
}

func (*DeleteCommentReq) Descriptor deprecated

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

Deprecated: Use DeleteCommentReq.ProtoReflect.Descriptor instead.

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) 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) ProtoMessage

func (*DeleteCommentResp) ProtoMessage()

func (*DeleteCommentResp) ProtoReflect

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

func (*DeleteCommentResp) Reset

func (x *DeleteCommentResp) Reset()

func (*DeleteCommentResp) String

func (x *DeleteCommentResp) String() string

type DeleteCommunityReq added in v1.0.6

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

func (*DeleteCommunityReq) Descriptor deprecated added in v1.0.6

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

Deprecated: Use DeleteCommunityReq.ProtoReflect.Descriptor instead.

func (*DeleteCommunityReq) GetId added in v1.0.6

func (x *DeleteCommunityReq) GetId() string

func (*DeleteCommunityReq) ProtoMessage added in v1.0.6

func (*DeleteCommunityReq) ProtoMessage()

func (*DeleteCommunityReq) ProtoReflect added in v1.0.6

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

func (*DeleteCommunityReq) Reset added in v1.0.6

func (x *DeleteCommunityReq) Reset()

func (*DeleteCommunityReq) String added in v1.0.6

func (x *DeleteCommunityReq) String() string

type DeleteCommunityResp added in v1.0.6

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

func (*DeleteCommunityResp) Descriptor deprecated added in v1.0.6

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

Deprecated: Use DeleteCommunityResp.ProtoReflect.Descriptor instead.

func (*DeleteCommunityResp) ProtoMessage added in v1.0.6

func (*DeleteCommunityResp) ProtoMessage()

func (*DeleteCommunityResp) ProtoReflect added in v1.0.6

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

func (*DeleteCommunityResp) Reset added in v1.0.6

func (x *DeleteCommunityResp) Reset()

func (*DeleteCommunityResp) String added in v1.0.6

func (x *DeleteCommunityResp) String() string

type DeleteImageReq

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

func (*DeleteImageReq) Descriptor deprecated

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

Deprecated: Use DeleteImageReq.ProtoReflect.Descriptor instead.

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) 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) ProtoMessage

func (*DeleteImageResp) ProtoMessage()

func (*DeleteImageResp) ProtoReflect

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

func (*DeleteImageResp) Reset

func (x *DeleteImageResp) Reset()

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" form:"momentId" query:"momentId"`
	// contains filtered or unexported fields
}

func (*DeleteMomentReq) Descriptor deprecated

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

Deprecated: Use DeleteMomentReq.ProtoReflect.Descriptor instead.

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) 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) ProtoMessage

func (*DeleteMomentResp) ProtoMessage()

func (*DeleteMomentResp) ProtoReflect

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

func (*DeleteMomentResp) Reset

func (x *DeleteMomentResp) Reset()

func (*DeleteMomentResp) String

func (x *DeleteMomentResp) String() string

type DeleteNewsReq added in v1.0.6

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

func (*DeleteNewsReq) Descriptor deprecated added in v1.0.6

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

Deprecated: Use DeleteNewsReq.ProtoReflect.Descriptor instead.

func (*DeleteNewsReq) GetId added in v1.0.6

func (x *DeleteNewsReq) GetId() string

func (*DeleteNewsReq) ProtoMessage added in v1.0.6

func (*DeleteNewsReq) ProtoMessage()

func (*DeleteNewsReq) ProtoReflect added in v1.0.6

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

func (*DeleteNewsReq) Reset added in v1.0.6

func (x *DeleteNewsReq) Reset()

func (*DeleteNewsReq) String added in v1.0.6

func (x *DeleteNewsReq) String() string

type DeleteNewsResp added in v1.0.6

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

func (*DeleteNewsResp) Descriptor deprecated added in v1.0.6

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

Deprecated: Use DeleteNewsResp.ProtoReflect.Descriptor instead.

func (*DeleteNewsResp) ProtoMessage added in v1.0.6

func (*DeleteNewsResp) ProtoMessage()

func (*DeleteNewsResp) ProtoReflect added in v1.0.6

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

func (*DeleteNewsResp) Reset added in v1.0.6

func (x *DeleteNewsResp) Reset()

func (*DeleteNewsResp) String added in v1.0.6

func (x *DeleteNewsResp) String() string

type DeleteNoticeReq added in v1.0.6

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

func (*DeleteNoticeReq) Descriptor deprecated added in v1.0.6

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

Deprecated: Use DeleteNoticeReq.ProtoReflect.Descriptor instead.

func (*DeleteNoticeReq) GetId added in v1.0.6

func (x *DeleteNoticeReq) GetId() string

func (*DeleteNoticeReq) ProtoMessage added in v1.0.6

func (*DeleteNoticeReq) ProtoMessage()

func (*DeleteNoticeReq) ProtoReflect added in v1.0.6

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

func (*DeleteNoticeReq) Reset added in v1.0.6

func (x *DeleteNoticeReq) Reset()

func (*DeleteNoticeReq) String added in v1.0.6

func (x *DeleteNoticeReq) String() string

type DeleteNoticeResp added in v1.0.6

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

func (*DeleteNoticeResp) Descriptor deprecated added in v1.0.6

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

Deprecated: Use DeleteNoticeResp.ProtoReflect.Descriptor instead.

func (*DeleteNoticeResp) ProtoMessage added in v1.0.6

func (*DeleteNoticeResp) ProtoMessage()

func (*DeleteNoticeResp) ProtoReflect added in v1.0.6

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

func (*DeleteNoticeResp) Reset added in v1.0.6

func (x *DeleteNoticeResp) Reset()

func (*DeleteNoticeResp) String added in v1.0.6

func (x *DeleteNoticeResp) String() string

type DeletePostReq

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

func (*DeletePostReq) Descriptor deprecated

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

Deprecated: Use DeletePostReq.ProtoReflect.Descriptor instead.

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) 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) ProtoMessage

func (*DeletePostResp) ProtoMessage()

func (*DeletePostResp) ProtoReflect

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

func (*DeletePostResp) Reset

func (x *DeletePostResp) Reset()

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" form:"targetId" query:"targetId"`
	TargetType user.LikeType `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DoLikeReq) Descriptor deprecated

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

Deprecated: Use DoLikeReq.ProtoReflect.Descriptor instead.

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) String

func (x *DoLikeReq) String() string

type DoLikeResp

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

func (*DoLikeResp) Descriptor deprecated

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

Deprecated: Use DoLikeResp.ProtoReflect.Descriptor instead.

func (*DoLikeResp) ProtoMessage

func (*DoLikeResp) ProtoMessage()

func (*DoLikeResp) ProtoReflect

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

func (*DoLikeResp) Reset

func (x *DoLikeResp) Reset()

func (*DoLikeResp) String

func (x *DoLikeResp) String() string

type GetAdminsReq added in v1.0.6

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

func (*GetAdminsReq) Descriptor deprecated added in v1.0.6

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

Deprecated: Use GetAdminsReq.ProtoReflect.Descriptor instead.

func (*GetAdminsReq) GetCommunityId added in v1.0.6

func (x *GetAdminsReq) GetCommunityId() string

func (*GetAdminsReq) ProtoMessage added in v1.0.6

func (*GetAdminsReq) ProtoMessage()

func (*GetAdminsReq) ProtoReflect added in v1.0.6

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

func (*GetAdminsReq) Reset added in v1.0.6

func (x *GetAdminsReq) Reset()

func (*GetAdminsReq) String added in v1.0.6

func (x *GetAdminsReq) String() string

type GetAdminsResp added in v1.0.6

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

func (*GetAdminsResp) Descriptor deprecated added in v1.0.6

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

Deprecated: Use GetAdminsResp.ProtoReflect.Descriptor instead.

func (*GetAdminsResp) GetAdmins added in v1.0.6

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

func (*GetAdminsResp) ProtoMessage added in v1.0.6

func (*GetAdminsResp) ProtoMessage()

func (*GetAdminsResp) ProtoReflect added in v1.0.6

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

func (*GetAdminsResp) Reset added in v1.0.6

func (x *GetAdminsResp) Reset()

func (*GetAdminsResp) String added in v1.0.6

func (x *GetAdminsResp) String() string

type GetCatDetailReq

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

func (*GetCatDetailReq) Descriptor deprecated

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

Deprecated: Use GetCatDetailReq.ProtoReflect.Descriptor instead.

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) String

func (x *GetCatDetailReq) String() string

type GetCatDetailResp

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

func (*GetCatDetailResp) Descriptor deprecated

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

Deprecated: Use GetCatDetailResp.ProtoReflect.Descriptor instead.

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) String

func (x *GetCatDetailResp) String() string

type GetCatPreviewsReq

type GetCatPreviewsReq struct {
	CommunityId string `protobuf:"bytes,1,opt,name=communityId,proto3" json:"communityId,omitempty" form:"communityId" query:"communityId"`
	Page        int64  `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty" form:"page" query:"page"`
	// contains filtered or unexported fields
}

func (*GetCatPreviewsReq) Descriptor deprecated

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

Deprecated: Use GetCatPreviewsReq.ProtoReflect.Descriptor instead.

func (*GetCatPreviewsReq) GetCommunityId

func (x *GetCatPreviewsReq) GetCommunityId() string

func (*GetCatPreviewsReq) GetPage

func (x *GetCatPreviewsReq) GetPage() int64

func (*GetCatPreviewsReq) ProtoMessage

func (*GetCatPreviewsReq) ProtoMessage()

func (*GetCatPreviewsReq) ProtoReflect

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

func (*GetCatPreviewsReq) Reset

func (x *GetCatPreviewsReq) Reset()

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" form:"cats" query:"cats"`
	Total int64         `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty" form:"total" query:"total"`
	// contains filtered or unexported fields
}

func (*GetCatPreviewsResp) Descriptor deprecated

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

Deprecated: Use GetCatPreviewsResp.ProtoReflect.Descriptor instead.

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) String

func (x *GetCatPreviewsResp) String() string

type GetCommentsReq

type GetCommentsReq struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" form:"id" query:"id"`
	Scope string `protobuf:"bytes,2,opt,name=scope,proto3" json:"scope,omitempty" form:"scope" query:"scope"`
	Page  int64  `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty" form:"page" query:"page"`
	// contains filtered or unexported fields
}

func (*GetCommentsReq) Descriptor deprecated

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

Deprecated: Use GetCommentsReq.ProtoReflect.Descriptor instead.

func (*GetCommentsReq) GetId

func (x *GetCommentsReq) GetId() string

func (*GetCommentsReq) GetPage

func (x *GetCommentsReq) GetPage() int64

func (*GetCommentsReq) GetScope

func (x *GetCommentsReq) GetScope() string

func (*GetCommentsReq) ProtoMessage

func (*GetCommentsReq) ProtoMessage()

func (*GetCommentsReq) ProtoReflect

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

func (*GetCommentsReq) Reset

func (x *GetCommentsReq) Reset()

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" form:"comments" query:"comments"`
	Total    int64      `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty" form:"total" query:"total"`
	// contains filtered or unexported fields
}

func (*GetCommentsResp) Descriptor deprecated

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

Deprecated: Use GetCommentsResp.ProtoReflect.Descriptor instead.

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) String

func (x *GetCommentsResp) String() string

type GetImageByCatReq

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

func (*GetImageByCatReq) Descriptor deprecated

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

Deprecated: Use GetImageByCatReq.ProtoReflect.Descriptor instead.

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) String

func (x *GetImageByCatReq) String() string

type GetImageByCatResp

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

func (*GetImageByCatResp) Descriptor deprecated

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

Deprecated: Use GetImageByCatResp.ProtoReflect.Descriptor instead.

func (*GetImageByCatResp) GetImages

func (x *GetImageByCatResp) GetImages() []*content.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) String

func (x *GetImageByCatResp) String() string

type GetLikedCountReq

type GetLikedCountReq struct {
	TargetId   string        `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId,omitempty" form:"targetId" query:"targetId"`
	TargetType user.LikeType `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetLikedCountReq) Descriptor deprecated

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

Deprecated: Use GetLikedCountReq.ProtoReflect.Descriptor instead.

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) String

func (x *GetLikedCountReq) String() string

type GetLikedCountResp

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

func (*GetLikedCountResp) Descriptor deprecated

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

Deprecated: Use GetLikedCountResp.ProtoReflect.Descriptor instead.

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) String

func (x *GetLikedCountResp) String() string

type GetLikedUsersReq

type GetLikedUsersReq struct {
	TargetId   string        `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId,omitempty" form:"targetId" query:"targetId"`
	TargetType user.LikeType `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetLikedUsersReq) Descriptor deprecated

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

Deprecated: Use GetLikedUsersReq.ProtoReflect.Descriptor instead.

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) String

func (x *GetLikedUsersReq) String() string

type GetLikedUsersResp

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

func (*GetLikedUsersResp) Descriptor deprecated

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

Deprecated: Use GetLikedUsersResp.ProtoReflect.Descriptor instead.

func (*GetLikedUsersResp) GetUsers

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

func (*GetLikedUsersResp) ProtoMessage

func (*GetLikedUsersResp) ProtoMessage()

func (*GetLikedUsersResp) ProtoReflect

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

func (*GetLikedUsersResp) Reset

func (x *GetLikedUsersResp) Reset()

func (*GetLikedUsersResp) String

func (x *GetLikedUsersResp) String() string

type GetMomentDetailReq

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

func (*GetMomentDetailReq) Descriptor deprecated

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

Deprecated: Use GetMomentDetailReq.ProtoReflect.Descriptor instead.

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) String

func (x *GetMomentDetailReq) String() string

type GetMomentDetailResp

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

func (*GetMomentDetailResp) Descriptor deprecated

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

Deprecated: Use GetMomentDetailResp.ProtoReflect.Descriptor instead.

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) String

func (x *GetMomentDetailResp) String() string

type GetMomentPreviewsReq

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

func (*GetMomentPreviewsReq) Descriptor deprecated

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

Deprecated: Use GetMomentPreviewsReq.ProtoReflect.Descriptor instead.

func (*GetMomentPreviewsReq) GetCommunityId

func (x *GetMomentPreviewsReq) GetCommunityId() string

func (*GetMomentPreviewsReq) GetIsParent

func (x *GetMomentPreviewsReq) GetIsParent() bool

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) String

func (x *GetMomentPreviewsReq) String() string

type GetMomentPreviewsResp

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

func (*GetMomentPreviewsResp) Descriptor deprecated

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

Deprecated: Use GetMomentPreviewsResp.ProtoReflect.Descriptor instead.

func (*GetMomentPreviewsResp) GetMoments

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

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) String

func (x *GetMomentPreviewsResp) String() string

type GetNewsReq added in v1.0.6

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

func (*GetNewsReq) Descriptor deprecated added in v1.0.6

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

Deprecated: Use GetNewsReq.ProtoReflect.Descriptor instead.

func (*GetNewsReq) GetCommunityId added in v1.0.6

func (x *GetNewsReq) GetCommunityId() string

func (*GetNewsReq) ProtoMessage added in v1.0.6

func (*GetNewsReq) ProtoMessage()

func (*GetNewsReq) ProtoReflect added in v1.0.6

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

func (*GetNewsReq) Reset added in v1.0.6

func (x *GetNewsReq) Reset()

func (*GetNewsReq) String added in v1.0.6

func (x *GetNewsReq) String() string

type GetNewsResp added in v1.0.6

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

func (*GetNewsResp) Descriptor deprecated added in v1.0.6

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

Deprecated: Use GetNewsResp.ProtoReflect.Descriptor instead.

func (*GetNewsResp) GetNews added in v1.0.6

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

func (*GetNewsResp) ProtoMessage added in v1.0.6

func (*GetNewsResp) ProtoMessage()

func (*GetNewsResp) ProtoReflect added in v1.0.6

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

func (*GetNewsResp) Reset added in v1.0.6

func (x *GetNewsResp) Reset()

func (*GetNewsResp) String added in v1.0.6

func (x *GetNewsResp) String() string

type GetNoticesReq added in v1.0.6

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

func (*GetNoticesReq) Descriptor deprecated added in v1.0.6

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

Deprecated: Use GetNoticesReq.ProtoReflect.Descriptor instead.

func (*GetNoticesReq) GetCommunityId added in v1.0.6

func (x *GetNoticesReq) GetCommunityId() string

func (*GetNoticesReq) ProtoMessage added in v1.0.6

func (*GetNoticesReq) ProtoMessage()

func (*GetNoticesReq) ProtoReflect added in v1.0.6

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

func (*GetNoticesReq) Reset added in v1.0.6

func (x *GetNoticesReq) Reset()

func (*GetNoticesReq) String added in v1.0.6

func (x *GetNoticesReq) String() string

type GetNoticesResp added in v1.0.6

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

func (*GetNoticesResp) Descriptor deprecated added in v1.0.6

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

Deprecated: Use GetNoticesResp.ProtoReflect.Descriptor instead.

func (*GetNoticesResp) GetNotices added in v1.0.6

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

func (*GetNoticesResp) ProtoMessage added in v1.0.6

func (*GetNoticesResp) ProtoMessage()

func (*GetNoticesResp) ProtoReflect added in v1.0.6

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

func (*GetNoticesResp) Reset added in v1.0.6

func (x *GetNoticesResp) Reset()

func (*GetNoticesResp) String added in v1.0.6

func (x *GetNoticesResp) String() string

type GetPostDetailReq

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

func (*GetPostDetailReq) Descriptor deprecated

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

Deprecated: Use GetPostDetailReq.ProtoReflect.Descriptor instead.

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) String

func (x *GetPostDetailReq) String() string

type GetPostDetailResp

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

func (*GetPostDetailResp) Descriptor deprecated

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

Deprecated: Use GetPostDetailResp.ProtoReflect.Descriptor instead.

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) String

func (x *GetPostDetailResp) String() string

type GetPostPreviewsReq

type GetPostPreviewsReq struct {
	PaginationOption *basic.PaginationOptions `protobuf:"bytes,1,opt,name=paginationOption,proto3" form:",inline" json:",inline,omitempty"`
	OnlyOfficial     *bool                    `protobuf:"varint,2,opt,name=onlyOfficial,proto3,oneof" json:"onlyOfficial,omitempty" form:"onlyOfficial" query:"onlyOfficial"`
	OnlyUserId       *string                  `protobuf:"bytes,3,opt,name=onlyUserId,proto3,oneof" json:"onlyUserId,omitempty" form:"onlyUserId" query:"onlyUserId"`
	SearchOptions    *SearchOptions           `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetPostPreviewsReq) Descriptor deprecated

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

Deprecated: Use GetPostPreviewsReq.ProtoReflect.Descriptor instead.

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) String

func (x *GetPostPreviewsReq) String() string

type GetPostPreviewsResp

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

func (*GetPostPreviewsResp) Descriptor deprecated

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

Deprecated: Use GetPostPreviewsResp.ProtoReflect.Descriptor instead.

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) String

func (x *GetPostPreviewsResp) String() string

type GetUserByRoleReq added in v1.0.6

type GetUserByRoleReq struct {
	RoleType    system.RoleType `` /* 133-byte string literal not displayed */
	CommunityId string          `protobuf:"bytes,2,opt,name=communityId,proto3" json:"communityId,omitempty" form:"communityId" query:"communityId"`
	// contains filtered or unexported fields
}

func (*GetUserByRoleReq) Descriptor deprecated added in v1.0.6

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

Deprecated: Use GetUserByRoleReq.ProtoReflect.Descriptor instead.

func (*GetUserByRoleReq) GetCommunityId added in v1.0.6

func (x *GetUserByRoleReq) GetCommunityId() string

func (*GetUserByRoleReq) GetRoleType added in v1.0.6

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

func (*GetUserByRoleReq) ProtoMessage added in v1.0.6

func (*GetUserByRoleReq) ProtoMessage()

func (*GetUserByRoleReq) ProtoReflect added in v1.0.6

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

func (*GetUserByRoleReq) Reset added in v1.0.6

func (x *GetUserByRoleReq) Reset()

func (*GetUserByRoleReq) String added in v1.0.6

func (x *GetUserByRoleReq) String() string

type GetUserByRoleResp added in v1.0.6

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

func (*GetUserByRoleResp) Descriptor deprecated added in v1.0.6

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

Deprecated: Use GetUserByRoleResp.ProtoReflect.Descriptor instead.

func (*GetUserByRoleResp) GetUsers added in v1.0.6

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

func (*GetUserByRoleResp) ProtoMessage added in v1.0.6

func (*GetUserByRoleResp) ProtoMessage()

func (*GetUserByRoleResp) ProtoReflect added in v1.0.6

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

func (*GetUserByRoleResp) Reset added in v1.0.6

func (x *GetUserByRoleResp) Reset()

func (*GetUserByRoleResp) String added in v1.0.6

func (x *GetUserByRoleResp) String() string

type GetUserInfoReq

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

func (*GetUserInfoReq) Descriptor deprecated

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

Deprecated: Use GetUserInfoReq.ProtoReflect.Descriptor instead.

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) String

func (x *GetUserInfoReq) String() string

type GetUserInfoResp

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

func (*GetUserInfoResp) Descriptor deprecated

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

Deprecated: Use GetUserInfoResp.ProtoReflect.Descriptor instead.

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) String

func (x *GetUserInfoResp) String() string

type GetUserLikedReq

type GetUserLikedReq struct {
	TargetId   string        `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId,omitempty" form:"targetId" query:"targetId"`
	TargetType user.LikeType `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetUserLikedReq) Descriptor deprecated

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

Deprecated: Use GetUserLikedReq.ProtoReflect.Descriptor instead.

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) String

func (x *GetUserLikedReq) String() string

type GetUserLikedResp

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

func (*GetUserLikedResp) Descriptor deprecated

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

Deprecated: Use GetUserLikedResp.ProtoReflect.Descriptor instead.

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) String

func (x *GetUserLikedResp) String() string

type GetUserLikesReq

type GetUserLikesReq struct {
	UserId     string        `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty" form:"userId" query:"userId"`
	TargetType user.LikeType `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetUserLikesReq) Descriptor deprecated

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

Deprecated: Use GetUserLikesReq.ProtoReflect.Descriptor instead.

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) String

func (x *GetUserLikesReq) String() string

type GetUserLikesResp

type GetUserLikesResp struct {
	Likes []*user.Like `protobuf:"bytes,1,rep,name=likes,proto3" json:"likes,omitempty" form:"likes" query:"likes"`
	// contains filtered or unexported fields
}

func (*GetUserLikesResp) Descriptor deprecated

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

Deprecated: Use GetUserLikesResp.ProtoReflect.Descriptor instead.

func (*GetUserLikesResp) GetLikes

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

func (*GetUserLikesResp) ProtoMessage

func (*GetUserLikesResp) ProtoMessage()

func (*GetUserLikesResp) ProtoReflect

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

func (*GetUserLikesResp) Reset

func (x *GetUserLikesResp) Reset()

func (*GetUserLikesResp) String

func (x *GetUserLikesResp) String() string

type GetUserRolesReq added in v1.0.6

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

func (*GetUserRolesReq) Descriptor deprecated added in v1.0.6

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

Deprecated: Use GetUserRolesReq.ProtoReflect.Descriptor instead.

func (*GetUserRolesReq) ProtoMessage added in v1.0.6

func (*GetUserRolesReq) ProtoMessage()

func (*GetUserRolesReq) ProtoReflect added in v1.0.6

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

func (*GetUserRolesReq) Reset added in v1.0.6

func (x *GetUserRolesReq) Reset()

func (*GetUserRolesReq) String added in v1.0.6

func (x *GetUserRolesReq) String() string

type GetUserRolesResp added in v1.0.6

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

func (*GetUserRolesResp) Descriptor deprecated added in v1.0.6

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

Deprecated: Use GetUserRolesResp.ProtoReflect.Descriptor instead.

func (*GetUserRolesResp) GetRoles added in v1.0.6

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

func (*GetUserRolesResp) ProtoMessage added in v1.0.6

func (*GetUserRolesResp) ProtoMessage()

func (*GetUserRolesResp) ProtoReflect added in v1.0.6

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

func (*GetUserRolesResp) Reset added in v1.0.6

func (x *GetUserRolesResp) Reset()

func (*GetUserRolesResp) String added in v1.0.6

func (x *GetUserRolesResp) String() string

type HandleApplyReq added in v1.0.6

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

func (*HandleApplyReq) Descriptor deprecated added in v1.0.6

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

Deprecated: Use HandleApplyReq.ProtoReflect.Descriptor instead.

func (*HandleApplyReq) GetApplyId added in v1.0.6

func (x *HandleApplyReq) GetApplyId() string

func (*HandleApplyReq) GetIsRejected added in v1.0.6

func (x *HandleApplyReq) GetIsRejected() bool

func (*HandleApplyReq) ProtoMessage added in v1.0.6

func (*HandleApplyReq) ProtoMessage()

func (*HandleApplyReq) ProtoReflect added in v1.0.6

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

func (*HandleApplyReq) Reset added in v1.0.6

func (x *HandleApplyReq) Reset()

func (*HandleApplyReq) String added in v1.0.6

func (x *HandleApplyReq) String() string

type HandleApplyResp added in v1.0.6

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

func (*HandleApplyResp) Descriptor deprecated added in v1.0.6

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

Deprecated: Use HandleApplyResp.ProtoReflect.Descriptor instead.

func (*HandleApplyResp) ProtoMessage added in v1.0.6

func (*HandleApplyResp) ProtoMessage()

func (*HandleApplyResp) ProtoReflect added in v1.0.6

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

func (*HandleApplyResp) Reset added in v1.0.6

func (x *HandleApplyResp) Reset()

func (*HandleApplyResp) String added in v1.0.6

func (x *HandleApplyResp) String() string

type ListApplyReq added in v1.0.6

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

func (*ListApplyReq) Descriptor deprecated added in v1.0.6

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

Deprecated: Use ListApplyReq.ProtoReflect.Descriptor instead.

func (*ListApplyReq) GetCommunityId added in v1.0.6

func (x *ListApplyReq) GetCommunityId() string

func (*ListApplyReq) ProtoMessage added in v1.0.6

func (*ListApplyReq) ProtoMessage()

func (*ListApplyReq) ProtoReflect added in v1.0.6

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

func (*ListApplyReq) Reset added in v1.0.6

func (x *ListApplyReq) Reset()

func (*ListApplyReq) String added in v1.0.6

func (x *ListApplyReq) String() string

type ListApplyResp added in v1.0.6

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

func (*ListApplyResp) Descriptor deprecated added in v1.0.6

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

Deprecated: Use ListApplyResp.ProtoReflect.Descriptor instead.

func (*ListApplyResp) GetApplyInfo added in v1.0.6

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

func (*ListApplyResp) ProtoMessage added in v1.0.6

func (*ListApplyResp) ProtoMessage()

func (*ListApplyResp) ProtoReflect added in v1.0.6

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

func (*ListApplyResp) Reset added in v1.0.6

func (x *ListApplyResp) Reset()

func (*ListApplyResp) String added in v1.0.6

func (x *ListApplyResp) String() string

type ListCommunityReq added in v1.0.6

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

func (*ListCommunityReq) Descriptor deprecated added in v1.0.6

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

Deprecated: Use ListCommunityReq.ProtoReflect.Descriptor instead.

func (*ListCommunityReq) GetParentId added in v1.0.6

func (x *ListCommunityReq) GetParentId() string

func (*ListCommunityReq) ProtoMessage added in v1.0.6

func (*ListCommunityReq) ProtoMessage()

func (*ListCommunityReq) ProtoReflect added in v1.0.6

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

func (*ListCommunityReq) Reset added in v1.0.6

func (x *ListCommunityReq) Reset()

func (*ListCommunityReq) String added in v1.0.6

func (x *ListCommunityReq) String() string

type ListCommunityResp added in v1.0.6

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

func (*ListCommunityResp) Descriptor deprecated added in v1.0.6

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

Deprecated: Use ListCommunityResp.ProtoReflect.Descriptor instead.

func (*ListCommunityResp) GetCommunities added in v1.0.6

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

func (*ListCommunityResp) ProtoMessage added in v1.0.6

func (*ListCommunityResp) ProtoMessage()

func (*ListCommunityResp) ProtoReflect added in v1.0.6

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

func (*ListCommunityResp) Reset added in v1.0.6

func (x *ListCommunityResp) Reset()

func (*ListCommunityResp) String added in v1.0.6

func (x *ListCommunityResp) String() string

type Moment

type Moment struct {
	Id          string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" form:"id" query:"id"`
	CreateAt    int64             `protobuf:"varint,2,opt,name=createAt,proto3" json:"createAt,omitempty" form:"createAt" query:"createAt"`
	CatId       string            `protobuf:"bytes,3,opt,name=catId,proto3" json:"catId,omitempty" form:"catId" query:"catId"`
	Photos      []string          `protobuf:"bytes,4,rep,name=photos,proto3" json:"photos,omitempty" form:"photos" query:"photos"` // 图片url
	Title       string            `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty" form:"title" query:"title"`
	Text        string            `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty" form:"text" query:"text"`
	CommunityId string            `protobuf:"bytes,7,opt,name=communityId,proto3" json:"communityId,omitempty" form:"communityId" query:"communityId"`
	UserId      *user.UserPreview `protobuf:"bytes,8,opt,name=userId,proto3" json:"userId,omitempty" form:"userId" query:"userId"`
	// contains filtered or unexported fields
}

func (*Moment) Descriptor deprecated

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

Deprecated: Use Moment.ProtoReflect.Descriptor instead.

func (*Moment) GetCatId

func (x *Moment) GetCatId() string

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) GetPhotos

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

func (*Moment) GetText

func (x *Moment) GetText() string

func (*Moment) GetTitle

func (x *Moment) GetTitle() string

func (*Moment) GetUserId

func (x *Moment) GetUserId() *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) String

func (x *Moment) String() string

type NewAdminReq added in v1.0.6

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

func (*NewAdminReq) Descriptor deprecated added in v1.0.6

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

Deprecated: Use NewAdminReq.ProtoReflect.Descriptor instead.

func (*NewAdminReq) GetAvatarUrl added in v1.0.6

func (x *NewAdminReq) GetAvatarUrl() string

func (*NewAdminReq) GetCommunityId added in v1.0.6

func (x *NewAdminReq) GetCommunityId() string

func (*NewAdminReq) GetId added in v1.0.6

func (x *NewAdminReq) GetId() string

func (*NewAdminReq) GetName added in v1.0.6

func (x *NewAdminReq) GetName() string

func (*NewAdminReq) GetPhone added in v1.0.6

func (x *NewAdminReq) GetPhone() string

func (*NewAdminReq) GetTitle added in v1.0.6

func (x *NewAdminReq) GetTitle() string

func (*NewAdminReq) GetWechat added in v1.0.6

func (x *NewAdminReq) GetWechat() string

func (*NewAdminReq) ProtoMessage added in v1.0.6

func (*NewAdminReq) ProtoMessage()

func (*NewAdminReq) ProtoReflect added in v1.0.6

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

func (*NewAdminReq) Reset added in v1.0.6

func (x *NewAdminReq) Reset()

func (*NewAdminReq) String added in v1.0.6

func (x *NewAdminReq) String() string

type NewAdminResp added in v1.0.6

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

func (*NewAdminResp) Descriptor deprecated added in v1.0.6

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

Deprecated: Use NewAdminResp.ProtoReflect.Descriptor instead.

func (*NewAdminResp) GetId added in v1.0.6

func (x *NewAdminResp) GetId() string

func (*NewAdminResp) ProtoMessage added in v1.0.6

func (*NewAdminResp) ProtoMessage()

func (*NewAdminResp) ProtoReflect added in v1.0.6

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

func (*NewAdminResp) Reset added in v1.0.6

func (x *NewAdminResp) Reset()

func (*NewAdminResp) String added in v1.0.6

func (x *NewAdminResp) String() string

type NewCatReq

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

func (*NewCatReq) Descriptor deprecated

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

Deprecated: Use NewCatReq.ProtoReflect.Descriptor instead.

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) String

func (x *NewCatReq) String() string

type NewCatResp

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

func (*NewCatResp) Descriptor deprecated

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

Deprecated: Use NewCatResp.ProtoReflect.Descriptor instead.

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) String

func (x *NewCatResp) String() string

type NewCommentReq

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

func (*NewCommentReq) Descriptor deprecated

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

Deprecated: Use NewCommentReq.ProtoReflect.Descriptor instead.

func (*NewCommentReq) GetId

func (x *NewCommentReq) GetId() string

func (*NewCommentReq) GetScope

func (x *NewCommentReq) GetScope() string

func (*NewCommentReq) GetText

func (x *NewCommentReq) GetText() string

func (*NewCommentReq) ProtoMessage

func (*NewCommentReq) ProtoMessage()

func (*NewCommentReq) ProtoReflect

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

func (*NewCommentReq) Reset

func (x *NewCommentReq) Reset()

func (*NewCommentReq) String

func (x *NewCommentReq) String() string

type NewCommentResp

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

func (*NewCommentResp) Descriptor deprecated

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

Deprecated: Use NewCommentResp.ProtoReflect.Descriptor instead.

func (*NewCommentResp) ProtoMessage

func (*NewCommentResp) ProtoMessage()

func (*NewCommentResp) ProtoReflect

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

func (*NewCommentResp) Reset

func (x *NewCommentResp) Reset()

func (*NewCommentResp) String

func (x *NewCommentResp) String() string

type NewCommunityReq added in v1.0.6

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

func (*NewCommunityReq) Descriptor deprecated added in v1.0.6

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

Deprecated: Use NewCommunityReq.ProtoReflect.Descriptor instead.

func (*NewCommunityReq) GetId added in v1.0.6

func (x *NewCommunityReq) GetId() string

func (*NewCommunityReq) GetName added in v1.0.6

func (x *NewCommunityReq) GetName() string

func (*NewCommunityReq) GetParentId added in v1.0.6

func (x *NewCommunityReq) GetParentId() string

func (*NewCommunityReq) ProtoMessage added in v1.0.6

func (*NewCommunityReq) ProtoMessage()

func (*NewCommunityReq) ProtoReflect added in v1.0.6

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

func (*NewCommunityReq) Reset added in v1.0.6

func (x *NewCommunityReq) Reset()

func (*NewCommunityReq) String added in v1.0.6

func (x *NewCommunityReq) String() string

type NewCommunityResp added in v1.0.6

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

func (*NewCommunityResp) Descriptor deprecated added in v1.0.6

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

Deprecated: Use NewCommunityResp.ProtoReflect.Descriptor instead.

func (*NewCommunityResp) GetId added in v1.0.6

func (x *NewCommunityResp) GetId() string

func (*NewCommunityResp) ProtoMessage added in v1.0.6

func (*NewCommunityResp) ProtoMessage()

func (*NewCommunityResp) ProtoReflect added in v1.0.6

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

func (*NewCommunityResp) Reset added in v1.0.6

func (x *NewCommunityResp) Reset()

func (*NewCommunityResp) String added in v1.0.6

func (x *NewCommunityResp) String() string

type NewMomentReq

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

func (*NewMomentReq) Descriptor deprecated

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

Deprecated: Use NewMomentReq.ProtoReflect.Descriptor instead.

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) String

func (x *NewMomentReq) String() string

type NewMomentResp

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

func (*NewMomentResp) Descriptor deprecated

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

Deprecated: Use NewMomentResp.ProtoReflect.Descriptor instead.

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) String

func (x *NewMomentResp) String() string

type NewNewsReq added in v1.0.6

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

func (*NewNewsReq) Descriptor deprecated added in v1.0.6

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

Deprecated: Use NewNewsReq.ProtoReflect.Descriptor instead.

func (*NewNewsReq) GetCommunityId added in v1.0.6

func (x *NewNewsReq) GetCommunityId() string

func (*NewNewsReq) GetId added in v1.0.6

func (x *NewNewsReq) GetId() string

func (*NewNewsReq) GetImageUrl added in v1.0.6

func (x *NewNewsReq) GetImageUrl() string

func (*NewNewsReq) GetIsPublic added in v1.0.6

func (x *NewNewsReq) GetIsPublic() int64

func (*NewNewsReq) GetLinkUrl added in v1.0.6

func (x *NewNewsReq) GetLinkUrl() string

func (*NewNewsReq) GetType added in v1.0.6

func (x *NewNewsReq) GetType() string

func (*NewNewsReq) ProtoMessage added in v1.0.6

func (*NewNewsReq) ProtoMessage()

func (*NewNewsReq) ProtoReflect added in v1.0.6

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

func (*NewNewsReq) Reset added in v1.0.6

func (x *NewNewsReq) Reset()

func (*NewNewsReq) String added in v1.0.6

func (x *NewNewsReq) String() string

type NewNewsResp added in v1.0.6

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

func (*NewNewsResp) Descriptor deprecated added in v1.0.6

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

Deprecated: Use NewNewsResp.ProtoReflect.Descriptor instead.

func (*NewNewsResp) GetId added in v1.0.6

func (x *NewNewsResp) GetId() string

func (*NewNewsResp) ProtoMessage added in v1.0.6

func (*NewNewsResp) ProtoMessage()

func (*NewNewsResp) ProtoReflect added in v1.0.6

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

func (*NewNewsResp) Reset added in v1.0.6

func (x *NewNewsResp) Reset()

func (*NewNewsResp) String added in v1.0.6

func (x *NewNewsResp) String() string

type NewNoticeReq added in v1.0.6

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

func (*NewNoticeReq) Descriptor deprecated added in v1.0.6

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

Deprecated: Use NewNoticeReq.ProtoReflect.Descriptor instead.

func (*NewNoticeReq) GetCommunityId added in v1.0.6

func (x *NewNoticeReq) GetCommunityId() string

func (*NewNoticeReq) GetId added in v1.0.6

func (x *NewNoticeReq) GetId() string

func (*NewNoticeReq) GetText added in v1.0.6

func (x *NewNoticeReq) GetText() string

func (*NewNoticeReq) ProtoMessage added in v1.0.6

func (*NewNoticeReq) ProtoMessage()

func (*NewNoticeReq) ProtoReflect added in v1.0.6

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

func (*NewNoticeReq) Reset added in v1.0.6

func (x *NewNoticeReq) Reset()

func (*NewNoticeReq) String added in v1.0.6

func (x *NewNoticeReq) String() string

type NewNoticeResp added in v1.0.6

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

func (*NewNoticeResp) Descriptor deprecated added in v1.0.6

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

Deprecated: Use NewNoticeResp.ProtoReflect.Descriptor instead.

func (*NewNoticeResp) GetId added in v1.0.6

func (x *NewNoticeResp) GetId() string

func (*NewNoticeResp) ProtoMessage added in v1.0.6

func (*NewNoticeResp) ProtoMessage()

func (*NewNoticeResp) ProtoReflect added in v1.0.6

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

func (*NewNoticeResp) Reset added in v1.0.6

func (x *NewNoticeResp) Reset()

func (*NewNoticeResp) String added in v1.0.6

func (x *NewNoticeResp) String() string

type NewPostReq

type NewPostReq struct {
	Id       *string  `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty" form:"id" query:"id"`
	Title    string   `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty" form:"title" query:"title"`
	Text     string   `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty" form:"text" query:"text"`
	CoverUrl string   `protobuf:"bytes,4,opt,name=coverUrl,proto3" json:"coverUrl,omitempty" form:"coverUrl" query:"coverUrl"`
	Tags     []string `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty" form:"tags" query:"tags"`
	// contains filtered or unexported fields
}

func (*NewPostReq) Descriptor deprecated

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

Deprecated: Use NewPostReq.ProtoReflect.Descriptor instead.

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) String

func (x *NewPostReq) String() string

type NewPostResp

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

func (*NewPostResp) Descriptor deprecated

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

Deprecated: Use NewPostResp.ProtoReflect.Descriptor instead.

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) String

func (x *NewPostResp) String() string

type News added in v1.0.6

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

func (*News) Descriptor deprecated added in v1.0.6

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

Deprecated: Use News.ProtoReflect.Descriptor instead.

func (*News) GetCommunityId added in v1.0.6

func (x *News) GetCommunityId() string

func (*News) GetCreateAt added in v1.0.6

func (x *News) GetCreateAt() int64

func (*News) GetId added in v1.0.6

func (x *News) GetId() string

func (*News) GetImageUrl added in v1.0.6

func (x *News) GetImageUrl() string

func (*News) GetIsPublic added in v1.0.6

func (x *News) GetIsPublic() int64

func (*News) GetLinkUrl added in v1.0.6

func (x *News) GetLinkUrl() string

func (*News) GetType added in v1.0.6

func (x *News) GetType() string

func (*News) ProtoMessage added in v1.0.6

func (*News) ProtoMessage()

func (*News) ProtoReflect added in v1.0.6

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

func (*News) Reset added in v1.0.6

func (x *News) Reset()

func (*News) String added in v1.0.6

func (x *News) String() string

type Notice added in v1.0.6

type Notice struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" form:"id" query:"id"`
	Text     string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty" form:"text" query:"text"`
	CreateAt int64  `protobuf:"varint,3,opt,name=createAt,proto3" json:"createAt,omitempty" form:"createAt" query:"createAt"`
	// contains filtered or unexported fields
}

func (*Notice) Descriptor deprecated added in v1.0.6

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

Deprecated: Use Notice.ProtoReflect.Descriptor instead.

func (*Notice) GetCreateAt added in v1.0.6

func (x *Notice) GetCreateAt() int64

func (*Notice) GetId added in v1.0.6

func (x *Notice) GetId() string

func (*Notice) GetText added in v1.0.6

func (x *Notice) GetText() string

func (*Notice) ProtoMessage added in v1.0.6

func (*Notice) ProtoMessage()

func (*Notice) ProtoReflect added in v1.0.6

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

func (*Notice) Reset added in v1.0.6

func (x *Notice) Reset()

func (*Notice) String added in v1.0.6

func (x *Notice) String() string

type Post

type Post struct {
	Id         string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" form:"id" query:"id"`
	CreateAt   int64             `protobuf:"varint,2,opt,name=createAt,proto3" json:"createAt,omitempty" form:"createAt" query:"createAt"`
	UpdateAt   int64             `protobuf:"varint,3,opt,name=updateAt,proto3" json:"updateAt,omitempty" form:"updateAt" query:"updateAt"`
	Title      string            `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty" form:"title" query:"title"`
	Text       string            `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty" form:"text" query:"text"`
	CoverUrl   string            `protobuf:"bytes,7,opt,name=coverUrl,proto3" json:"coverUrl,omitempty" form:"coverUrl" query:"coverUrl"`
	Tags       []string          `protobuf:"bytes,8,rep,name=tags,proto3" json:"tags,omitempty" form:"tags" query:"tags"`
	User       *user.UserPreview `protobuf:"bytes,9,opt,name=user,proto3" json:"user,omitempty" form:"user" query:"user"`
	IsOfficial bool              `protobuf:"varint,10,opt,name=isOfficial,proto3" json:"isOfficial,omitempty" form:"isOfficial" query:"isOfficial"`
	Likes      int64             `protobuf:"varint,11,opt,name=likes,proto3" json:"likes,omitempty" form:"likes" query:"likes"`
	Comments   int64             `protobuf:"varint,12,opt,name=comments,proto3" json:"comments,omitempty" form:"comments" query:"comments"`
	// contains filtered or unexported fields
}

func (*Post) Descriptor deprecated

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

Deprecated: Use Post.ProtoReflect.Descriptor instead.

func (*Post) GetComments added in v1.0.6

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) GetIsOfficial

func (x *Post) GetIsOfficial() bool

func (*Post) GetLikes added in v1.0.6

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) String

func (x *Post) String() string

type RetrieveUserPreviewReq added in v1.0.6

type RetrieveUserPreviewReq struct {
	RoleType    system.RoleType `` /* 133-byte string literal not displayed */
	CommunityId *string         `protobuf:"bytes,2,opt,name=communityId,proto3,oneof" json:"communityId,omitempty" form:"communityId" query:"communityId"`
	// contains filtered or unexported fields
}

func (*RetrieveUserPreviewReq) Descriptor deprecated added in v1.0.6

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

Deprecated: Use RetrieveUserPreviewReq.ProtoReflect.Descriptor instead.

func (*RetrieveUserPreviewReq) GetCommunityId added in v1.0.6

func (x *RetrieveUserPreviewReq) GetCommunityId() string

func (*RetrieveUserPreviewReq) GetRoleType added in v1.0.6

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

func (*RetrieveUserPreviewReq) ProtoMessage added in v1.0.6

func (*RetrieveUserPreviewReq) ProtoMessage()

func (*RetrieveUserPreviewReq) ProtoReflect added in v1.0.6

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

func (*RetrieveUserPreviewReq) Reset added in v1.0.6

func (x *RetrieveUserPreviewReq) Reset()

func (*RetrieveUserPreviewReq) String added in v1.0.6

func (x *RetrieveUserPreviewReq) String() string

type RetrieveUserPreviewResp added in v1.0.6

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

func (*RetrieveUserPreviewResp) Descriptor deprecated added in v1.0.6

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

Deprecated: Use RetrieveUserPreviewResp.ProtoReflect.Descriptor instead.

func (*RetrieveUserPreviewResp) GetUsers added in v1.0.6

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

func (*RetrieveUserPreviewResp) ProtoMessage added in v1.0.6

func (*RetrieveUserPreviewResp) ProtoMessage()

func (*RetrieveUserPreviewResp) ProtoReflect added in v1.0.6

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

func (*RetrieveUserPreviewResp) Reset added in v1.0.6

func (x *RetrieveUserPreviewResp) Reset()

func (*RetrieveUserPreviewResp) String added in v1.0.6

func (x *RetrieveUserPreviewResp) String() string

type SearchCatReq

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

func (*SearchCatReq) Descriptor deprecated

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

Deprecated: Use SearchCatReq.ProtoReflect.Descriptor instead.

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) String

func (x *SearchCatReq) String() string

type SearchCatResp

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

func (*SearchCatResp) Descriptor deprecated

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

Deprecated: Use SearchCatResp.ProtoReflect.Descriptor instead.

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) String

func (x *SearchCatResp) String() string

type SearchMomentReq

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

func (*SearchMomentReq) Descriptor deprecated

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

Deprecated: Use SearchMomentReq.ProtoReflect.Descriptor instead.

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) String

func (x *SearchMomentReq) String() string

type SearchMomentResp

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

func (*SearchMomentResp) Descriptor deprecated

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

Deprecated: Use SearchMomentResp.ProtoReflect.Descriptor instead.

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) String

func (x *SearchMomentResp) String() string

type SearchOptions

type SearchOptions struct {

	// 查询全部字段
	Key *string `protobuf:"bytes,1,opt,name=key,proto3,oneof" json:"key,omitempty" form:"key" query:"key"`
	// 各自匹配对应字段
	Title *string `protobuf:"bytes,2,opt,name=title,proto3,oneof" json:"title,omitempty" form:"title" query:"title"`
	Text  *string `protobuf:"bytes,3,opt,name=text,proto3,oneof" json:"text,omitempty" form:"text" query:"text"`
	Tag   *string `protobuf:"bytes,4,opt,name=tag,proto3,oneof" json:"tag,omitempty" form:"tag" query:"tag"`
	// contains filtered or unexported fields
}

多选一

func (*SearchOptions) Descriptor deprecated

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

Deprecated: Use SearchOptions.ProtoReflect.Descriptor instead.

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) String

func (x *SearchOptions) String() string

type SearchUserForAdminReq

type SearchUserForAdminReq struct {
	Keyword          string                   `protobuf:"bytes,1,opt,name=keyword,proto3" json:"keyword,omitempty" form:"keyword" query:"keyword"`
	PaginationOption *basic.PaginationOptions `protobuf:"bytes,2,opt,name=paginationOption,proto3" form:",inline" json:",inline,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchUserForAdminReq) Descriptor deprecated

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

Deprecated: Use SearchUserForAdminReq.ProtoReflect.Descriptor instead.

func (*SearchUserForAdminReq) GetKeyword added in v1.0.2

func (x *SearchUserForAdminReq) GetKeyword() string

func (*SearchUserForAdminReq) GetPaginationOption added in v1.0.2

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

func (*SearchUserForAdminReq) ProtoMessage

func (*SearchUserForAdminReq) ProtoMessage()

func (*SearchUserForAdminReq) ProtoReflect

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

func (*SearchUserForAdminReq) Reset

func (x *SearchUserForAdminReq) Reset()

func (*SearchUserForAdminReq) String

func (x *SearchUserForAdminReq) String() string

type SearchUserForAdminResp

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

func (*SearchUserForAdminResp) Descriptor deprecated

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

Deprecated: Use SearchUserForAdminResp.ProtoReflect.Descriptor instead.

func (*SearchUserForAdminResp) GetToken

func (x *SearchUserForAdminResp) GetToken() string

func (*SearchUserForAdminResp) GetTotal

func (x *SearchUserForAdminResp) GetTotal() int64

func (*SearchUserForAdminResp) GetUsers

func (*SearchUserForAdminResp) ProtoMessage

func (*SearchUserForAdminResp) ProtoMessage()

func (*SearchUserForAdminResp) ProtoReflect

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

func (*SearchUserForAdminResp) Reset

func (x *SearchUserForAdminResp) Reset()

func (*SearchUserForAdminResp) String

func (x *SearchUserForAdminResp) String() string

type SearchUserReq

type SearchUserReq struct {
	Keyword          string                   `protobuf:"bytes,1,opt,name=keyword,proto3" json:"keyword,omitempty" form:"keyword" query:"keyword"`
	PaginationOption *basic.PaginationOptions `protobuf:"bytes,2,opt,name=paginationOption,proto3" form:",inline" json:",inline,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchUserReq) Descriptor deprecated

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

Deprecated: Use SearchUserReq.ProtoReflect.Descriptor instead.

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) String

func (x *SearchUserReq) String() string

type SearchUserResp

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

func (*SearchUserResp) Descriptor deprecated

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

Deprecated: Use SearchUserResp.ProtoReflect.Descriptor instead.

func (*SearchUserResp) GetToken

func (x *SearchUserResp) GetToken() string

func (*SearchUserResp) GetTotal

func (x *SearchUserResp) GetTotal() int64

func (*SearchUserResp) GetUsers

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

func (*SearchUserResp) ProtoMessage

func (*SearchUserResp) ProtoMessage()

func (*SearchUserResp) ProtoReflect

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

func (*SearchUserResp) Reset

func (x *SearchUserResp) Reset()

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" form:"authType" query:"authType"`
	AuthId   string `protobuf:"bytes,2,opt,name=authId,proto3" json:"authId,omitempty" form:"authId" query:"authId"` // authType为邮件时填邮箱,为电话时填电话号
	// contains filtered or unexported fields
}

func (*SendVerifyCodeReq) Descriptor deprecated

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

Deprecated: Use SendVerifyCodeReq.ProtoReflect.Descriptor instead.

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) 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) ProtoMessage

func (*SendVerifyCodeResp) ProtoMessage()

func (*SendVerifyCodeResp) ProtoReflect

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

func (*SendVerifyCodeResp) Reset

func (x *SendVerifyCodeResp) Reset()

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" form:"postId" query:"postId"`
	IsRemove *bool  `protobuf:"varint,2,opt,name=isRemove,proto3,oneof" json:"isRemove,omitempty" form:"isRemove" query:"isRemove"`
	// contains filtered or unexported fields
}

func (*SetOfficialReq) Descriptor deprecated

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

Deprecated: Use SetOfficialReq.ProtoReflect.Descriptor instead.

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) 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) ProtoMessage

func (*SetOfficialResp) ProtoMessage()

func (*SetOfficialResp) ProtoReflect

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

func (*SetOfficialResp) Reset

func (x *SetOfficialResp) Reset()

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" form:"password" query:"password"`
	// contains filtered or unexported fields
}

func (*SetPasswordReq) Descriptor deprecated

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

Deprecated: Use SetPasswordReq.ProtoReflect.Descriptor instead.

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) 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) ProtoMessage

func (*SetPasswordResp) ProtoMessage()

func (*SetPasswordResp) ProtoReflect

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

func (*SetPasswordResp) Reset

func (x *SetPasswordResp) Reset()

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" form:"authType" query:"authType"`
	AuthId     string    `protobuf:"bytes,2,opt,name=authId,proto3" json:"authId,omitempty" form:"authId" query:"authId"` // authType为邮件时填邮箱,为电话时填电话号,为微信时填APP_ID
	Password   *string   `protobuf:"bytes,3,opt,name=password,proto3,oneof" json:"password,omitempty" form:"password" query:"password"`
	VerifyCode *string   `protobuf:"bytes,4,opt,name=verifyCode,proto3,oneof" json:"verifyCode,omitempty" form:"verifyCode" query:"verifyCode"`
	AppId      basic.APP `protobuf:"varint,5,opt,name=appId,proto3,enum=basic.APP" json:"appId,omitempty" form:"appId" query:"appId"`
	DeviceId   string    `protobuf:"bytes,6,opt,name=deviceId,proto3" json:"deviceId,omitempty" form:"deviceId" query:"deviceId"`
	// contains filtered or unexported fields
}

func (*SignInReq) Descriptor deprecated

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

Deprecated: Use SignInReq.ProtoReflect.Descriptor instead.

func (*SignInReq) GetAppId added in v1.0.6

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 added in v1.0.6

func (x *SignInReq) GetDeviceId() string

func (*SignInReq) GetPassword

func (x *SignInReq) GetPassword() string

func (*SignInReq) GetVerifyCode added in v1.0.6

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) String

func (x *SignInReq) String() string

type SignInResp

type SignInResp struct {
	UserId       string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty" form:"userId" query:"userId"`
	AccessToken  string `protobuf:"bytes,2,opt,name=accessToken,proto3" json:"accessToken,omitempty" form:"accessToken" query:"accessToken"`
	AccessExpire int64  `protobuf:"varint,3,opt,name=accessExpire,proto3" json:"accessExpire,omitempty" form:"accessExpire" query:"accessExpire"`
	// contains filtered or unexported fields
}

func (*SignInResp) Descriptor deprecated

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

Deprecated: Use SignInResp.ProtoReflect.Descriptor instead.

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) String

func (x *SignInResp) String() string

type UpdateCommunityAdminReq added in v1.0.6

type UpdateCommunityAdminReq struct {
	UserId      string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty" form:"userId" query:"userId"`
	CommunityId string `protobuf:"bytes,2,opt,name=communityId,proto3" json:"communityId,omitempty" form:"communityId" query:"communityId"`
	IsRemove    bool   `protobuf:"varint,3,opt,name=isRemove,proto3" json:"isRemove,omitempty" form:"isRemove" query:"isRemove"`
	// contains filtered or unexported fields
}

func (*UpdateCommunityAdminReq) Descriptor deprecated added in v1.0.6

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

Deprecated: Use UpdateCommunityAdminReq.ProtoReflect.Descriptor instead.

func (*UpdateCommunityAdminReq) GetCommunityId added in v1.0.6

func (x *UpdateCommunityAdminReq) GetCommunityId() string

func (*UpdateCommunityAdminReq) GetIsRemove added in v1.0.6

func (x *UpdateCommunityAdminReq) GetIsRemove() bool

func (*UpdateCommunityAdminReq) GetUserId added in v1.0.6

func (x *UpdateCommunityAdminReq) GetUserId() string

func (*UpdateCommunityAdminReq) ProtoMessage added in v1.0.6

func (*UpdateCommunityAdminReq) ProtoMessage()

func (*UpdateCommunityAdminReq) ProtoReflect added in v1.0.6

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

func (*UpdateCommunityAdminReq) Reset added in v1.0.6

func (x *UpdateCommunityAdminReq) Reset()

func (*UpdateCommunityAdminReq) String added in v1.0.6

func (x *UpdateCommunityAdminReq) String() string

type UpdateCommunityAdminResp added in v1.0.6

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

func (*UpdateCommunityAdminResp) Descriptor deprecated added in v1.0.6

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

Deprecated: Use UpdateCommunityAdminResp.ProtoReflect.Descriptor instead.

func (*UpdateCommunityAdminResp) ProtoMessage added in v1.0.6

func (*UpdateCommunityAdminResp) ProtoMessage()

func (*UpdateCommunityAdminResp) ProtoReflect added in v1.0.6

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

func (*UpdateCommunityAdminResp) Reset added in v1.0.6

func (x *UpdateCommunityAdminResp) Reset()

func (*UpdateCommunityAdminResp) String added in v1.0.6

func (x *UpdateCommunityAdminResp) String() string

type UpdateSuperAdminReq added in v1.0.6

type UpdateSuperAdminReq struct {
	UserId   string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty" form:"userId" query:"userId"`
	IsRemove bool   `protobuf:"varint,2,opt,name=isRemove,proto3" json:"isRemove,omitempty" form:"isRemove" query:"isRemove"`
	// contains filtered or unexported fields
}

func (*UpdateSuperAdminReq) Descriptor deprecated added in v1.0.6

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

Deprecated: Use UpdateSuperAdminReq.ProtoReflect.Descriptor instead.

func (*UpdateSuperAdminReq) GetIsRemove added in v1.0.6

func (x *UpdateSuperAdminReq) GetIsRemove() bool

func (*UpdateSuperAdminReq) GetUserId added in v1.0.6

func (x *UpdateSuperAdminReq) GetUserId() string

func (*UpdateSuperAdminReq) ProtoMessage added in v1.0.6

func (*UpdateSuperAdminReq) ProtoMessage()

func (*UpdateSuperAdminReq) ProtoReflect added in v1.0.6

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

func (*UpdateSuperAdminReq) Reset added in v1.0.6

func (x *UpdateSuperAdminReq) Reset()

func (*UpdateSuperAdminReq) String added in v1.0.6

func (x *UpdateSuperAdminReq) String() string

type UpdateSuperAdminResp added in v1.0.6

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

func (*UpdateSuperAdminResp) Descriptor deprecated added in v1.0.6

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

Deprecated: Use UpdateSuperAdminResp.ProtoReflect.Descriptor instead.

func (*UpdateSuperAdminResp) ProtoMessage added in v1.0.6

func (*UpdateSuperAdminResp) ProtoMessage()

func (*UpdateSuperAdminResp) ProtoReflect added in v1.0.6

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

func (*UpdateSuperAdminResp) Reset added in v1.0.6

func (x *UpdateSuperAdminResp) Reset()

func (*UpdateSuperAdminResp) String added in v1.0.6

func (x *UpdateSuperAdminResp) String() string

type UpdateUserInfoReq

type UpdateUserInfoReq struct {
	AvatarUrl *string `protobuf:"bytes,1,opt,name=avatarUrl,proto3,oneof" json:"avatarUrl,omitempty" form:"avatarUrl" query:"avatarUrl"`
	Nickname  *string `protobuf:"bytes,2,opt,name=nickname,proto3,oneof" json:"nickname,omitempty" form:"nickname" query:"nickname"`
	Motto     *string `protobuf:"bytes,3,opt,name=motto,proto3,oneof" json:"motto,omitempty" form:"motto" query:"motto"`
	// contains filtered or unexported fields
}

func (*UpdateUserInfoReq) Descriptor deprecated

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

Deprecated: Use UpdateUserInfoReq.ProtoReflect.Descriptor instead.

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) 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) ProtoMessage

func (*UpdateUserInfoResp) ProtoMessage()

func (*UpdateUserInfoResp) ProtoReflect

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

func (*UpdateUserInfoResp) Reset

func (x *UpdateUserInfoResp) Reset()

func (*UpdateUserInfoResp) String

func (x *UpdateUserInfoResp) String() string

type User

type User struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" form:"id" query:"id"`
	Nickname  string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty" form:"nickname" query:"nickname"`
	AvatarUrl string `protobuf:"bytes,3,opt,name=avatarUrl,proto3" json:"avatarUrl,omitempty" form:"avatarUrl" query:"avatarUrl"`
	Motto     string `protobuf:"bytes,4,opt,name=motto,proto3" json:"motto,omitempty" form:"motto" query:"motto"`
	Follower  int64  `protobuf:"varint,5,opt,name=follower,proto3" json:"follower,omitempty" form:"follower" query:"follower"`
	Following int64  `protobuf:"varint,6,opt,name=following,proto3" json:"following,omitempty" form:"following" query:"following"`
	Article   int64  `protobuf:"varint,7,opt,name=article,proto3" json:"article,omitempty" form:"article" query:"article"`
	Like      int64  `protobuf:"varint,8,opt,name=like,proto3" json:"like,omitempty" form:"like" query:"like"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetArticle

func (x *User) GetArticle() int64

func (*User) GetAvatarUrl

func (x *User) GetAvatarUrl() string

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) GetLike

func (x *User) GetLike() int64

func (*User) GetMotto

func (x *User) GetMotto() string

func (*User) GetNickname

func (x *User) GetNickname() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

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

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

type UserPreviewWithRole

type UserPreviewWithRole struct {
	User  *user.UserPreview `protobuf:"bytes,1,opt,name=user,proto3" form:",inline" json:",inline,omitempty"`
	Roles []*system.Role    `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty" form:"roles" query:"roles"`
	// contains filtered or unexported fields
}

func (*UserPreviewWithRole) Descriptor deprecated

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

Deprecated: Use UserPreviewWithRole.ProtoReflect.Descriptor instead.

func (*UserPreviewWithRole) GetRoles

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

func (*UserPreviewWithRole) GetUser

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

func (*UserPreviewWithRole) ProtoMessage

func (*UserPreviewWithRole) ProtoMessage()

func (*UserPreviewWithRole) ProtoReflect

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

func (*UserPreviewWithRole) Reset

func (x *UserPreviewWithRole) Reset()

func (*UserPreviewWithRole) String

func (x *UserPreviewWithRole) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL