listcolumns

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 ColumnsJobName = "list-columns-inference"

Variables

This section is empty.

Functions

func Lib

func Lib() (fs.FS, error)

Types

type ColumnsJob

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

func NewColumnsJob

func NewColumnsJob(renderer inference.BundleRenderer) *ColumnsJob

func (*ColumnsJob) Build

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

func (*ColumnsJob) Name

func (j *ColumnsJob) Name() string

type Input

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

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