Versions in this module Expand all Collapse all v0 v0.1.1 Jan 13, 2026 v0.1.0 Jan 12, 2026 Changes in this version + func Decode[T any](request *http.Request) (*T, error) + func ExtractAndValidateFieldTagLookupKeys[T any]() (map[Tag]LookupKeyToFieldName, error) + func TagLookupKeyFollowsNamingConvention(lookupKey string) bool + type LookupKeyToFieldName map[string]string + type Tag string + const HeaderTag + const JSONTag + const PathTag + const QueryTag + const TagLookupKeyNamingConvention