st

package
v0.6.8 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2023 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDiff

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

func NewInsert

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

func NewMask

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

func NewPatch

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

func NewPick

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

func NewReplace

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

func NewUpsert

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

Types

type Diff

type Diff struct{}

func (*Diff) Run

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

Tasks must implement a Run func, this is where we execute our task

type Insert

type Insert struct{}

func (*Insert) Run

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

Tasks must implement a Run func, this is where we execute our task

type Mask

type Mask struct{}

func (*Mask) Run

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

Tasks must implement a Run func, this is where we execute our task

type Patch

type Patch struct{}

func (*Patch) Run

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

Tasks must implement a Run func, this is where we execute our task

type Pick

type Pick struct{}

func (*Pick) Run

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

Tasks must implement a Run func, this is where we execute our task

type Replace

type Replace struct{}

func (*Replace) Run

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

Tasks must implement a Run func, this is where we execute our task

type Upsert

type Upsert struct{}

func (*Upsert) Run

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

Tasks must implement a Run func, this is where we execute our task

Jump to

Keyboard shortcuts

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