Versions in this module Expand all Collapse all v1 v1.1.0 Jun 20, 2025 v1.0.0 May 8, 2025 Changes in this version + type Context map[string]any + func New(v interface{}) *Context + func (c *Context) String() string + func (c *Context) Unmarshal(v interface{}) error + func (c *Context) UnmarshalJSON(data []byte) error + func (c *Context) UnmarshalYAML(unmarshal func(interface{}) error) error