file

package
v0.1.0-dev.20260314070532 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Params = op.MethodParams{
	"Root":       {},
	"Backup":     {"path", "backup_suffix"},
	"Copy":       {"source_file", "destination_filename", "destination_file_mode"},
	"Link":       {"source", "path"},
	"Move":       {"source", "destination"},
	"Remove":     {"path", "prune", "boundary"},
	"RemoveAll":  {"path", "prune", "boundary"},
	"Unlink":     {"path", "prune", "boundary"},
	"WalkTree":   {"root?", "fn", "honor_gitignore?"},
	"WriteBytes": {"destination", "content", "mode"},
	"WriteText":  {"destination", "content", "mode"},
	"Exists":     {"resource"},
	"Glob":       {"pattern", "honor_gitignore"},
	"IsDir":      {"resource"},
	"IsFile":     {"resource"},
	"Mkdir":      {"resource", "mode"},
	"Read":       {"path"},
	"Join":       {"*parts"},
	"Name":       {"path"},
	"Parent":     {"path"},
}

Params maps Go method names to Starlark parameter name lists.

Functions

This section is empty.

Types

type Factory

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

func (*Factory) GetOrCreateProvider

func (f *Factory) GetOrCreateProvider(ctx op.Context) op.ContextProvider

func (*Factory) NewPlanning

func (f *Factory) NewPlanning(graph *op.Graph, project string, registry *op.ActionRegistry) starlark.Value

func (*Factory) ProviderType

func (f *Factory) ProviderType() reflect.Type

func (*Factory) ReceiverName

func (f *Factory) ReceiverName() string

func (*Factory) Register

func (f *Factory) Register(registry *op.ActionRegistry, ctx op.Context)

Jump to

Keyboard shortcuts

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