Skip to content

Commit

Permalink
feat: [#243] Optimize Response.Render return
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbrzzl committed Sep 6, 2023
1 parent 6548378 commit bcf702d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/http/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type Json map[string]any

//go:generate mockery --name=ContextResponse
type Response interface {
Render()
Render() error
}

//go:generate mockery --name=ContextResponse
Expand Down

0 comments on commit bcf702d

Please sign in to comment.