Versions in this module Expand all Collapse all v1 v1.0.0 Sep 11, 2020 Changes in this version + var ExternA func(*executor.Env, uint64, float32, bool) uint64 + var ExternB func(*executor.Env, string) bool + func Encode(vals ...interface{}) []byte + func Pad(n int) []byte + type Cmd struct + D []byte + E *Extras + N string + T uint64 + func (c *Cmd) API() api.API + func (c *Cmd) Alive() bool + func (c *Cmd) Clone(arena.Arena) api.Cmd + func (c *Cmd) CmdFlags() api.CmdFlags + func (c *Cmd) CmdName() string + func (c *Cmd) CmdParams() api.Properties + func (c *Cmd) CmdResult() *api.Property + func (c *Cmd) Extras() *api.CmdExtras + func (c *Cmd) Mutate(context.Context, api.CmdID, *api.GlobalState, *builder.Builder, ...) error + func (c *Cmd) SetTerminated(terminated bool) + func (c *Cmd) SetThread(thread uint64) + func (c *Cmd) Terminated() bool + func (c *Cmd) Thread() uint64 + func (c Cmd) Encode(out []byte) bool + type Extras struct + func R(base uint64, size uint64, id id.ID) *Extras + func W(base uint64, size uint64, id id.ID) *Extras + func (e *Extras) R(base uint64, size uint64, id id.ID) *Extras + func (e *Extras) W(base uint64, size uint64, id id.ID) *Extras Incompatible versions in this module v2.0.0+incompatible Jul 8, 2021