M. J. Fromberger

Results 107 comments of M. J. Fromberger

Simplify the Handler type to be a plain function instead of an interface. ✅ #90

Rip out the registration mechanism for error code values. In practice any package that wants to define custom codes has to keep track of them anyway, so that the client...

Look for usage of the server.Run function and see if we can get rid of it or adapt the use. ✅ #92

Convert handler.Func into a plain type alias and remove the repetition of the type signature in the Check plumbing. ✅ e1278b5

I think the package has reached a stable enough API that it's time to cut a v1. The remaining tasks will be: - [x] Do a thorough audit of the...

Thanks for flagging that. I don't think the server and client debug logs would benefit much from adding structure, but if an application wants to use structured logs in handlers,...

v1.0.0 is now tagged and available.