Versions in this module Expand all Collapse all v0 v0.0.9 Jun 5, 2023 v0.0.8 Jun 3, 2023 Changes in this version + type Context interface + Get func(key string) interface{} + Set func(key string, val interface{}) + func NewContext() Context + type Map map[string]interface