You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add type-specific getters (GetString, GetInt, GetFloat64, GetBool, GetSlice, GetMap)
- Add getters with custom defaults (GetStringOr, GetIntOr, etc.)
- Add Bind/MustBind methods for complex type binding (similar to Echo framework)
- Add utility methods (Has, Delete, Clear, Keys, Len)
- Automatic numeric type conversions for GetInt and GetFloat64
- Comprehensive test coverage for all new methods
- Update documentation and cookbook examples to use new helpers
- 100% backward compatible - existing Get/Set methods unchanged
This enhancement makes SharedStore access safer and more ergonomic by eliminating
the need for manual type assertions and reducing boilerplate code.
0 commit comments