Documentation ¶
Index ¶
- Variables
- type Filter
- func (*Filter) Descriptor() ([]byte, []int)deprecated
- func (x *Filter) GetCheckType() checks.CheckType
- func (x *Filter) GetDescription() string
- func (x *Filter) GetName() string
- func (x *Filter) GetReferences() []string
- func (x *Filter) GetSummary() string
- func (x *Filter) GetTags() []string
- func (x *Filter) GetValue() string
- func (*Filter) ProtoMessage()
- func (x *Filter) ProtoReflect() protoreflect.Message
- func (x *Filter) Reset()
- func (x *Filter) String() string
- type FilterSuite
- func (*FilterSuite) Descriptor() ([]byte, []int)deprecated
- func (x *FilterSuite) GetDescription() string
- func (x *FilterSuite) GetFilters() []*Filter
- func (x *FilterSuite) GetName() string
- func (x *FilterSuite) GetTags() []string
- func (*FilterSuite) ProtoMessage()
- func (x *FilterSuite) ProtoReflect() protoreflect.Message
- func (x *FilterSuite) Reset()
- func (x *FilterSuite) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_filter_suite_spec_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` CheckType checks.CheckType `protobuf:"varint,3,opt,name=check_type,json=checkType,proto3,enum=CheckType" json:"check_type,omitempty"` Summary string `protobuf:"bytes,4,opt,name=summary,proto3" json:"summary,omitempty"` Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` References []string `protobuf:"bytes,6,rep,name=references,proto3" json:"references,omitempty"` Tags []string `protobuf:"bytes,7,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
func (*Filter) Descriptor
deprecated
func (*Filter) GetCheckType ¶ added in v1.3.0
func (*Filter) GetDescription ¶ added in v1.3.0
func (*Filter) GetReferences ¶ added in v1.3.0
func (*Filter) GetSummary ¶ added in v1.3.0
func (*Filter) ProtoMessage ¶
func (*Filter) ProtoMessage()
func (*Filter) ProtoReflect ¶
func (x *Filter) ProtoReflect() protoreflect.Message
type FilterSuite ¶
type FilterSuite struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` Filters []*Filter `protobuf:"bytes,3,rep,name=filters,proto3" json:"filters,omitempty"` Tags []string `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
func (*FilterSuite) Descriptor
deprecated
func (*FilterSuite) Descriptor() ([]byte, []int)
Deprecated: Use FilterSuite.ProtoReflect.Descriptor instead.
func (*FilterSuite) GetDescription ¶
func (x *FilterSuite) GetDescription() string
func (*FilterSuite) GetFilters ¶
func (x *FilterSuite) GetFilters() []*Filter
func (*FilterSuite) GetName ¶
func (x *FilterSuite) GetName() string
func (*FilterSuite) GetTags ¶ added in v1.3.0
func (x *FilterSuite) GetTags() []string
func (*FilterSuite) ProtoMessage ¶
func (*FilterSuite) ProtoMessage()
func (*FilterSuite) ProtoReflect ¶
func (x *FilterSuite) ProtoReflect() protoreflect.Message
func (*FilterSuite) Reset ¶
func (x *FilterSuite) Reset()
func (*FilterSuite) String ¶
func (x *FilterSuite) String() string
Click to show internal directories.
Click to hide internal directories.