prototyped svg reports
This commit is contained in:
@@ -64,6 +64,10 @@ func (s statusRes) HTML(body []byte) Response {
|
||||
return HTML(body).wrap(s)
|
||||
}
|
||||
|
||||
func (s statusRes) HTMLReader(body io.Reader) Response {
|
||||
return HTMLReader(body).wrap(s)
|
||||
}
|
||||
|
||||
func (s statusRes) JSON(body any) Response {
|
||||
return JSON(body).wrap(s)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user