Documentation
¶
Index ¶
Constants ¶
View Source
const LinkVarsJobName = "link-vars"
View Source
const LinksFromCollectionsJobName = "links-from-collections"
View Source
const LinksFromResourcesJobName = "links-from-resources"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LinkVarsJob ¶
type LinkVarsJob struct {
// contains filtered or unexported fields
}
func NewLinkVarsJob ¶
func NewLinkVarsJob(renderer inference.BundleRenderer) *LinkVarsJob
func (*LinkVarsJob) Build ¶
func (j *LinkVarsJob) Build(ctx context.Context, spec inference.SpecDocument, previous inference.Results) ([]inference.Task, error)
func (*LinkVarsJob) Name ¶
func (j *LinkVarsJob) Name() string
type LinksFromCollectionsJob ¶
type LinksFromCollectionsJob struct {
// contains filtered or unexported fields
}
func NewLinksFromCollectionsJob ¶
func NewLinksFromCollectionsJob(renderer inference.BundleRenderer) *LinksFromCollectionsJob
func (*LinksFromCollectionsJob) Build ¶
func (j *LinksFromCollectionsJob) Build(ctx context.Context, spec inference.SpecDocument, previous inference.Results) ([]inference.Task, error)
func (*LinksFromCollectionsJob) Name ¶
func (j *LinksFromCollectionsJob) Name() string
type LinksFromResourcesJob ¶
type LinksFromResourcesJob struct {
// contains filtered or unexported fields
}
func NewLinksFromResourcesJob ¶
func NewLinksFromResourcesJob(renderer inference.BundleRenderer) *LinksFromResourcesJob
func (*LinksFromResourcesJob) Build ¶
func (j *LinksFromResourcesJob) Build(ctx context.Context, spec inference.SpecDocument, previous inference.Results) ([]inference.Task, error)
func (*LinksFromResourcesJob) Name ¶
func (j *LinksFromResourcesJob) Name() string
Click to show internal directories.
Click to hide internal directories.