Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_product_page_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ProductReq ¶
type ProductReq struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty" query:"id"` // contains filtered or unexported fields }
func (*ProductReq) Descriptor
deprecated
func (*ProductReq) Descriptor() ([]byte, []int)
Deprecated: Use ProductReq.ProtoReflect.Descriptor instead.
func (*ProductReq) GetId ¶
func (x *ProductReq) GetId() uint32
func (*ProductReq) ProtoMessage ¶
func (*ProductReq) ProtoMessage()
func (*ProductReq) ProtoReflect ¶
func (x *ProductReq) ProtoReflect() protoreflect.Message
func (*ProductReq) Reset ¶
func (x *ProductReq) Reset()
func (*ProductReq) String ¶
func (x *ProductReq) String() string
type SearchProductsReq ¶
type SearchProductsReq struct { Q string `protobuf:"bytes,1,opt,name=q,proto3" json:"q,omitempty" query:"q"` // contains filtered or unexported fields }
func (*SearchProductsReq) Descriptor
deprecated
func (*SearchProductsReq) Descriptor() ([]byte, []int)
Deprecated: Use SearchProductsReq.ProtoReflect.Descriptor instead.
func (*SearchProductsReq) GetQ ¶
func (x *SearchProductsReq) GetQ() string
func (*SearchProductsReq) ProtoMessage ¶
func (*SearchProductsReq) ProtoMessage()
func (*SearchProductsReq) ProtoReflect ¶
func (x *SearchProductsReq) ProtoReflect() protoreflect.Message
func (*SearchProductsReq) Reset ¶
func (x *SearchProductsReq) Reset()
func (*SearchProductsReq) String ¶
func (x *SearchProductsReq) String() string
Click to show internal directories.
Click to hide internal directories.