Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_cherry_protobuf_request_param_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Cursor ¶
type Cursor struct {
Cursor uint64 `protobuf:"varint,1,opt,name=cursor,proto3" json:"cursor,omitempty"`
// contains filtered or unexported fields
}
func (*Cursor) Descriptor
deprecated
func (*Cursor) ProtoMessage ¶
func (*Cursor) ProtoMessage()
func (*Cursor) ProtoReflect ¶
func (x *Cursor) ProtoReflect() protoreflect.Message
type CursorStr ¶
type CursorStr struct {
Cursor string `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"`
// contains filtered or unexported fields
}
func (*CursorStr) Descriptor
deprecated
func (*CursorStr) ProtoMessage ¶
func (*CursorStr) ProtoMessage()
func (*CursorStr) ProtoReflect ¶
func (x *CursorStr) ProtoReflect() protoreflect.Message
type Id ¶
type Id struct {
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*Id) Descriptor
deprecated
func (*Id) ProtoMessage ¶
func (*Id) ProtoMessage()
func (*Id) ProtoReflect ¶
func (x *Id) ProtoReflect() protoreflect.Message
type IdStr ¶
type IdStr struct {
IdStr string `protobuf:"bytes,1,opt,name=idStr,proto3" json:"idStr,omitempty"`
// contains filtered or unexported fields
}
func (*IdStr) Descriptor
deprecated
func (*IdStr) ProtoMessage ¶
func (*IdStr) ProtoMessage()
func (*IdStr) ProtoReflect ¶
func (x *IdStr) ProtoReflect() protoreflect.Message
type Page ¶
type Page struct {
PageNo uint32 `protobuf:"varint,1,opt,name=pageNo,proto3" json:"pageNo,omitempty"`
PageSize uint32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
// contains filtered or unexported fields
}
func (*Page) Descriptor
deprecated
func (*Page) GetPageSize ¶
func (*Page) ProtoMessage ¶
func (*Page) ProtoMessage()
func (*Page) ProtoReflect ¶
func (x *Page) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.