This commit is contained in:
holooooo
2021-05-25 09:56:54 +08:00
parent 00b6c32dc2
commit 8a24192762
7 changed files with 13 additions and 16 deletions

View File

@@ -41,7 +41,7 @@ type slideShowResponse struct {
Slideshow slideshow `json:"slideshow" yaml:"slideshow"`
}
func (r *slideShowResponse) SetHttpResponse(resp *http.Response) {
func (r *slideShowResponse) SetHTTPResponse(resp *http.Response) {
r.Resp = resp
}