Versions in this module Expand all Collapse all v0 v0.1.0 Mar 27, 2026 Changes in this version + func Optional[T any](args map[string]any, key string, defaultVal T) T + func Required[T any](args map[string]any, key string) (T, error)