os

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2022 License: BSD-3-Clause Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(after time.Duration) func(f func())

func NewExec

func NewExec(val cue.Value) (hofcontext.Runner, error)

func NewFileLock

func NewFileLock(val cue.Value) (hofcontext.Runner, error)

func NewFileUnlock

func NewFileUnlock(val cue.Value) (hofcontext.Runner, error)

func NewGetenv

func NewGetenv(val cue.Value) (hofcontext.Runner, error)

func NewGlob

func NewGlob(val cue.Value) (hofcontext.Runner, error)

func NewMkdir

func NewMkdir(val cue.Value) (hofcontext.Runner, error)

func NewReadFile

func NewReadFile(val cue.Value) (hofcontext.Runner, error)

func NewSleep

func NewSleep(val cue.Value) (hofcontext.Runner, error)

func NewStdin

func NewStdin(val cue.Value) (hofcontext.Runner, error)

func NewStdout

func NewStdout(val cue.Value) (hofcontext.Runner, error)

func NewWatch

func NewWatch(val cue.Value) (hofcontext.Runner, error)

func NewWriteFile

func NewWriteFile(val cue.Value) (hofcontext.Runner, error)

Types

type Exec

type Exec struct{}

func (*Exec) Run

func (T *Exec) Run(ctx *hofcontext.Context) (interface{}, error)

type FileLock

type FileLock struct{}

func (*FileLock) Run

func (T *FileLock) Run(ctx *hofcontext.Context) (interface{}, error)

type FileUnlock

type FileUnlock struct{}

func (*FileUnlock) Run

func (T *FileUnlock) Run(ctx *hofcontext.Context) (interface{}, error)

type Getenv

type Getenv struct{}

func (*Getenv) Run

func (T *Getenv) Run(ctx *hofcontext.Context) (interface{}, error)

type Glob

type Glob struct{}

func (*Glob) Run

func (T *Glob) Run(ctx *hofcontext.Context) (interface{}, error)

type Mkdir

type Mkdir struct{}

func (*Mkdir) Run

func (T *Mkdir) Run(ctx *hofcontext.Context) (interface{}, error)

type ReadFile

type ReadFile struct{}

func (*ReadFile) Run

func (T *ReadFile) Run(ctx *hofcontext.Context) (interface{}, error)

type Sleep

type Sleep struct{}

func (*Sleep) Run

func (T *Sleep) Run(ctx *hofcontext.Context) (interface{}, error)

type Stdin

type Stdin struct{}

func (*Stdin) Run

func (T *Stdin) Run(ctx *hofcontext.Context) (interface{}, error)

type Stdout

type Stdout struct{}

func (*Stdout) Run

func (T *Stdout) Run(ctx *hofcontext.Context) (interface{}, error)

type Watch

type Watch struct{}

func (*Watch) Run

func (T *Watch) Run(ctx *hofcontext.Context) (interface{}, error)

type WriteFile

type WriteFile struct{}

func (*WriteFile) Run

func (T *WriteFile) Run(ctx *hofcontext.Context) (interface{}, error)

Jump to

Keyboard shortcuts

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