Documentation
¶
Index ¶
- Variables
- type OrderByInfo
- type ScanListRequest
- func (*ScanListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ScanListRequest) GetLimit() int64
- func (x *ScanListRequest) GetOrderBy() []*OrderByInfo
- func (x *ScanListRequest) GetToken() string
- func (x *ScanListRequest) GetVersion() int32
- func (*ScanListRequest) ProtoMessage()
- func (x *ScanListRequest) ProtoReflect() protoreflect.Message
- func (x *ScanListRequest) Reset()
- func (x *ScanListRequest) String() string
- type StringList
- type UserNameValidateResponse
- func (*UserNameValidateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserNameValidateResponse) GetCode() int32
- func (x *UserNameValidateResponse) GetMessage() string
- func (x *UserNameValidateResponse) GetValid() bool
- func (*UserNameValidateResponse) ProtoMessage()
- func (x *UserNameValidateResponse) ProtoReflect() protoreflect.Message
- func (x *UserNameValidateResponse) Reset()
- func (x *UserNameValidateResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_common_pub_common_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type OrderByInfo ¶
type OrderByInfo struct { Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"` Asc bool `protobuf:"varint,2,opt,name=asc,proto3" json:"asc,omitempty"` // contains filtered or unexported fields }
func (*OrderByInfo) Descriptor
deprecated
func (*OrderByInfo) Descriptor() ([]byte, []int)
Deprecated: Use OrderByInfo.ProtoReflect.Descriptor instead.
func (*OrderByInfo) GetAsc ¶
func (x *OrderByInfo) GetAsc() bool
func (*OrderByInfo) GetField ¶
func (x *OrderByInfo) GetField() string
func (*OrderByInfo) ProtoMessage ¶
func (*OrderByInfo) ProtoMessage()
func (*OrderByInfo) ProtoReflect ¶
func (x *OrderByInfo) ProtoReflect() protoreflect.Message
func (*OrderByInfo) Reset ¶
func (x *OrderByInfo) Reset()
func (*OrderByInfo) String ¶
func (x *OrderByInfo) String() string
type ScanListRequest ¶
type ScanListRequest struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` Limit int64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` OrderBy []*OrderByInfo `protobuf:"bytes,3,rep,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` Version int32 `protobuf:"varint,4,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*ScanListRequest) Descriptor
deprecated
func (*ScanListRequest) Descriptor() ([]byte, []int)
Deprecated: Use ScanListRequest.ProtoReflect.Descriptor instead.
func (*ScanListRequest) GetLimit ¶
func (x *ScanListRequest) GetLimit() int64
func (*ScanListRequest) GetOrderBy ¶
func (x *ScanListRequest) GetOrderBy() []*OrderByInfo
func (*ScanListRequest) GetToken ¶
func (x *ScanListRequest) GetToken() string
func (*ScanListRequest) GetVersion ¶
func (x *ScanListRequest) GetVersion() int32
func (*ScanListRequest) ProtoMessage ¶
func (*ScanListRequest) ProtoMessage()
func (*ScanListRequest) ProtoReflect ¶
func (x *ScanListRequest) ProtoReflect() protoreflect.Message
func (*ScanListRequest) Reset ¶
func (x *ScanListRequest) Reset()
func (*ScanListRequest) String ¶
func (x *ScanListRequest) String() string
type StringList ¶
type StringList struct { List []string `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*StringList) Descriptor
deprecated
func (*StringList) Descriptor() ([]byte, []int)
Deprecated: Use StringList.ProtoReflect.Descriptor instead.
func (*StringList) GetList ¶
func (x *StringList) GetList() []string
func (*StringList) ProtoMessage ¶
func (*StringList) ProtoMessage()
func (*StringList) ProtoReflect ¶
func (x *StringList) ProtoReflect() protoreflect.Message
func (*StringList) Reset ¶
func (x *StringList) Reset()
func (*StringList) String ¶
func (x *StringList) String() string
type UserNameValidateResponse ¶
type UserNameValidateResponse struct { Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` Valid bool `protobuf:"varint,3,opt,name=valid,proto3" json:"valid,omitempty"` // contains filtered or unexported fields }
func (*UserNameValidateResponse) Descriptor
deprecated
func (*UserNameValidateResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserNameValidateResponse.ProtoReflect.Descriptor instead.
func (*UserNameValidateResponse) GetCode ¶
func (x *UserNameValidateResponse) GetCode() int32
func (*UserNameValidateResponse) GetMessage ¶
func (x *UserNameValidateResponse) GetMessage() string
func (*UserNameValidateResponse) GetValid ¶
func (x *UserNameValidateResponse) GetValid() bool
func (*UserNameValidateResponse) ProtoMessage ¶
func (*UserNameValidateResponse) ProtoMessage()
func (*UserNameValidateResponse) ProtoReflect ¶
func (x *UserNameValidateResponse) ProtoReflect() protoreflect.Message
func (*UserNameValidateResponse) Reset ¶
func (x *UserNameValidateResponse) Reset()
func (*UserNameValidateResponse) String ¶
func (x *UserNameValidateResponse) String() string
Click to show internal directories.
Click to hide internal directories.