Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_common_common_v1_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type EmptyMessage ¶
type EmptyMessage struct {
// contains filtered or unexported fields
}
* Represents an empty message Use when no content's needed
func (*EmptyMessage) Descriptor
deprecated
func (*EmptyMessage) Descriptor() ([]byte, []int)
Deprecated: Use EmptyMessage.ProtoReflect.Descriptor instead.
func (*EmptyMessage) ProtoMessage ¶
func (*EmptyMessage) ProtoMessage()
func (*EmptyMessage) ProtoReflect ¶
func (x *EmptyMessage) ProtoReflect() protoreflect.Message
func (*EmptyMessage) Reset ¶
func (x *EmptyMessage) Reset()
func (*EmptyMessage) String ¶
func (x *EmptyMessage) String() string
type Paging ¶
type Paging struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // Page number or offset Count int32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` // Units count or limit // contains filtered or unexported fields }
* Represents a pagination message
func (*Paging) Descriptor
deprecated
func (*Paging) ProtoMessage ¶
func (*Paging) ProtoMessage()
func (*Paging) ProtoReflect ¶
func (x *Paging) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.