Versions in this module Expand all Collapse all v1 v1.7.0-dev-20191021 Oct 18, 2019 v1.7.0-dev-20191018 Oct 17, 2019 v1.7.0-dev-20191017 Oct 16, 2019 v1.7.0-dev-20191011 Oct 11, 2019 v1.7.0-dev-20191004 Oct 3, 2019 v1.7.0-dev-20190926 Sep 25, 2019 v1.7.0-dev-20190911 Sep 11, 2019 v1.6.1 Jul 26, 2019 v1.6.0 Jun 12, 2019 v1.5.0 Mar 8, 2019 v1.4.0 Feb 15, 2019 v1.3.1 Jan 31, 2019 v1.2.1 Nov 8, 2018 v1.2.0 Oct 5, 2018 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) Caller() api.CmdID + func (c *Cmd) Clone(arena.Arena) api.Cmd + func (c *Cmd) CmdFlags(context.Context, api.CmdID, *api.GlobalState) 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) SetCaller(api.CmdID) + func (c *Cmd) SetThread(thread uint64) + 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