Documentation
¶
Index ¶
- Variables
- type NearbyInput
- type NearbyOutput
- func (*NearbyOutput) Descriptor() ([]byte, []int)deprecated
- func (x *NearbyOutput) GetPlaceRestriction() []*PlaceRestriction
- func (x *NearbyOutput) GetUserByPk() *NearbyUser
- func (*NearbyOutput) ProtoMessage()
- func (x *NearbyOutput) ProtoReflect() protoreflect.Message
- func (x *NearbyOutput) Reset()
- func (x *NearbyOutput) String() string
- type NearbyOutputData
- type NearbyUser
- func (*NearbyUser) Descriptor() ([]byte, []int)deprecated
- func (x *NearbyUser) GetId() string
- func (x *NearbyUser) GetUserRestrictions() []*NearbyUserRestrictions
- func (*NearbyUser) ProtoMessage()
- func (x *NearbyUser) ProtoReflect() protoreflect.Message
- func (x *NearbyUser) Reset()
- func (x *NearbyUser) String() string
- type NearbyUserRestrictions
- func (*NearbyUserRestrictions) Descriptor() ([]byte, []int)deprecated
- func (x *NearbyUserRestrictions) GetRestrictionId() uint32
- func (*NearbyUserRestrictions) ProtoMessage()
- func (x *NearbyUserRestrictions) ProtoReflect() protoreflect.Message
- func (x *NearbyUserRestrictions) Reset()
- func (x *NearbyUserRestrictions) String() string
- type PlaceRestriction
- func (*PlaceRestriction) Descriptor() ([]byte, []int)deprecated
- func (x *PlaceRestriction) GetPlaceId() uint32
- func (x *PlaceRestriction) GetRestrictionId() uint32
- func (*PlaceRestriction) ProtoMessage()
- func (x *PlaceRestriction) ProtoReflect() protoreflect.Message
- func (x *PlaceRestriction) Reset()
- func (x *PlaceRestriction) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_nearby_nearby_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type NearbyInput ¶
type NearbyInput struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*NearbyInput) Descriptor
deprecated
func (*NearbyInput) Descriptor() ([]byte, []int)
Deprecated: Use NearbyInput.ProtoReflect.Descriptor instead.
func (*NearbyInput) GetUserId ¶
func (x *NearbyInput) GetUserId() string
func (*NearbyInput) ProtoMessage ¶
func (*NearbyInput) ProtoMessage()
func (*NearbyInput) ProtoReflect ¶
func (x *NearbyInput) ProtoReflect() protoreflect.Message
func (*NearbyInput) Reset ¶
func (x *NearbyInput) Reset()
func (*NearbyInput) String ¶
func (x *NearbyInput) String() string
type NearbyOutput ¶
type NearbyOutput struct { PlaceRestriction []*PlaceRestriction `protobuf:"bytes,1,rep,name=place_restriction,json=placeRestriction,proto3" json:"place_restriction,omitempty"` UserByPk *NearbyUser `protobuf:"bytes,2,opt,name=user_by_pk,json=userByPk,proto3" json:"user_by_pk,omitempty"` // contains filtered or unexported fields }
func (*NearbyOutput) Descriptor
deprecated
func (*NearbyOutput) Descriptor() ([]byte, []int)
Deprecated: Use NearbyOutput.ProtoReflect.Descriptor instead.
func (*NearbyOutput) GetPlaceRestriction ¶
func (x *NearbyOutput) GetPlaceRestriction() []*PlaceRestriction
func (*NearbyOutput) GetUserByPk ¶
func (x *NearbyOutput) GetUserByPk() *NearbyUser
func (*NearbyOutput) ProtoMessage ¶
func (*NearbyOutput) ProtoMessage()
func (*NearbyOutput) ProtoReflect ¶
func (x *NearbyOutput) ProtoReflect() protoreflect.Message
func (*NearbyOutput) Reset ¶
func (x *NearbyOutput) Reset()
func (*NearbyOutput) String ¶
func (x *NearbyOutput) String() string
type NearbyOutputData ¶
type NearbyOutputData struct { Data *NearbyOutput `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*NearbyOutputData) Descriptor
deprecated
func (*NearbyOutputData) Descriptor() ([]byte, []int)
Deprecated: Use NearbyOutputData.ProtoReflect.Descriptor instead.
func (*NearbyOutputData) GetData ¶
func (x *NearbyOutputData) GetData() *NearbyOutput
func (*NearbyOutputData) ProtoMessage ¶
func (*NearbyOutputData) ProtoMessage()
func (*NearbyOutputData) ProtoReflect ¶
func (x *NearbyOutputData) ProtoReflect() protoreflect.Message
func (*NearbyOutputData) Reset ¶
func (x *NearbyOutputData) Reset()
func (*NearbyOutputData) String ¶
func (x *NearbyOutputData) String() string
type NearbyUser ¶
type NearbyUser struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` UserRestrictions []*NearbyUserRestrictions `protobuf:"bytes,2,rep,name=user_restrictions,json=userRestrictions,proto3" json:"user_restrictions,omitempty"` // contains filtered or unexported fields }
func (*NearbyUser) Descriptor
deprecated
func (*NearbyUser) Descriptor() ([]byte, []int)
Deprecated: Use NearbyUser.ProtoReflect.Descriptor instead.
func (*NearbyUser) GetId ¶
func (x *NearbyUser) GetId() string
func (*NearbyUser) GetUserRestrictions ¶
func (x *NearbyUser) GetUserRestrictions() []*NearbyUserRestrictions
func (*NearbyUser) ProtoMessage ¶
func (*NearbyUser) ProtoMessage()
func (*NearbyUser) ProtoReflect ¶
func (x *NearbyUser) ProtoReflect() protoreflect.Message
func (*NearbyUser) Reset ¶
func (x *NearbyUser) Reset()
func (*NearbyUser) String ¶
func (x *NearbyUser) String() string
type NearbyUserRestrictions ¶
type NearbyUserRestrictions struct { RestrictionId uint32 `protobuf:"varint,1,opt,name=restriction_id,json=restrictionId,proto3" json:"restriction_id,omitempty"` // contains filtered or unexported fields }
func (*NearbyUserRestrictions) Descriptor
deprecated
func (*NearbyUserRestrictions) Descriptor() ([]byte, []int)
Deprecated: Use NearbyUserRestrictions.ProtoReflect.Descriptor instead.
func (*NearbyUserRestrictions) GetRestrictionId ¶
func (x *NearbyUserRestrictions) GetRestrictionId() uint32
func (*NearbyUserRestrictions) ProtoMessage ¶
func (*NearbyUserRestrictions) ProtoMessage()
func (*NearbyUserRestrictions) ProtoReflect ¶
func (x *NearbyUserRestrictions) ProtoReflect() protoreflect.Message
func (*NearbyUserRestrictions) Reset ¶
func (x *NearbyUserRestrictions) Reset()
func (*NearbyUserRestrictions) String ¶
func (x *NearbyUserRestrictions) String() string
type PlaceRestriction ¶
type PlaceRestriction struct { PlaceId uint32 `protobuf:"varint,1,opt,name=place_id,json=placeId,proto3" json:"place_id,omitempty"` RestrictionId uint32 `protobuf:"varint,2,opt,name=restriction_id,json=restrictionId,proto3" json:"restriction_id,omitempty"` // contains filtered or unexported fields }
func (*PlaceRestriction) Descriptor
deprecated
func (*PlaceRestriction) Descriptor() ([]byte, []int)
Deprecated: Use PlaceRestriction.ProtoReflect.Descriptor instead.
func (*PlaceRestriction) GetPlaceId ¶
func (x *PlaceRestriction) GetPlaceId() uint32
func (*PlaceRestriction) GetRestrictionId ¶
func (x *PlaceRestriction) GetRestrictionId() uint32
func (*PlaceRestriction) ProtoMessage ¶
func (*PlaceRestriction) ProtoMessage()
func (*PlaceRestriction) ProtoReflect ¶
func (x *PlaceRestriction) ProtoReflect() protoreflect.Message
func (*PlaceRestriction) Reset ¶
func (x *PlaceRestriction) Reset()
func (*PlaceRestriction) String ¶
func (x *PlaceRestriction) String() string
Click to show internal directories.
Click to hide internal directories.