Versions in this module Expand all Collapse all v1 v1.0.0 Dec 16, 2024 Changes in this version + var Plugin = &plugin + type Future struct + Future workflow.Future + func (r *Future) Attr(n string) (starlark.Value, error) + func (r *Future) AttrNames() []string + func (r *Future) Freeze() + func (r *Future) Hash() (uint32, error) + func (r *Future) Result(t *starlark.Thread) (starlark.Value, error) + func (r *Future) String() string + func (r *Future) Truth() starlark.Bool + func (r *Future) Type() string + type Module struct + func (r *Module) Attr(n string) (starlark.Value, error) + func (r *Module) AttrNames() []string + func (r *Module) Freeze() + func (r *Module) Hash() (uint32, error) + func (r *Module) String() string + func (r *Module) Truth() starlark.Bool + func (r *Module) Type() string