content

package
v1.0.42 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SortOptions_name = map[int32]string{
		0: "SortOptions_null",
		1: "SortOptions_createAtDesc",
		2: "SortOptions_createAtAsc",
		3: "SortOptions_updateAtDesc",
		4: "SortOptions_updateAtAsc",
	}
	SortOptions_value = map[string]int32{
		"SortOptions_null":         0,
		"SortOptions_createAtDesc": 1,
		"SortOptions_createAtAsc":  2,
		"SortOptions_updateAtDesc": 3,
		"SortOptions_updateAtAsc":  4,
	}
)

Enum value maps for SortOptions.

View Source
var File_cloudmind_content_common_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Coupon

type Coupon struct {
	CouponId      string `protobuf:"bytes,1,opt,name=couponId,proto3" json:"couponId" form:"couponId" query:"couponId"`
	UserId        string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId" form:"userId" query:"userId"`
	Status        int64  `protobuf:"varint,4,opt,name=status,proto3" json:"status" form:"status" query:"status"`
	CreateTime    int64  `protobuf:"varint,5,opt,name=createTime,proto3" json:"createTime" form:"createTime" query:"createTime"`
	ExpireTime    int64  `protobuf:"varint,6,opt,name=expireTime,proto3" json:"expireTime" form:"expireTime" query:"expireTime"`
	Name          string `protobuf:"bytes,7,opt,name=name,proto3" json:"name" form:"name" query:"name"`
	Description   string `protobuf:"bytes,8,opt,name=description,proto3" json:"description" form:"description" query:"description"`
	LowSumPrice   *int64 `protobuf:"varint,9,opt,name=lowSumPrice,proto3,oneof" json:"lowSumPrice" form:"lowSumPrice" query:"lowSumPrice"`          // 优惠券使用的最低总价格
	ProductType   *int64 `protobuf:"varint,10,opt,name=productType,proto3,oneof" json:"productType" form:"productType" query:"productType"`         // 优惠券使用的商品类型
	Discount      *int64 `protobuf:"varint,11,opt,name=discount,proto3,oneof" json:"discount" form:"discount" query:"discount"`                     // 优惠券折扣 打多少折
	DiscountPrice *int64 `protobuf:"varint,12,opt,name=discountPrice,proto3,oneof" json:"discountPrice" form:"discountPrice" query:"discountPrice"` // 优惠券折扣价格 减多少钱
	// contains filtered or unexported fields
}

func (*Coupon) Descriptor deprecated

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

Deprecated: Use Coupon.ProtoReflect.Descriptor instead.

func (*Coupon) GetCouponId

func (x *Coupon) GetCouponId() string

func (*Coupon) GetCreateTime

func (x *Coupon) GetCreateTime() int64

func (*Coupon) GetDescription

func (x *Coupon) GetDescription() string

func (*Coupon) GetDiscount

func (x *Coupon) GetDiscount() int64

func (*Coupon) GetDiscountPrice

func (x *Coupon) GetDiscountPrice() int64

func (*Coupon) GetExpireTime

func (x *Coupon) GetExpireTime() int64

func (*Coupon) GetLowSumPrice

func (x *Coupon) GetLowSumPrice() int64

func (*Coupon) GetName

func (x *Coupon) GetName() string

func (*Coupon) GetProductType

func (x *Coupon) GetProductType() int64

func (*Coupon) GetStatus

func (x *Coupon) GetStatus() int64

func (*Coupon) GetUserId

func (x *Coupon) GetUserId() string

func (*Coupon) ProtoMessage

func (*Coupon) ProtoMessage()

func (*Coupon) ProtoReflect

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

func (*Coupon) Reset

func (x *Coupon) Reset()

func (*Coupon) String

func (x *Coupon) String() string

type CouponFilterOptions

type CouponFilterOptions struct {
	OnlyUserId      *string  `protobuf:"bytes,1,opt,name=onlyUserId,proto3,oneof" json:"onlyUserId" form:"onlyUserId" query:"onlyUserId"`
	OnlyCouponId    *string  `protobuf:"bytes,2,opt,name=onlyCouponId,proto3,oneof" json:"onlyCouponId" form:"onlyCouponId" query:"onlyCouponId"`
	OnlyCouponIds   []string `protobuf:"bytes,3,rep,name=onlyCouponIds,proto3" json:"onlyCouponIds" form:"onlyCouponIds" query:"onlyCouponIds"`
	OnlyProductType *int64   `` /* 127-byte string literal not displayed */
	OnlyStatus      *int64   `protobuf:"varint,5,opt,name=onlyStatus,proto3,oneof" json:"onlyStatus" form:"onlyStatus" query:"onlyStatus"`
	// contains filtered or unexported fields
}

func (*CouponFilterOptions) Descriptor deprecated

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

Deprecated: Use CouponFilterOptions.ProtoReflect.Descriptor instead.

func (*CouponFilterOptions) GetOnlyCouponId

func (x *CouponFilterOptions) GetOnlyCouponId() string

func (*CouponFilterOptions) GetOnlyCouponIds

func (x *CouponFilterOptions) GetOnlyCouponIds() []string

func (*CouponFilterOptions) GetOnlyProductType

func (x *CouponFilterOptions) GetOnlyProductType() int64

func (*CouponFilterOptions) GetOnlyStatus

func (x *CouponFilterOptions) GetOnlyStatus() int64

func (*CouponFilterOptions) GetOnlyUserId

func (x *CouponFilterOptions) GetOnlyUserId() string

func (*CouponFilterOptions) ProtoMessage

func (*CouponFilterOptions) ProtoMessage()

func (*CouponFilterOptions) ProtoReflect

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

func (*CouponFilterOptions) Reset

func (x *CouponFilterOptions) Reset()

func (*CouponFilterOptions) String

func (x *CouponFilterOptions) String() string

type FeedBack

type FeedBack struct {
	FeedbackType string `protobuf:"bytes,1,opt,name=feedbackType,proto3" json:"feedbackType" form:"feedbackType" query:"feedbackType"`
	UserId       string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId" form:"userId" query:"userId"`
	ItemId       string `protobuf:"bytes,3,opt,name=itemId,proto3" json:"itemId" form:"itemId" query:"itemId"`
	// contains filtered or unexported fields
}

func (*FeedBack) Descriptor deprecated

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

Deprecated: Use FeedBack.ProtoReflect.Descriptor instead.

func (*FeedBack) GetFeedbackType

func (x *FeedBack) GetFeedbackType() string

func (*FeedBack) GetItemId

func (x *FeedBack) GetItemId() string

func (*FeedBack) GetUserId

func (x *FeedBack) GetUserId() string

func (*FeedBack) ProtoMessage

func (*FeedBack) ProtoMessage()

func (*FeedBack) ProtoReflect

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

func (*FeedBack) Reset

func (x *FeedBack) Reset()

func (*FeedBack) String

func (x *FeedBack) String() string

type File

type File struct {
	FileId      string   `protobuf:"bytes,1,opt,name=fileId,proto3" json:"fileId" form:"fileId" query:"fileId"`
	UserId      string   `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId" form:"userId" query:"userId"`
	Name        string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name" form:"name" query:"name"`
	Type        string   `protobuf:"bytes,4,opt,name=type,proto3" json:"type" form:"type" query:"type"`
	Path        string   `protobuf:"bytes,5,opt,name=path,proto3" json:"path" form:"path" query:"path"`
	FatherId    string   `protobuf:"bytes,6,opt,name=fatherId,proto3" json:"fatherId" form:"fatherId" query:"fatherId"`
	SpaceSize   *int64   `protobuf:"varint,7,opt,name=spaceSize,proto3,oneof" json:"spaceSize" form:"spaceSize" query:"spaceSize"`
	Md5         string   `protobuf:"bytes,8,opt,name=md5,proto3" json:"md5" form:"md5" query:"md5"`
	IsDel       int64    `protobuf:"varint,9,opt,name=isDel,proto3" json:"isDel" form:"isDel" query:"isDel"`
	Zone        string   `protobuf:"bytes,10,opt,name=zone,proto3" json:"zone" form:"zone" query:"zone"`
	SubZone     string   `protobuf:"bytes,11,opt,name=subZone,proto3" json:"subZone" form:"subZone" query:"subZone"`
	Description string   `protobuf:"bytes,12,opt,name=description,proto3" json:"description" form:"description" query:"description"`
	Labels      []string `protobuf:"bytes,13,rep,name=labels,proto3" json:"labels" form:"labels" query:"labels"`
	// contains filtered or unexported fields
}

func (*File) Descriptor deprecated

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

Deprecated: Use File.ProtoReflect.Descriptor instead.

func (*File) GetDescription

func (x *File) GetDescription() string

func (*File) GetFatherId

func (x *File) GetFatherId() string

func (*File) GetFileId

func (x *File) GetFileId() string

func (*File) GetIsDel

func (x *File) GetIsDel() int64

func (*File) GetLabels

func (x *File) GetLabels() []string

func (*File) GetMd5

func (x *File) GetMd5() string

func (*File) GetName

func (x *File) GetName() string

func (*File) GetPath

func (x *File) GetPath() string

func (*File) GetSpaceSize

func (x *File) GetSpaceSize() int64

func (*File) GetSubZone

func (x *File) GetSubZone() string

func (*File) GetType

func (x *File) GetType() string

func (*File) GetUserId

func (x *File) GetUserId() string

func (*File) GetZone

func (x *File) GetZone() string

func (*File) ProtoMessage

func (*File) ProtoMessage()

func (*File) ProtoReflect

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

func (*File) Reset

func (x *File) Reset()

func (*File) String

func (x *File) String() string

type FileFilterOptions

type FileFilterOptions struct {
	OnlyUserId       *string `protobuf:"bytes,1,opt,name=onlyUserId,proto3,oneof" json:"onlyUserId" form:"onlyUserId" query:"onlyUserId"`
	OnlyFileId       *string `protobuf:"bytes,2,opt,name=onlyFileId,proto3,oneof" json:"onlyFileId" form:"onlyFileId" query:"onlyFileId"`
	OnlyFatherId     *string `protobuf:"bytes,3,opt,name=onlyFatherId,proto3,oneof" json:"onlyFatherId" form:"onlyFatherId" query:"onlyFatherId"`
	OnlyZone         *string `protobuf:"bytes,5,opt,name=onlyZone,proto3,oneof" json:"onlyZone" form:"onlyZone" query:"onlyZone"`             // 分区
	OnlySubZone      *string `protobuf:"bytes,6,opt,name=onlySubZone,proto3,oneof" json:"onlySubZone" form:"onlySubZone" query:"onlySubZone"` // 子分区
	OnlyIsDel        *int64  `protobuf:"varint,7,opt,name=onlyIsDel,proto3,oneof" json:"onlyIsDel" form:"onlyIsDel" query:"onlyIsDel"`        // 是否删除 1:未删除 2:软删除 3:彻底删除
	OnlyDocumentType *int64  ``                                                                                                               // 操作类型 1:个人空间文件 2:公共空间文件
	/* 131-byte string literal not displayed */
	OnlyType []string `protobuf:"bytes,9,rep,name=onlyType,proto3" json:"onlyType" form:"onlyType" query:"onlyType"`
	// contains filtered or unexported fields
}

func (*FileFilterOptions) Descriptor deprecated

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

Deprecated: Use FileFilterOptions.ProtoReflect.Descriptor instead.

func (*FileFilterOptions) GetOnlyDocumentType

func (x *FileFilterOptions) GetOnlyDocumentType() int64

func (*FileFilterOptions) GetOnlyFatherId

func (x *FileFilterOptions) GetOnlyFatherId() string

func (*FileFilterOptions) GetOnlyFileId

func (x *FileFilterOptions) GetOnlyFileId() string

func (*FileFilterOptions) GetOnlyIsDel

func (x *FileFilterOptions) GetOnlyIsDel() int64

func (*FileFilterOptions) GetOnlySubZone

func (x *FileFilterOptions) GetOnlySubZone() string

func (*FileFilterOptions) GetOnlyType

func (x *FileFilterOptions) GetOnlyType() []string

func (*FileFilterOptions) GetOnlyUserId

func (x *FileFilterOptions) GetOnlyUserId() string

func (*FileFilterOptions) GetOnlyZone

func (x *FileFilterOptions) GetOnlyZone() string

func (*FileFilterOptions) ProtoMessage

func (*FileFilterOptions) ProtoMessage()

func (*FileFilterOptions) ProtoReflect

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

func (*FileFilterOptions) Reset

func (x *FileFilterOptions) Reset()

func (*FileFilterOptions) String

func (x *FileFilterOptions) String() string

type FileInfo

type FileInfo struct {
	FileId      string   `protobuf:"bytes,1,opt,name=fileId,proto3" json:"fileId" form:"fileId" query:"fileId"`
	UserId      string   `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId" form:"userId" query:"userId"`
	Name        string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name" form:"name" query:"name"`
	Type        string   `protobuf:"bytes,4,opt,name=type,proto3" json:"type" form:"type" query:"type"`
	Path        string   `protobuf:"bytes,5,opt,name=path,proto3" json:"path" form:"path" query:"path"`
	FatherId    string   `protobuf:"bytes,6,opt,name=fatherId,proto3" json:"fatherId" form:"fatherId" query:"fatherId"`
	SpaceSize   int64    `protobuf:"varint,7,opt,name=spaceSize,proto3" json:"spaceSize" form:"spaceSize" query:"spaceSize"`
	IsDel       int64    `protobuf:"varint,8,opt,name=isDel,proto3" json:"isDel" form:"isDel" query:"isDel"`
	Zone        string   `protobuf:"bytes,9,opt,name=zone,proto3" json:"zone" form:"zone" query:"zone"`
	SubZone     string   `protobuf:"bytes,10,opt,name=subZone,proto3" json:"subZone" form:"subZone" query:"subZone"`
	Description string   `protobuf:"bytes,11,opt,name=description,proto3" json:"description" form:"description" query:"description"`
	Labels      []string `protobuf:"bytes,12,rep,name=labels,proto3" json:"labels" form:"labels" query:"labels"`
	CreateAt    int64    `protobuf:"varint,13,opt,name=createAt,proto3" json:"createAt" form:"createAt" query:"createAt"`
	UpdateAt    int64    `protobuf:"varint,14,opt,name=updateAt,proto3" json:"updateAt" form:"updateAt" query:"updateAt"`
	// contains filtered or unexported fields
}

func (*FileInfo) Descriptor deprecated

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

Deprecated: Use FileInfo.ProtoReflect.Descriptor instead.

func (*FileInfo) GetCreateAt

func (x *FileInfo) GetCreateAt() int64

func (*FileInfo) GetDescription

func (x *FileInfo) GetDescription() string

func (*FileInfo) GetFatherId

func (x *FileInfo) GetFatherId() string

func (*FileInfo) GetFileId

func (x *FileInfo) GetFileId() string

func (*FileInfo) GetIsDel

func (x *FileInfo) GetIsDel() int64

func (*FileInfo) GetLabels

func (x *FileInfo) GetLabels() []string

func (*FileInfo) GetName

func (x *FileInfo) GetName() string

func (*FileInfo) GetPath

func (x *FileInfo) GetPath() string

func (*FileInfo) GetSpaceSize

func (x *FileInfo) GetSpaceSize() int64

func (*FileInfo) GetSubZone

func (x *FileInfo) GetSubZone() string

func (*FileInfo) GetType

func (x *FileInfo) GetType() string

func (*FileInfo) GetUpdateAt

func (x *FileInfo) GetUpdateAt() int64

func (*FileInfo) GetUserId

func (x *FileInfo) GetUserId() string

func (*FileInfo) GetZone

func (x *FileInfo) GetZone() string

func (*FileInfo) ProtoMessage

func (*FileInfo) ProtoMessage()

func (*FileInfo) ProtoReflect

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

func (*FileInfo) Reset

func (x *FileInfo) Reset()

func (*FileInfo) String

func (x *FileInfo) String() string

type Item

type Item struct {
	ItemId   string   `protobuf:"bytes,1,opt,name=itemId,proto3" json:"itemId" form:"itemId" query:"itemId"`
	IsHidden bool     `protobuf:"varint,2,opt,name=isHidden,proto3" json:"isHidden" form:"isHidden" query:"isHidden"`
	Labels   []string `protobuf:"bytes,3,rep,name=labels,proto3" json:"labels" form:"labels" query:"labels"`
	Category string   `protobuf:"bytes,4,opt,name=category,proto3" json:"category" form:"category" query:"category"`
	Comment  string   `protobuf:"bytes,5,opt,name=comment,proto3" json:"comment" form:"comment" query:"comment"`
	// contains filtered or unexported fields
}

func (*Item) Descriptor deprecated

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

Deprecated: Use Item.ProtoReflect.Descriptor instead.

func (*Item) GetCategory

func (x *Item) GetCategory() string

func (*Item) GetComment

func (x *Item) GetComment() string

func (*Item) GetIsHidden

func (x *Item) GetIsHidden() bool

func (*Item) GetItemId

func (x *Item) GetItemId() string

func (*Item) GetLabels

func (x *Item) GetLabels() []string

func (*Item) ProtoMessage

func (*Item) ProtoMessage()

func (*Item) ProtoReflect

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

func (*Item) Reset

func (x *Item) Reset()

func (*Item) String

func (x *Item) String() string

type LabelFilterOptions

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

func (*LabelFilterOptions) Descriptor deprecated

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

Deprecated: Use LabelFilterOptions.ProtoReflect.Descriptor instead.

func (*LabelFilterOptions) ProtoMessage

func (*LabelFilterOptions) ProtoMessage()

func (*LabelFilterOptions) ProtoReflect

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

func (*LabelFilterOptions) Reset

func (x *LabelFilterOptions) Reset()

func (*LabelFilterOptions) String

func (x *LabelFilterOptions) String() string

type Order

type Order struct {
	OrderId     string `protobuf:"bytes,1,opt,name=orderId,proto3" json:"orderId" form:"orderId" query:"orderId"`                 // 订单ID
	UserId      string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId" form:"userId" query:"userId"`                     // 用户ID
	ProductId   string `protobuf:"bytes,3,opt,name=productId,proto3" json:"productId" form:"productId" query:"productId"`         // 商品ID
	Status      int64  `protobuf:"varint,4,opt,name=status,proto3" json:"status" form:"status" query:"status"`                    // 订单状态
	SumPrice    int64  `protobuf:"varint,5,opt,name=sumPrice,proto3" json:"sumPrice" form:"sumPrice" query:"sumPrice"`            // 订单总价
	ProductName string `protobuf:"bytes,6,opt,name=productName,proto3" json:"productName" form:"productName" query:"productName"` // 用于搜索
	CreateTime  int64  `protobuf:"varint,7,opt,name=createTime,proto3" json:"createTime" form:"createTime" query:"createTime"`    // 订单创建时间
	UpdateTime  int64  `protobuf:"varint,8,opt,name=updateTime,proto3" json:"updateTime" form:"updateTime" query:"updateTime"`    // 订单修改时间
	// contains filtered or unexported fields
}

func (*Order) Descriptor deprecated

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

Deprecated: Use Order.ProtoReflect.Descriptor instead.

func (*Order) GetCreateTime

func (x *Order) GetCreateTime() int64

func (*Order) GetOrderId

func (x *Order) GetOrderId() string

func (*Order) GetProductId

func (x *Order) GetProductId() string

func (*Order) GetProductName

func (x *Order) GetProductName() string

func (*Order) GetStatus

func (x *Order) GetStatus() int64

func (*Order) GetSumPrice

func (x *Order) GetSumPrice() int64

func (*Order) GetUpdateTime

func (x *Order) GetUpdateTime() int64

func (*Order) GetUserId

func (x *Order) GetUserId() string

func (*Order) ProtoMessage

func (*Order) ProtoMessage()

func (*Order) ProtoReflect

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

func (*Order) Reset

func (x *Order) Reset()

func (*Order) String

func (x *Order) String() string

type OrderFilterOptions

type OrderFilterOptions struct {
	OnlyUserId    *string  `protobuf:"bytes,1,opt,name=onlyUserId,proto3,oneof" json:"onlyUserId" form:"onlyUserId" query:"onlyUserId"`             // 用户ID
	OnlyOrderId   *string  `protobuf:"bytes,2,opt,name=onlyOrderId,proto3,oneof" json:"onlyOrderId" form:"onlyOrderId" query:"onlyOrderId"`         // 订单IDs
	OnlyOrderIds  []string `protobuf:"bytes,3,rep,name=onlyOrderIds,proto3" json:"onlyOrderIds" form:"onlyOrderIds" query:"onlyOrderIds"`           // 订单IDs
	OnlyProductId *string  `protobuf:"bytes,4,opt,name=onlyProductId,proto3,oneof" json:"onlyProductId" form:"onlyProductId" query:"onlyProductId"` // 订单对应商品ID
	OnlyStatus    *int64   `protobuf:"varint,5,opt,name=onlyStatus,proto3,oneof" json:"onlyStatus" form:"onlyStatus" query:"onlyStatus"`            // 订单状态
	// contains filtered or unexported fields
}

func (*OrderFilterOptions) Descriptor deprecated

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

Deprecated: Use OrderFilterOptions.ProtoReflect.Descriptor instead.

func (*OrderFilterOptions) GetOnlyOrderId

func (x *OrderFilterOptions) GetOnlyOrderId() string

func (*OrderFilterOptions) GetOnlyOrderIds

func (x *OrderFilterOptions) GetOnlyOrderIds() []string

func (*OrderFilterOptions) GetOnlyProductId

func (x *OrderFilterOptions) GetOnlyProductId() string

func (*OrderFilterOptions) GetOnlyStatus

func (x *OrderFilterOptions) GetOnlyStatus() int64

func (*OrderFilterOptions) GetOnlyUserId

func (x *OrderFilterOptions) GetOnlyUserId() string

func (*OrderFilterOptions) ProtoMessage

func (*OrderFilterOptions) ProtoMessage()

func (*OrderFilterOptions) ProtoReflect

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

func (*OrderFilterOptions) Reset

func (x *OrderFilterOptions) Reset()

func (*OrderFilterOptions) String

func (x *OrderFilterOptions) String() string

type Post

type Post struct {
	PostId     string   `protobuf:"bytes,1,opt,name=postId,proto3" json:"postId" form:"postId" query:"postId"`
	UserId     string   `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId" form:"userId" query:"userId"`
	Title      string   `protobuf:"bytes,3,opt,name=title,proto3" json:"title" form:"title" query:"title"`
	Text       string   `protobuf:"bytes,4,opt,name=text,proto3" json:"text" form:"text" query:"text"`
	Tags       []string `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags" form:"tags" query:"tags"`
	Status     int64    `protobuf:"varint,6,opt,name=status,proto3" json:"status" form:"status" query:"status"`
	Url        string   `protobuf:"bytes,7,opt,name=url,proto3" json:"url" form:"url" query:"url"`
	CreateTime int64    `protobuf:"varint,8,opt,name=createTime,proto3" json:"createTime" form:"createTime" query:"createTime"`
	UpdateTime int64    `protobuf:"varint,9,opt,name=updateTime,proto3" json:"updateTime" form:"updateTime" query:"updateTime"`
	// contains filtered or unexported fields
}

func (*Post) Descriptor deprecated

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

Deprecated: Use Post.ProtoReflect.Descriptor instead.

func (*Post) GetCreateTime

func (x *Post) GetCreateTime() int64

func (*Post) GetPostId

func (x *Post) GetPostId() string

func (*Post) GetStatus

func (x *Post) GetStatus() 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) GetUpdateTime

func (x *Post) GetUpdateTime() int64

func (*Post) GetUrl

func (x *Post) GetUrl() string

func (*Post) GetUserId

func (x *Post) GetUserId() string

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 PostFilterOptions

type PostFilterOptions struct {
	OnlyUserId      *string  `protobuf:"bytes,1,opt,name=onlyUserId,proto3,oneof" json:"onlyUserId" form:"onlyUserId" query:"onlyUserId"`
	OnlyPostId      *string  `protobuf:"bytes,2,opt,name=onlyPostId,proto3,oneof" json:"onlyPostId" form:"onlyPostId" query:"onlyPostId"`
	OnlyPostIds     []string `protobuf:"bytes,3,rep,name=onlyPostIds,proto3" json:"onlyPostIds" form:"onlyPostIds" query:"onlyPostIds"`
	OnlyTitle       *string  `protobuf:"bytes,4,opt,name=onlyTitle,proto3,oneof" json:"onlyTitle" form:"onlyTitle" query:"onlyTitle"`
	OnlyText        *string  `protobuf:"bytes,5,opt,name=onlyText,proto3,oneof" json:"onlyText" form:"onlyText" query:"onlyText"`
	OnlyTags        []string `protobuf:"bytes,6,rep,name=onlyTags,proto3" json:"onlyTags" form:"onlyTags" query:"onlyTags"`
	OnlySetRelation *int64   `` /* 127-byte string literal not displayed */
	OnlyStatus      *int64   `protobuf:"varint,8,opt,name=onlyStatus,proto3,oneof" json:"onlyStatus" form:"onlyStatus" query:"onlyStatus"`
	// contains filtered or unexported fields
}

func (*PostFilterOptions) Descriptor deprecated

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

Deprecated: Use PostFilterOptions.ProtoReflect.Descriptor instead.

func (*PostFilterOptions) GetOnlyPostId

func (x *PostFilterOptions) GetOnlyPostId() string

func (*PostFilterOptions) GetOnlyPostIds

func (x *PostFilterOptions) GetOnlyPostIds() []string

func (*PostFilterOptions) GetOnlySetRelation

func (x *PostFilterOptions) GetOnlySetRelation() int64

func (*PostFilterOptions) GetOnlyStatus

func (x *PostFilterOptions) GetOnlyStatus() int64

func (*PostFilterOptions) GetOnlyTags

func (x *PostFilterOptions) GetOnlyTags() []string

func (*PostFilterOptions) GetOnlyText

func (x *PostFilterOptions) GetOnlyText() string

func (*PostFilterOptions) GetOnlyTitle

func (x *PostFilterOptions) GetOnlyTitle() string

func (*PostFilterOptions) GetOnlyUserId

func (x *PostFilterOptions) GetOnlyUserId() string

func (*PostFilterOptions) ProtoMessage

func (*PostFilterOptions) ProtoMessage()

func (*PostFilterOptions) ProtoReflect

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

func (*PostFilterOptions) Reset

func (x *PostFilterOptions) Reset()

func (*PostFilterOptions) String

func (x *PostFilterOptions) String() string

type Product

type Product struct {
	ProductId   string   `protobuf:"bytes,1,opt,name=productId,proto3" json:"productId" form:"productId" query:"productId"`
	UserId      string   `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId" form:"userId" query:"userId"`
	Name        string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name" form:"name" query:"name"`
	Description string   `protobuf:"bytes,4,opt,name=description,proto3" json:"description" form:"description" query:"description"`
	Status      int64    `protobuf:"varint,5,opt,name=status,proto3" json:"status" form:"status" query:"status"`
	Urls        []string `protobuf:"bytes,6,rep,name=urls,proto3" json:"urls" form:"urls" query:"urls"`
	Tags        []string `protobuf:"bytes,7,rep,name=tags,proto3" json:"tags" form:"tags" query:"tags"`
	Type        int64    `protobuf:"varint,8,opt,name=type,proto3" json:"type" form:"type" query:"type"`
	Price       int64    `protobuf:"varint,9,opt,name=price,proto3" json:"price" form:"price" query:"price"`
	ProductSize int64    `protobuf:"varint,10,opt,name=productSize,proto3" json:"productSize" form:"productSize" query:"productSize"`
	CreateTime  int64    `protobuf:"varint,11,opt,name=createTime,proto3" json:"createTime" form:"createTime" query:"createTime"`
	UpdateTime  int64    `protobuf:"varint,12,opt,name=updateTime,proto3" json:"updateTime" form:"updateTime" query:"updateTime"`
	// contains filtered or unexported fields
}

func (*Product) Descriptor deprecated

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

Deprecated: Use Product.ProtoReflect.Descriptor instead.

func (*Product) GetCreateTime

func (x *Product) GetCreateTime() int64

func (*Product) GetDescription

func (x *Product) GetDescription() string

func (*Product) GetName

func (x *Product) GetName() string

func (*Product) GetPrice

func (x *Product) GetPrice() int64

func (*Product) GetProductId

func (x *Product) GetProductId() string

func (*Product) GetProductSize

func (x *Product) GetProductSize() int64

func (*Product) GetStatus

func (x *Product) GetStatus() int64

func (*Product) GetTags

func (x *Product) GetTags() []string

func (*Product) GetType

func (x *Product) GetType() int64

func (*Product) GetUpdateTime

func (x *Product) GetUpdateTime() int64

func (*Product) GetUrls

func (x *Product) GetUrls() []string

func (*Product) GetUserId

func (x *Product) GetUserId() string

func (*Product) ProtoMessage

func (*Product) ProtoMessage()

func (*Product) ProtoReflect

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

func (*Product) Reset

func (x *Product) Reset()

func (*Product) String

func (x *Product) String() string

type ProductFilterOptions

type ProductFilterOptions struct {
	OnlyUserId      *string  `protobuf:"bytes,1,opt,name=onlyUserId,proto3,oneof" json:"onlyUserId" form:"onlyUserId" query:"onlyUserId"`
	OnlyProductId   *string  `protobuf:"bytes,2,opt,name=onlyProductId,proto3,oneof" json:"onlyProductId" form:"onlyProductId" query:"onlyProductId"`
	OnlyProductIds  []string `protobuf:"bytes,3,rep,name=onlyProductIds,proto3" json:"onlyProductIds" form:"onlyProductIds" query:"onlyProductIds"`
	OnlyTags        []string `protobuf:"bytes,6,rep,name=onlyTags,proto3" json:"onlyTags" form:"onlyTags" query:"onlyTags"`
	OnlySetRelation *int64   `` /* 127-byte string literal not displayed */
	OnlyStatus      *int64   `protobuf:"varint,8,opt,name=onlyStatus,proto3,oneof" json:"onlyStatus" form:"onlyStatus" query:"onlyStatus"`
	OnlyType        *int64   `protobuf:"varint,9,opt,name=onlyType,proto3,oneof" json:"onlyType" form:"onlyType" query:"onlyType"`
	// contains filtered or unexported fields
}

func (*ProductFilterOptions) Descriptor deprecated

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

Deprecated: Use ProductFilterOptions.ProtoReflect.Descriptor instead.

func (*ProductFilterOptions) GetOnlyProductId

func (x *ProductFilterOptions) GetOnlyProductId() string

func (*ProductFilterOptions) GetOnlyProductIds

func (x *ProductFilterOptions) GetOnlyProductIds() []string

func (*ProductFilterOptions) GetOnlySetRelation

func (x *ProductFilterOptions) GetOnlySetRelation() int64

func (*ProductFilterOptions) GetOnlyStatus

func (x *ProductFilterOptions) GetOnlyStatus() int64

func (*ProductFilterOptions) GetOnlyTags

func (x *ProductFilterOptions) GetOnlyTags() []string

func (*ProductFilterOptions) GetOnlyType

func (x *ProductFilterOptions) GetOnlyType() int64

func (*ProductFilterOptions) GetOnlyUserId

func (x *ProductFilterOptions) GetOnlyUserId() string

func (*ProductFilterOptions) ProtoMessage

func (*ProductFilterOptions) ProtoMessage()

func (*ProductFilterOptions) ProtoReflect

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

func (*ProductFilterOptions) Reset

func (x *ProductFilterOptions) Reset()

func (*ProductFilterOptions) String

func (x *ProductFilterOptions) String() string

type SearchField

type SearchField struct {
	Name        *string `protobuf:"bytes,1,opt,name=name,proto3,oneof" json:"name" form:"name" query:"name"`
	Id          *string `protobuf:"bytes,2,opt,name=id,proto3,oneof" json:"id" form:"id" query:"id"`
	Tag         *string `protobuf:"bytes,3,opt,name=tag,proto3,oneof" json:"tag" form:"tag" query:"tag"` // 仅限Post
	Text        *string `protobuf:"bytes,4,opt,name=text,proto3,oneof" json:"text" form:"text" query:"text"`
	Title       *string `protobuf:"bytes,5,opt,name=title,proto3,oneof" json:"title" form:"title" query:"title"`
	Description *string `protobuf:"bytes,6,opt,name=description,proto3,oneof" json:"description" form:"description" query:"description"`
	ProductName *string `protobuf:"bytes,7,opt,name=productName,proto3,oneof" json:"productName" form:"productName" query:"productName"`
	// contains filtered or unexported fields
}

func (*SearchField) Descriptor deprecated

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

Deprecated: Use SearchField.ProtoReflect.Descriptor instead.

func (*SearchField) GetDescription

func (x *SearchField) GetDescription() string

func (*SearchField) GetId

func (x *SearchField) GetId() string

func (*SearchField) GetName

func (x *SearchField) GetName() string

func (*SearchField) GetProductName

func (x *SearchField) GetProductName() string

func (*SearchField) GetTag

func (x *SearchField) GetTag() string

func (*SearchField) GetText

func (x *SearchField) GetText() string

func (*SearchField) GetTitle

func (x *SearchField) GetTitle() string

func (*SearchField) ProtoMessage

func (*SearchField) ProtoMessage()

func (*SearchField) ProtoReflect

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

func (*SearchField) Reset

func (x *SearchField) Reset()

func (*SearchField) String

func (x *SearchField) String() string

type SearchOptions

type SearchOptions struct {

	// Types that are assignable to Type:
	//
	//	*SearchOptions_AllFieldsKey
	//	*SearchOptions_MultiFieldsKey
	Type isSearchOptions_Type `protobuf_oneof:"Type"`
	// contains filtered or unexported fields
}

func (*SearchOptions) Descriptor deprecated

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

Deprecated: Use SearchOptions.ProtoReflect.Descriptor instead.

func (*SearchOptions) GetAllFieldsKey

func (x *SearchOptions) GetAllFieldsKey() string

func (*SearchOptions) GetMultiFieldsKey

func (x *SearchOptions) GetMultiFieldsKey() *SearchField

func (*SearchOptions) GetType

func (m *SearchOptions) GetType() isSearchOptions_Type

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 SearchOptions_AllFieldsKey

type SearchOptions_AllFieldsKey struct {
	AllFieldsKey string `protobuf:"bytes,1,opt,name=allFieldsKey,proto3,oneof"`
}

type SearchOptions_MultiFieldsKey

type SearchOptions_MultiFieldsKey struct {
	MultiFieldsKey *SearchField `protobuf:"bytes,2,opt,name=multiFieldsKey,proto3,oneof"`
}

type ShareCode

type ShareCode struct {
	Code         string `protobuf:"bytes,1,opt,name=code,proto3" json:"code" form:"code" query:"code"`
	Name         string `protobuf:"bytes,2,opt,name=name,proto3" json:"name" form:"name" query:"name"`
	Status       int64  `protobuf:"varint,3,opt,name=status,proto3" json:"status" form:"status" query:"status"`
	BrowseNumber int64  `protobuf:"varint,4,opt,name=browseNumber,proto3" json:"browseNumber" form:"browseNumber" query:"browseNumber"`
	CreateAt     int64  `protobuf:"varint,5,opt,name=createAt,proto3" json:"createAt" form:"createAt" query:"createAt"`
	Key          string `protobuf:"bytes,6,opt,name=key,proto3" json:"key" form:"key" query:"key"`
	// contains filtered or unexported fields
}

func (*ShareCode) Descriptor deprecated

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

Deprecated: Use ShareCode.ProtoReflect.Descriptor instead.

func (*ShareCode) GetBrowseNumber

func (x *ShareCode) GetBrowseNumber() int64

func (*ShareCode) GetCode

func (x *ShareCode) GetCode() string

func (*ShareCode) GetCreateAt

func (x *ShareCode) GetCreateAt() int64

func (*ShareCode) GetKey

func (x *ShareCode) GetKey() string

func (*ShareCode) GetName

func (x *ShareCode) GetName() string

func (*ShareCode) GetStatus

func (x *ShareCode) GetStatus() int64

func (*ShareCode) ProtoMessage

func (*ShareCode) ProtoMessage()

func (*ShareCode) ProtoReflect

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

func (*ShareCode) Reset

func (x *ShareCode) Reset()

func (*ShareCode) String

func (x *ShareCode) String() string

type ShareFile

type ShareFile struct {
	Code          string   `protobuf:"bytes,1,opt,name=code,proto3" json:"code" form:"code" query:"code"`
	UserId        string   `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId" form:"userId" query:"userId"`
	Name          string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name" form:"name" query:"name"`
	Status        int64    `protobuf:"varint,4,opt,name=status,proto3" json:"status" form:"status" query:"status"`
	EffectiveTime int64    `protobuf:"varint,5,opt,name=effectiveTime,proto3" json:"effectiveTime" form:"effectiveTime" query:"effectiveTime"`
	BrowseNumber  int64    `protobuf:"varint,6,opt,name=browseNumber,proto3" json:"browseNumber" form:"browseNumber" query:"browseNumber"`
	CreateAt      int64    `protobuf:"varint,7,opt,name=createAt,proto3" json:"createAt" form:"createAt" query:"createAt"`
	FileList      []string `protobuf:"bytes,8,rep,name=fileList,proto3" json:"fileList" form:"fileList" query:"fileList"`
	// contains filtered or unexported fields
}

func (*ShareFile) Descriptor deprecated

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

Deprecated: Use ShareFile.ProtoReflect.Descriptor instead.

func (*ShareFile) GetBrowseNumber

func (x *ShareFile) GetBrowseNumber() int64

func (*ShareFile) GetCode

func (x *ShareFile) GetCode() string

func (*ShareFile) GetCreateAt

func (x *ShareFile) GetCreateAt() int64

func (*ShareFile) GetEffectiveTime

func (x *ShareFile) GetEffectiveTime() int64

func (*ShareFile) GetFileList

func (x *ShareFile) GetFileList() []string

func (*ShareFile) GetName

func (x *ShareFile) GetName() string

func (*ShareFile) GetStatus

func (x *ShareFile) GetStatus() int64

func (*ShareFile) GetUserId

func (x *ShareFile) GetUserId() string

func (*ShareFile) ProtoMessage

func (*ShareFile) ProtoMessage()

func (*ShareFile) ProtoReflect

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

func (*ShareFile) Reset

func (x *ShareFile) Reset()

func (*ShareFile) String

func (x *ShareFile) String() string

type ShareFileFilterOptions

type ShareFileFilterOptions struct {
	OnlyCode   *string `protobuf:"bytes,1,opt,name=onlyCode,proto3,oneof" json:"onlyCode" form:"onlyCode" query:"onlyCode"`
	OnlyUserId *string `protobuf:"bytes,2,opt,name=onlyUserId,proto3,oneof" json:"onlyUserId" form:"onlyUserId" query:"onlyUserId"`
	// contains filtered or unexported fields
}

func (*ShareFileFilterOptions) Descriptor deprecated

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

Deprecated: Use ShareFileFilterOptions.ProtoReflect.Descriptor instead.

func (*ShareFileFilterOptions) GetOnlyCode

func (x *ShareFileFilterOptions) GetOnlyCode() string

func (*ShareFileFilterOptions) GetOnlyUserId

func (x *ShareFileFilterOptions) GetOnlyUserId() string

func (*ShareFileFilterOptions) ProtoMessage

func (*ShareFileFilterOptions) ProtoMessage()

func (*ShareFileFilterOptions) ProtoReflect

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

func (*ShareFileFilterOptions) Reset

func (x *ShareFileFilterOptions) Reset()

func (*ShareFileFilterOptions) String

func (x *ShareFileFilterOptions) String() string

type SortOptions

type SortOptions int32
const (
	SortOptions_SortOptions_null         SortOptions = 0
	SortOptions_SortOptions_createAtDesc SortOptions = 1 // 创建时间排序
	SortOptions_SortOptions_createAtAsc  SortOptions = 2 // 创建时间排序
	SortOptions_SortOptions_updateAtDesc SortOptions = 3 // 修改时间排序
	SortOptions_SortOptions_updateAtAsc  SortOptions = 4 // 修改时间排序
)

func (SortOptions) Descriptor

func (SortOptions) Enum

func (x SortOptions) Enum() *SortOptions

func (SortOptions) EnumDescriptor deprecated

func (SortOptions) EnumDescriptor() ([]byte, []int)

Deprecated: Use SortOptions.Descriptor instead.

func (SortOptions) Number

func (x SortOptions) Number() protoreflect.EnumNumber

func (SortOptions) String

func (x SortOptions) String() string

func (SortOptions) Type

type User

type User struct {
	UserId      string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId" form:"userId" query:"userId"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name" form:"name" query:"name"`
	Sex         int64  `protobuf:"varint,3,opt,name=sex,proto3" json:"sex" form:"sex" query:"sex"`
	FullName    string `protobuf:"bytes,4,opt,name=fullName,proto3" json:"fullName" form:"fullName" query:"fullName"`
	IdCard      string `protobuf:"bytes,5,opt,name=idCard,proto3" json:"idCard" form:"idCard" query:"idCard"`
	CreateTime  int64  `protobuf:"varint,6,opt,name=createTime,proto3" json:"createTime" form:"createTime" query:"createTime"`
	UpdateTime  int64  `protobuf:"varint,7,opt,name=updateTime,proto3" json:"updateTime" form:"updateTime" query:"updateTime"`
	Description string `protobuf:"bytes,8,opt,name=description,proto3" json:"description" form:"description" query:"description"`
	Url         string `protobuf:"bytes,9,opt,name=url,proto3" json:"url" form:"url" query:"url"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetCreateTime

func (x *User) GetCreateTime() int64

func (*User) GetDescription

func (x *User) GetDescription() string

func (*User) GetFullName

func (x *User) GetFullName() string

func (*User) GetIdCard

func (x *User) GetIdCard() string

func (*User) GetName

func (x *User) GetName() string

func (*User) GetSex

func (x *User) GetSex() int64

func (*User) GetUpdateTime

func (x *User) GetUpdateTime() int64

func (*User) GetUrl

func (x *User) GetUrl() string

func (*User) GetUserId

func (x *User) GetUserId() 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 UserFilterOptions

type UserFilterOptions struct {
	UserIds []string `protobuf:"bytes,1,rep,name=userIds,proto3" json:"userIds" form:"userIds" query:"userIds"`
	// contains filtered or unexported fields
}

func (*UserFilterOptions) Descriptor deprecated

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

Deprecated: Use UserFilterOptions.ProtoReflect.Descriptor instead.

func (*UserFilterOptions) GetUserIds

func (x *UserFilterOptions) GetUserIds() []string

func (*UserFilterOptions) ProtoMessage

func (*UserFilterOptions) ProtoMessage()

func (*UserFilterOptions) ProtoReflect

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

func (*UserFilterOptions) Reset

func (x *UserFilterOptions) Reset()

func (*UserFilterOptions) String

func (x *UserFilterOptions) String() string

type Zone

type Zone struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id" query:"id"`
	FatherId string `protobuf:"bytes,2,opt,name=fatherId,proto3" json:"fatherId" form:"fatherId" query:"fatherId"`
	Value    string `protobuf:"bytes,3,opt,name=value,proto3" json:"value" form:"value" query:"value"`
	// contains filtered or unexported fields
}

func (*Zone) Descriptor deprecated

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

Deprecated: Use Zone.ProtoReflect.Descriptor instead.

func (*Zone) GetFatherId

func (x *Zone) GetFatherId() string

func (*Zone) GetId

func (x *Zone) GetId() string

func (*Zone) GetValue

func (x *Zone) GetValue() string

func (*Zone) ProtoMessage

func (*Zone) ProtoMessage()

func (*Zone) ProtoReflect

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

func (*Zone) Reset

func (x *Zone) Reset()

func (*Zone) String

func (x *Zone) String() string

Jump to

Keyboard shortcuts

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