workflow

package
v1.0.13 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Plugin = &plugin{}

Functions

This section is empty.

Types

type BatchFuture added in v1.0.13

type BatchFuture struct {
	BatchFuture workflow.BatchFuture
}

func (*BatchFuture) Attr added in v1.0.13

func (bf *BatchFuture) Attr(n string) (starlark.Value, error)

func (*BatchFuture) AttrNames added in v1.0.13

func (bf *BatchFuture) AttrNames() []string

func (*BatchFuture) Freeze added in v1.0.13

func (bf *BatchFuture) Freeze()

func (*BatchFuture) Get added in v1.0.13

func (bf *BatchFuture) Get(t *starlark.Thread) (starlark.Value, error)

func (*BatchFuture) GetFutures added in v1.0.13

func (bf *BatchFuture) GetFutures(t *starlark.Thread) (starlark.Value, error)

func (*BatchFuture) Hash added in v1.0.13

func (bf *BatchFuture) Hash() (uint32, error)

func (*BatchFuture) IsReady added in v1.0.13

func (bf *BatchFuture) IsReady(t *starlark.Thread) (starlark.Value, error)

func (*BatchFuture) String added in v1.0.13

func (bf *BatchFuture) String() string

func (*BatchFuture) Truth added in v1.0.13

func (bf *BatchFuture) Truth() starlark.Bool

func (*BatchFuture) Type added in v1.0.13

func (bf *BatchFuture) Type() string

type Future

type Future struct {
	Future workflow.Future
}

func (*Future) Attr

func (r *Future) Attr(n string) (starlark.Value, error)

func (*Future) AttrNames

func (r *Future) AttrNames() []string

func (*Future) Freeze

func (r *Future) Freeze()

func (*Future) Hash

func (r *Future) Hash() (uint32, error)

func (*Future) Result

func (r *Future) Result(t *starlark.Thread) (starlark.Value, error)

func (*Future) String

func (r *Future) String() string

func (*Future) Truth

func (r *Future) Truth() starlark.Bool

func (*Future) Type

func (r *Future) Type() string

type Module

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

func (*Module) Attr

func (r *Module) Attr(n string) (starlark.Value, error)

func (*Module) AttrNames

func (r *Module) AttrNames() []string

func (*Module) Freeze

func (r *Module) Freeze()

func (*Module) Hash

func (r *Module) Hash() (uint32, error)

func (*Module) String

func (r *Module) String() string

func (*Module) Truth

func (r *Module) Truth() starlark.Bool

func (*Module) Type

func (r *Module) Type() string

Jump to

Keyboard shortcuts

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