Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_go_chromium_org_infra_tools_dirmd_proto_chromeos_chromeos_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ChromeOS ¶
type ChromeOS struct { Cq *ChromeOS_CQ `protobuf:"bytes,1,opt,name=cq,proto3" json:"cq,omitempty"` // contains filtered or unexported fields }
ChromeOS specific metadata.
func (*ChromeOS) Descriptor
deprecated
func (*ChromeOS) GetCq ¶
func (x *ChromeOS) GetCq() *ChromeOS_CQ
func (*ChromeOS) ProtoMessage ¶
func (*ChromeOS) ProtoMessage()
func (*ChromeOS) ProtoReflect ¶
func (x *ChromeOS) ProtoReflect() protoreflect.Message
type ChromeOS_CQ ¶
type ChromeOS_CQ struct { // SourceTestPlans to configure testing specific to source paths. SourceTestPlans []*plan.SourceTestPlan `protobuf:"bytes,1,rep,name=source_test_plans,json=sourceTestPlans,proto3" json:"source_test_plans,omitempty"` // contains filtered or unexported fields }
CQ specific metadata.
func (*ChromeOS_CQ) Descriptor
deprecated
func (*ChromeOS_CQ) Descriptor() ([]byte, []int)
Deprecated: Use ChromeOS_CQ.ProtoReflect.Descriptor instead.
func (*ChromeOS_CQ) GetSourceTestPlans ¶
func (x *ChromeOS_CQ) GetSourceTestPlans() []*plan.SourceTestPlan
func (*ChromeOS_CQ) ProtoMessage ¶
func (*ChromeOS_CQ) ProtoMessage()
func (*ChromeOS_CQ) ProtoReflect ¶
func (x *ChromeOS_CQ) ProtoReflect() protoreflect.Message
func (*ChromeOS_CQ) Reset ¶
func (x *ChromeOS_CQ) Reset()
func (*ChromeOS_CQ) String ¶
func (x *ChromeOS_CQ) String() string
Click to show internal directories.
Click to hide internal directories.