Documentation ¶
Index ¶
- Variables
- type ShotMatchInfo
- type ShotMatchTaskData
- func (*ShotMatchTaskData) Descriptor() ([]byte, []int)deprecated
- func (x *ShotMatchTaskData) GetMatchSet() []*ShotMatchInfo
- func (*ShotMatchTaskData) ProtoMessage()
- func (x *ShotMatchTaskData) ProtoReflect() protoreflect.Message
- func (x *ShotMatchTaskData) Reset()
- func (x *ShotMatchTaskData) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_shot_match_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ShotMatchInfo ¶
type ShotMatchInfo struct { ScoreSet []float32 `protobuf:"fixed32,1,rep,packed,name=ScoreSet,proto3" json:"ScoreSet,omitempty"` // contains filtered or unexported fields }
func (*ShotMatchInfo) Descriptor
deprecated
func (*ShotMatchInfo) Descriptor() ([]byte, []int)
Deprecated: Use ShotMatchInfo.ProtoReflect.Descriptor instead.
func (*ShotMatchInfo) GetScoreSet ¶
func (x *ShotMatchInfo) GetScoreSet() []float32
func (*ShotMatchInfo) ProtoMessage ¶
func (*ShotMatchInfo) ProtoMessage()
func (*ShotMatchInfo) ProtoReflect ¶
func (x *ShotMatchInfo) ProtoReflect() protoreflect.Message
func (*ShotMatchInfo) Reset ¶
func (x *ShotMatchInfo) Reset()
func (*ShotMatchInfo) String ¶
func (x *ShotMatchInfo) String() string
type ShotMatchTaskData ¶
type ShotMatchTaskData struct { MatchSet []*ShotMatchInfo `protobuf:"bytes,1,rep,name=MatchSet,proto3" json:"MatchSet,omitempty"` // contains filtered or unexported fields }
func (*ShotMatchTaskData) Descriptor
deprecated
func (*ShotMatchTaskData) Descriptor() ([]byte, []int)
Deprecated: Use ShotMatchTaskData.ProtoReflect.Descriptor instead.
func (*ShotMatchTaskData) GetMatchSet ¶
func (x *ShotMatchTaskData) GetMatchSet() []*ShotMatchInfo
func (*ShotMatchTaskData) ProtoMessage ¶
func (*ShotMatchTaskData) ProtoMessage()
func (*ShotMatchTaskData) ProtoReflect ¶
func (x *ShotMatchTaskData) ProtoReflect() protoreflect.Message
func (*ShotMatchTaskData) Reset ¶
func (x *ShotMatchTaskData) Reset()
func (*ShotMatchTaskData) String ¶
func (x *ShotMatchTaskData) String() string
Click to show internal directories.
Click to hide internal directories.