Versions in this module Expand all Collapse all v2 v2.0.2 Dec 6, 2022 Changes in this version + func Deref(ctx Context, ptr, val store.Key) (store.Value, error) + type Callee interface + Call func() *funcs.Instance + CallerCtx func() Context + type Context interface + Get func(store.Key) store.Value + Put func(store.Key, store.Value) + func Switch(parent Context, call *funcs.Instance) Context + func Toplevel() Context + type Updater interface + PutObj func(k store.Key, v ssa.Value) + PutUniq func(k store.Key, v store.ValueWrapper) error Other modules containing this package github.com/JorgeGCoelho/gospal