Documentation ¶
Index ¶
- Variables
- type NewPageResult
- func (*NewPageResult) Descriptor() ([]byte, []int)deprecated
- func (x *NewPageResult) GetList() *structpb.Value
- func (x *NewPageResult) GetTotal() int64
- func (m *NewPageResult) MarshalJSON() ([]byte, error)
- func (*NewPageResult) ProtoMessage()
- func (x *NewPageResult) ProtoReflect() protoreflect.Message
- func (x *NewPageResult) Reset()
- func (x *NewPageResult) String() string
- func (m *NewPageResult) UnmarshalJSON(b []byte) error
- func (m *NewPageResult) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *NewPageResult) Validate() error
- type Page
- func (*Page) Descriptor() ([]byte, []int)deprecated
- func (x *Page) GetCurPage() int64
- func (x *Page) GetEndIndex() int64
- func (x *Page) GetPageSize() int64
- func (x *Page) GetStartIndex() int64
- func (x *Page) GetTotalNum() int64
- func (m *Page) MarshalJSON() ([]byte, error)
- func (*Page) ProtoMessage()
- func (x *Page) ProtoReflect() protoreflect.Message
- func (x *Page) Reset()
- func (x *Page) String() string
- func (m *Page) UnmarshalJSON(b []byte) error
- func (m *Page) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *Page) Validate() error
- type PageResult
- func (*PageResult) Descriptor() ([]byte, []int)deprecated
- func (x *PageResult) GetPage() *Page
- func (x *PageResult) GetResult() *structpb.Value
- func (m *PageResult) MarshalJSON() ([]byte, error)
- func (*PageResult) ProtoMessage()
- func (x *PageResult) ProtoReflect() protoreflect.Message
- func (x *PageResult) Reset()
- func (x *PageResult) String() string
- func (m *PageResult) UnmarshalJSON(b []byte) error
- func (m *PageResult) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *PageResult) Validate() error
Constants ¶
This section is empty.
Variables ¶
View Source
var File_hepa_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type NewPageResult ¶
type NewPageResult struct { List *structpb.Value `protobuf:"bytes,1,opt,name=list,proto3" json:"list,omitempty"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` // contains filtered or unexported fields }
func (*NewPageResult) Descriptor
deprecated
func (*NewPageResult) Descriptor() ([]byte, []int)
Deprecated: Use NewPageResult.ProtoReflect.Descriptor instead.
func (*NewPageResult) GetList ¶
func (x *NewPageResult) GetList() *structpb.Value
func (*NewPageResult) GetTotal ¶
func (x *NewPageResult) GetTotal() int64
func (*NewPageResult) MarshalJSON ¶
func (m *NewPageResult) MarshalJSON() ([]byte, error)
NewPageResult implement json.Marshaler.
func (*NewPageResult) ProtoMessage ¶
func (*NewPageResult) ProtoMessage()
func (*NewPageResult) ProtoReflect ¶
func (x *NewPageResult) ProtoReflect() protoreflect.Message
func (*NewPageResult) Reset ¶
func (x *NewPageResult) Reset()
func (*NewPageResult) String ¶
func (x *NewPageResult) String() string
func (*NewPageResult) UnmarshalJSON ¶
func (m *NewPageResult) UnmarshalJSON(b []byte) error
NewPageResult implement json.Marshaler.
func (*NewPageResult) UnmarshalURLValues ¶
func (m *NewPageResult) UnmarshalURLValues(prefix string, values url.Values) error
NewPageResult implement urlenc.URLValuesUnmarshaler.
func (*NewPageResult) Validate ¶
func (this *NewPageResult) Validate() error
type Page ¶
type Page struct { PageSize int64 `protobuf:"varint,1,opt,name=pageSize,proto3" json:"pageSize,omitempty"` CurPage int64 `protobuf:"varint,2,opt,name=curPage,proto3" json:"curPage,omitempty"` TotalNum int64 `protobuf:"varint,3,opt,name=totalNum,proto3" json:"totalNum,omitempty"` StartIndex int64 `protobuf:"varint,4,opt,name=startIndex,proto3" json:"startIndex,omitempty"` EndIndex int64 `protobuf:"varint,5,opt,name=endIndex,proto3" json:"endIndex,omitempty"` // contains filtered or unexported fields }
func (*Page) Descriptor
deprecated
func (*Page) GetCurPage ¶
func (*Page) GetEndIndex ¶
func (*Page) GetPageSize ¶
func (*Page) GetStartIndex ¶
func (*Page) GetTotalNum ¶
func (*Page) MarshalJSON ¶
Page implement json.Marshaler.
func (*Page) ProtoMessage ¶
func (*Page) ProtoMessage()
func (*Page) ProtoReflect ¶
func (x *Page) ProtoReflect() protoreflect.Message
func (*Page) UnmarshalJSON ¶
Page implement json.Marshaler.
func (*Page) UnmarshalURLValues ¶
Page implement urlenc.URLValuesUnmarshaler.
type PageResult ¶
type PageResult struct { Result *structpb.Value `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` Page *Page `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*PageResult) Descriptor
deprecated
func (*PageResult) Descriptor() ([]byte, []int)
Deprecated: Use PageResult.ProtoReflect.Descriptor instead.
func (*PageResult) GetPage ¶
func (x *PageResult) GetPage() *Page
func (*PageResult) GetResult ¶
func (x *PageResult) GetResult() *structpb.Value
func (*PageResult) MarshalJSON ¶
func (m *PageResult) MarshalJSON() ([]byte, error)
PageResult implement json.Marshaler.
func (*PageResult) ProtoMessage ¶
func (*PageResult) ProtoMessage()
func (*PageResult) ProtoReflect ¶
func (x *PageResult) ProtoReflect() protoreflect.Message
func (*PageResult) Reset ¶
func (x *PageResult) Reset()
func (*PageResult) String ¶
func (x *PageResult) String() string
func (*PageResult) UnmarshalJSON ¶
func (m *PageResult) UnmarshalJSON(b []byte) error
PageResult implement json.Marshaler.
func (*PageResult) UnmarshalURLValues ¶
func (m *PageResult) UnmarshalURLValues(prefix string, values url.Values) error
PageResult implement urlenc.URLValuesUnmarshaler.
func (*PageResult) Validate ¶
func (this *PageResult) Validate() error
Click to show internal directories.
Click to hide internal directories.