Documentation ¶
Index ¶
- Variables
- type Config
- type Field
- func (*Field) Descriptor() ([]byte, []int)deprecated
- func (x *Field) GetIsMessage() bool
- func (x *Field) GetMaxVersion() uint32
- func (x *Field) GetMinVersion() uint32
- func (x *Field) GetNotReportableMinVersion() uint32
- func (x *Field) GetSubfield() map[uint32]*Field
- func (*Field) ProtoMessage()
- func (x *Field) ProtoReflect() protoreflect.Message
- func (x *Field) Reset()
- func (x *Field) String() string
- type Reportable
- func (*Reportable) Descriptor() ([]byte, []int)deprecated
- func (x *Reportable) GetMaxVersion() uint32
- func (x *Reportable) GetMinVersion() uint32
- func (x *Reportable) GetNever() bool
- func (x *Reportable) GetNotReportableMinVersion() uint32
- func (*Reportable) ProtoMessage()
- func (x *Reportable) ProtoReflect() protoreflect.Message
- func (x *Reportable) Reset()
- func (x *Reportable) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_waReporting_WAWebProtobufsReporting_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Field map[uint32]*Field `` /* 152-byte string literal not displayed */ Version uint32 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*Config) Descriptor
deprecated
func (*Config) GetVersion ¶
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
func (*Config) ProtoReflect ¶
func (x *Config) ProtoReflect() protoreflect.Message
type Field ¶
type Field struct { MinVersion uint32 `protobuf:"varint,1,opt,name=minVersion,proto3" json:"minVersion,omitempty"` MaxVersion uint32 `protobuf:"varint,2,opt,name=maxVersion,proto3" json:"maxVersion,omitempty"` NotReportableMinVersion uint32 `protobuf:"varint,3,opt,name=notReportableMinVersion,proto3" json:"notReportableMinVersion,omitempty"` IsMessage bool `protobuf:"varint,4,opt,name=isMessage,proto3" json:"isMessage,omitempty"` Subfield map[uint32]*Field `` /* 158-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Field) Descriptor
deprecated
func (*Field) GetIsMessage ¶
func (*Field) GetMaxVersion ¶
func (*Field) GetMinVersion ¶
func (*Field) GetNotReportableMinVersion ¶
func (*Field) GetSubfield ¶
func (*Field) ProtoMessage ¶
func (*Field) ProtoMessage()
func (*Field) ProtoReflect ¶
func (x *Field) ProtoReflect() protoreflect.Message
type Reportable ¶
type Reportable struct { MinVersion uint32 `protobuf:"varint,1,opt,name=minVersion,proto3" json:"minVersion,omitempty"` MaxVersion uint32 `protobuf:"varint,2,opt,name=maxVersion,proto3" json:"maxVersion,omitempty"` NotReportableMinVersion uint32 `protobuf:"varint,3,opt,name=notReportableMinVersion,proto3" json:"notReportableMinVersion,omitempty"` Never bool `protobuf:"varint,4,opt,name=never,proto3" json:"never,omitempty"` // contains filtered or unexported fields }
func (*Reportable) Descriptor
deprecated
func (*Reportable) Descriptor() ([]byte, []int)
Deprecated: Use Reportable.ProtoReflect.Descriptor instead.
func (*Reportable) GetMaxVersion ¶
func (x *Reportable) GetMaxVersion() uint32
func (*Reportable) GetMinVersion ¶
func (x *Reportable) GetMinVersion() uint32
func (*Reportable) GetNever ¶
func (x *Reportable) GetNever() bool
func (*Reportable) GetNotReportableMinVersion ¶
func (x *Reportable) GetNotReportableMinVersion() uint32
func (*Reportable) ProtoMessage ¶
func (*Reportable) ProtoMessage()
func (*Reportable) ProtoReflect ¶
func (x *Reportable) ProtoReflect() protoreflect.Message
func (*Reportable) Reset ¶
func (x *Reportable) Reset()
func (*Reportable) String ¶
func (x *Reportable) String() string
Click to show internal directories.
Click to hide internal directories.