Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StarlarkFn ¶
type StarlarkFn = func(thread *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, kargs []starlark.Tuple) (starlark.Value, error)
func Command ¶
func Command(exc executor.Executor) StarlarkFn
Command execute external command Example command(command string, args []string, user string, cwd string)
func FileCopy ¶
func FileCopy(exc executor.Executor) StarlarkFn
func FileMove ¶
func FileMove(exc executor.Executor) StarlarkFn
func HTTPRequest ¶
func HTTPRequest(exc executor.Executor) StarlarkFn
func Package ¶
func Package(exc executor.Executor) StarlarkFn
func Symlink ¶
func Symlink(exc executor.Executor) StarlarkFn
Symlink create symbolic link Example symlink(src string, dest string)
type StarlarkLoadFn ¶ added in v0.0.4
func Load ¶ added in v0.0.4
func Load(fs afero.Fs, predeclared starlark.StringDict) StarlarkLoadFn
Click to show internal directories.
Click to hide internal directories.