Documentation ¶
Index ¶
- func New(after time.Duration) func(f func())
- func NewExec(val cue.Value) (hofcontext.Runner, error)
- func NewFileLock(val cue.Value) (hofcontext.Runner, error)
- func NewFileUnlock(val cue.Value) (hofcontext.Runner, error)
- func NewGetenv(val cue.Value) (hofcontext.Runner, error)
- func NewGlob(val cue.Value) (hofcontext.Runner, error)
- func NewMkdir(val cue.Value) (hofcontext.Runner, error)
- func NewReadFile(val cue.Value) (hofcontext.Runner, error)
- func NewReadGlobs(val cue.Value) (hofcontext.Runner, error)
- func NewSleep(val cue.Value) (hofcontext.Runner, error)
- func NewStdin(val cue.Value) (hofcontext.Runner, error)
- func NewStdout(val cue.Value) (hofcontext.Runner, error)
- func NewWatch(val cue.Value) (hofcontext.Runner, error)
- func NewWriteFile(val cue.Value) (hofcontext.Runner, error)
- type Exec
- type FileLock
- type FileUnlock
- type Getenv
- type Glob
- type Mkdir
- type ReadFile
- type ReadGlobs
- type Sleep
- type Stdin
- type Stdout
- type Watch
- type WriteFile
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFileLock ¶
func NewFileLock(val cue.Value) (hofcontext.Runner, error)
func NewFileUnlock ¶
func NewFileUnlock(val cue.Value) (hofcontext.Runner, error)
func NewReadFile ¶
func NewReadFile(val cue.Value) (hofcontext.Runner, error)
func NewReadGlobs ¶ added in v0.6.8
func NewReadGlobs(val cue.Value) (hofcontext.Runner, error)
func NewWriteFile ¶
func NewWriteFile(val cue.Value) (hofcontext.Runner, error)
Types ¶
type FileUnlock ¶
type FileUnlock struct{}
func (*FileUnlock) Run ¶
func (T *FileUnlock) Run(ctx *hofcontext.Context) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.