Skip to content

Commit

Permalink
Release v0.38.0
Browse files Browse the repository at this point in the history
## Maintenance:

- Update module and CI dependencies.
- Clean up documentation and README.

## Feature:

Add handler.Struct. This is a wrapper for handler.Check for the special case of
a function with a single non-context argument of a struct type (or a pointer to
struct). The generated wrapper accepts its arguments as an object or an array
(as handler.Positional), but the field names are derived from the struct rather
than supplied by the caller.
  • Loading branch information
creachadair committed Apr 23, 2022
1 parent 50072c2 commit 3e34d29
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 3e34d29

Please sign in to comment.