links

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2026 License: Apache-2.0 Imports: 12 Imported by: 0

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

func Lib

func Lib() (fs.FS, error)

Types

type Input

type Input struct {
	Spec     string
	Out      string
	WorkDir  string
	Model    string
	Limit    int
	Force    bool
	Progress inference.Progress
}

type LinkVarsJob

type LinkVarsJob struct {
	// contains filtered or unexported fields
}

func NewLinkVarsJob

func NewLinkVarsJob(renderer inference.BundleRenderer) *LinkVarsJob

func (*LinkVarsJob) Build

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 (*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 (*LinksFromResourcesJob) Name

func (j *LinksFromResourcesJob) Name() string

type Output

type Output struct {
	Out     string   `json:"out"`
	WorkDir string   `json:"workDir"`
	Files   []string `json:"files"`
}

func Exec

func Exec(ctx context.Context, in Input) (Output, error)

type Progress

type Progress = inference.Progress

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL