Documentation
¶
Index ¶
- Constants
- Variables
- type CustomReport
- func (p *CustomReport) Equals(other *CustomReport) bool
- func (p *CustomReport) GetDisabledMeasurements() []string
- func (p *CustomReport) GetExpectedACMPolicyStatus() []byte
- func (p *CustomReport) GetExpectedFlow() measurements.Flow
- func (p *CustomReport) GetExpectedLocality() int8
- func (p *CustomReport) IsSetExpectedACMPolicyStatus() bool
- func (p *CustomReport) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CustomReport) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CustomReport) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CustomReport) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CustomReport) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CustomReport) String() string
- func (p *CustomReport) Write(ctx context.Context, oprot thrift.TProtocol) error
Constants ¶
View Source
const ReproducePCRAnalyzerID = "ReproducePCR"
Variables ¶
View Source
var CustomReport_ExpectedACMPolicyStatus_DEFAULT []byte
View Source
var GoUnusedProtection__ int
Functions ¶
This section is empty.
Types ¶
type CustomReport ¶
type CustomReport struct { ExpectedFlow measurements.Flow `thrift:"ExpectedFlow,1" db:"ExpectedFlow" json:"ExpectedFlow"` ExpectedLocality int8 `thrift:"ExpectedLocality,2" db:"ExpectedLocality" json:"ExpectedLocality"` ExpectedACMPolicyStatus []byte `thrift:"ExpectedACMPolicyStatus,3" db:"ExpectedACMPolicyStatus" json:"ExpectedACMPolicyStatus,omitempty"` DisabledMeasurements []string `thrift:"DisabledMeasurements,4" db:"DisabledMeasurements" json:"DisabledMeasurements"` }
Attributes:
- ExpectedFlow
- ExpectedLocality
- ExpectedACMPolicyStatus
- DisabledMeasurements
func NewCustomReport ¶
func NewCustomReport() *CustomReport
func (*CustomReport) Equals ¶
func (p *CustomReport) Equals(other *CustomReport) bool
func (*CustomReport) GetDisabledMeasurements ¶
func (p *CustomReport) GetDisabledMeasurements() []string
func (*CustomReport) GetExpectedACMPolicyStatus ¶
func (p *CustomReport) GetExpectedACMPolicyStatus() []byte
func (*CustomReport) GetExpectedFlow ¶
func (p *CustomReport) GetExpectedFlow() measurements.Flow
func (*CustomReport) GetExpectedLocality ¶
func (p *CustomReport) GetExpectedLocality() int8
func (*CustomReport) IsSetExpectedACMPolicyStatus ¶
func (p *CustomReport) IsSetExpectedACMPolicyStatus() bool
func (*CustomReport) ReadField1 ¶
func (*CustomReport) ReadField2 ¶
func (*CustomReport) ReadField3 ¶
func (*CustomReport) ReadField4 ¶
func (*CustomReport) String ¶
func (p *CustomReport) String() string
Click to show internal directories.
Click to hide internal directories.