Documentation ¶
Index ¶
- Variables
- type PageInfo
- func (*PageInfo) Descriptor() ([]byte, []int)deprecated
- func (x *PageInfo) GetLastPage() int32
- func (x *PageInfo) GetMaxResults() int32
- func (x *PageInfo) GetPage() int32
- func (x *PageInfo) GetResults() int32
- func (*PageInfo) ProtoMessage()
- func (x *PageInfo) ProtoReflect() protoreflect.Message
- func (x *PageInfo) Reset()
- func (x *PageInfo) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_protorepo_base_base_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type PageInfo ¶
type PageInfo struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` LastPage int32 `protobuf:"varint,2,opt,name=last_page,json=lastPage,proto3" json:"last_page,omitempty"` Results int32 `protobuf:"varint,3,opt,name=results,proto3" json:"results,omitempty"` MaxResults int32 `protobuf:"varint,4,opt,name=max_results,json=maxResults,proto3" json:"max_results,omitempty"` // contains filtered or unexported fields }
func (*PageInfo) Descriptor
deprecated
func (*PageInfo) GetLastPage ¶
func (*PageInfo) GetMaxResults ¶
func (*PageInfo) GetResults ¶
func (*PageInfo) ProtoMessage ¶
func (*PageInfo) ProtoMessage()
func (*PageInfo) ProtoReflect ¶
func (x *PageInfo) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.