Documentation
¶
Index ¶
- Variables
- type TestResult
- func (*TestResult) Descriptor() ([]byte, []int)deprecated
- func (x *TestResult) GetConfiguration() []*v1.ResourceDescriptor
- func (x *TestResult) GetFailedTests() []string
- func (x *TestResult) GetPassedTests() []string
- func (x *TestResult) GetResult() string
- func (x *TestResult) GetUrl() string
- func (x *TestResult) GetWarnedTests() []string
- func (*TestResult) ProtoMessage()
- func (x *TestResult) ProtoReflect() protoreflect.Message
- func (x *TestResult) Reset()
- func (x *TestResult) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_in_toto_attestation_predicates_test_result_v0_test_result_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TestResult ¶
type TestResult struct { Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` Configuration []*v1.ResourceDescriptor `protobuf:"bytes,2,rep,name=configuration,proto3" json:"configuration,omitempty"` Url string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"` PassedTests []string `protobuf:"bytes,4,rep,name=passed_tests,json=passedTests,proto3" json:"passed_tests,omitempty"` WarnedTests []string `protobuf:"bytes,5,rep,name=warned_tests,json=warnedTests,proto3" json:"warned_tests,omitempty"` FailedTests []string `protobuf:"bytes,6,rep,name=failed_tests,json=failedTests,proto3" json:"failed_tests,omitempty"` // contains filtered or unexported fields }
func (*TestResult) Descriptor
deprecated
func (*TestResult) Descriptor() ([]byte, []int)
Deprecated: Use TestResult.ProtoReflect.Descriptor instead.
func (*TestResult) GetConfiguration ¶
func (x *TestResult) GetConfiguration() []*v1.ResourceDescriptor
func (*TestResult) GetFailedTests ¶
func (x *TestResult) GetFailedTests() []string
func (*TestResult) GetPassedTests ¶
func (x *TestResult) GetPassedTests() []string
func (*TestResult) GetResult ¶
func (x *TestResult) GetResult() string
func (*TestResult) GetUrl ¶
func (x *TestResult) GetUrl() string
func (*TestResult) GetWarnedTests ¶
func (x *TestResult) GetWarnedTests() []string
func (*TestResult) ProtoMessage ¶
func (*TestResult) ProtoMessage()
func (*TestResult) ProtoReflect ¶
func (x *TestResult) ProtoReflect() protoreflect.Message
func (*TestResult) Reset ¶
func (x *TestResult) Reset()
func (*TestResult) String ¶
func (x *TestResult) String() string
Click to show internal directories.
Click to hide internal directories.