Documentation
¶
Index ¶
Constants ¶
View Source
const ListDetailJobName = "list-detail-inference"
View Source
const VarsJobName = "list-detail-vars-inference"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ListDetailJob ¶
type ListDetailJob struct {
// contains filtered or unexported fields
}
func NewListDetailJob ¶
func NewListDetailJob(renderer inference.BundleRenderer) *ListDetailJob
func (*ListDetailJob) Build ¶
func (j *ListDetailJob) Build(ctx context.Context, spec inference.SpecDocument, previous inference.Results) ([]inference.Task, error)
func (*ListDetailJob) Name ¶
func (j *ListDetailJob) Name() string
type Output ¶
type VarsJob ¶
type VarsJob struct {
// contains filtered or unexported fields
}
func NewVarsJob ¶
func NewVarsJob(renderer inference.BundleRenderer) *VarsJob
Click to show internal directories.
Click to hide internal directories.