Documentation ¶
Index ¶
- Constants
- Variables
- type ACMInfo
- func (p *ACMInfo) Equals(other *ACMInfo) bool
- func (p *ACMInfo) GetDate() int32
- func (p *ACMInfo) GetSESVN() int16
- func (p *ACMInfo) GetTXTSVN() int16
- func (p *ACMInfo) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ACMInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ACMInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ACMInfo) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ACMInfo) String() string
- func (p *ACMInfo) Write(ctx context.Context, oprot thrift.TProtocol) error
- type IntelACMDiagInfo
- func (p *IntelACMDiagInfo) Equals(other *IntelACMDiagInfo) bool
- func (p *IntelACMDiagInfo) GetOriginal() *ACMInfo
- func (p *IntelACMDiagInfo) GetReceived() *ACMInfo
- func (p *IntelACMDiagInfo) IsSetOriginal() bool
- func (p *IntelACMDiagInfo) IsSetReceived() bool
- func (p *IntelACMDiagInfo) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IntelACMDiagInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IntelACMDiagInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IntelACMDiagInfo) String() string
- func (p *IntelACMDiagInfo) Write(ctx context.Context, oprot thrift.TProtocol) error
Constants ¶
View Source
const IntelACMAnalyzerID = "IntelACM"
Variables ¶
View Source
var GoUnusedProtection__ int
Functions ¶
This section is empty.
Types ¶
type ACMInfo ¶
type ACMInfo struct { Date int32 `thrift:"Date,1" db:"Date" json:"Date"` SESVN int16 `thrift:"SESVN,2" db:"SESVN" json:"SESVN"` TXTSVN int16 `thrift:"TXTSVN,3" db:"TXTSVN" json:"TXTSVN"` }
Attributes:
- Date
- SESVN
- TXTSVN
var IntelACMDiagInfo_Original_DEFAULT *ACMInfo
var IntelACMDiagInfo_Received_DEFAULT *ACMInfo
func NewACMInfo ¶
func NewACMInfo() *ACMInfo
func (*ACMInfo) ReadField1 ¶
func (*ACMInfo) ReadField2 ¶
func (*ACMInfo) ReadField3 ¶
type IntelACMDiagInfo ¶
type IntelACMDiagInfo struct { Original *ACMInfo `thrift:"Original,1" db:"Original" json:"Original,omitempty"` Received *ACMInfo `thrift:"Received,2" db:"Received" json:"Received,omitempty"` }
Attributes:
- Original
- Received
func NewIntelACMDiagInfo ¶
func NewIntelACMDiagInfo() *IntelACMDiagInfo
func (*IntelACMDiagInfo) Equals ¶
func (p *IntelACMDiagInfo) Equals(other *IntelACMDiagInfo) bool
func (*IntelACMDiagInfo) GetOriginal ¶
func (p *IntelACMDiagInfo) GetOriginal() *ACMInfo
func (*IntelACMDiagInfo) GetReceived ¶
func (p *IntelACMDiagInfo) GetReceived() *ACMInfo
func (*IntelACMDiagInfo) IsSetOriginal ¶
func (p *IntelACMDiagInfo) IsSetOriginal() bool
func (*IntelACMDiagInfo) IsSetReceived ¶
func (p *IntelACMDiagInfo) IsSetReceived() bool
func (*IntelACMDiagInfo) ReadField1 ¶
func (*IntelACMDiagInfo) ReadField2 ¶
func (*IntelACMDiagInfo) String ¶
func (p *IntelACMDiagInfo) String() string
Click to show internal directories.
Click to hide internal directories.