listdetaillinks

package
v0.4.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const ListDetailJobName = "list-detail-inference"
View Source
const VarsJobName = "list-detail-vars-inference"

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 ListDetailJob

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

func NewListDetailJob

func NewListDetailJob(renderer inference.BundleRenderer) *ListDetailJob

func (*ListDetailJob) Build

func (*ListDetailJob) Name

func (j *ListDetailJob) 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

type VarsJob

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

func NewVarsJob

func NewVarsJob(renderer inference.BundleRenderer) *VarsJob

func (*VarsJob) Build

func (j *VarsJob) Build(ctx context.Context, spec inference.SpecDocument, previous inference.Results) ([]inference.Task, error)

func (*VarsJob) Name

func (j *VarsJob) Name() string

Jump to

Keyboard shortcuts

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