Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pandora_protobuf_request_param_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Cursor ¶ added in v1.1.0
type Cursor struct {
Cursor uint64 `protobuf:"varint,1,opt,name=cursor,proto3" json:"cursor,omitempty"`
// contains filtered or unexported fields
}
func (*Cursor) Descriptor
deprecated
added in
v1.1.0
func (*Cursor) ProtoMessage ¶ added in v1.1.0
func (*Cursor) ProtoMessage()
func (*Cursor) ProtoReflect ¶ added in v1.1.0
func (x *Cursor) ProtoReflect() protoreflect.Message
type CursorStr ¶ added in v1.1.0
type CursorStr struct {
Cursor string `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"`
// contains filtered or unexported fields
}
func (*CursorStr) Descriptor
deprecated
added in
v1.1.0
func (*CursorStr) ProtoMessage ¶ added in v1.1.0
func (*CursorStr) ProtoMessage()
func (*CursorStr) ProtoReflect ¶ added in v1.1.0
func (x *CursorStr) ProtoReflect() protoreflect.Message
type Id ¶ added in v1.1.0
type Id struct {
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*Id) Descriptor
deprecated
added in
v1.1.0
func (*Id) ProtoMessage ¶ added in v1.1.0
func (*Id) ProtoMessage()
func (*Id) ProtoReflect ¶ added in v1.1.0
func (x *Id) ProtoReflect() protoreflect.Message
type IdStr ¶ added in v1.1.0
type IdStr struct {
IdStr string `protobuf:"bytes,1,opt,name=idStr,proto3" json:"idStr,omitempty"`
// contains filtered or unexported fields
}
func (*IdStr) Descriptor
deprecated
added in
v1.1.0
func (*IdStr) ProtoMessage ¶ added in v1.1.0
func (*IdStr) ProtoMessage()
func (*IdStr) ProtoReflect ¶ added in v1.1.0
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.