Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InspectionPlanMetadataKey = "plan"
Functions ¶
This section is empty.
Types ¶
type InspectionPlan ¶
type InspectionPlan struct {
TaskGraph string `json:"taskGraph"`
}
func (*InspectionPlan) Labels ¶
func (*InspectionPlan) Labels() *task.LabelSet
Labels implements metadata.Metadata.
func (*InspectionPlan) ToSerializable ¶
func (p *InspectionPlan) ToSerializable() interface{}
ToSerializable implements metadata.Metadata.
type InspectionPlanMetadataFactory ¶
type InspectionPlanMetadataFactory struct{}
func (*InspectionPlanMetadataFactory) Instanciate ¶
func (i *InspectionPlanMetadataFactory) Instanciate() metadata.Metadata
Instanciate implements metadata.MetadataFactory.
Click to show internal directories.
Click to hide internal directories.