Closed tomMoulard closed 5 months ago
This PR enforce that handlers must implement the Handler interface for better consistency.
Handler
Please note that this PR also contains a small bug fix where the go YAML structtag for SetOnResponse was set to SetOnRequest.
structtag
SetOnResponse
SetOnRequest
This PR enforce that handlers must implement the
Handler
interface for better consistency.Please note that this PR also contains a small bug fix where the go YAML
structtag
forSetOnResponse
was set toSetOnRequest
.