Documentation
¶
Index ¶
- Variables
- type BatchFuture
- func (bf *BatchFuture) Attr(n string) (starlark.Value, error)
- func (bf *BatchFuture) AttrNames() []string
- func (bf *BatchFuture) Freeze()
- func (bf *BatchFuture) Get(t *starlark.Thread) (starlark.Value, error)
- func (bf *BatchFuture) GetFutures(t *starlark.Thread) (starlark.Value, error)
- func (bf *BatchFuture) Hash() (uint32, error)
- func (bf *BatchFuture) IsReady(t *starlark.Thread) (starlark.Value, error)
- func (bf *BatchFuture) String() string
- func (bf *BatchFuture) Truth() starlark.Bool
- func (bf *BatchFuture) Type() string
- type 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
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) GetFutures ¶ added in v1.0.13
func (*BatchFuture) Hash ¶ added in v1.0.13
func (bf *BatchFuture) Hash() (uint32, 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
Click to show internal directories.
Click to hide internal directories.