fix 4911: make the argument work

This commit is contained in:
Deng Ming
2022-04-17 18:23:40 +08:00
parent 047e4a6750
commit 174291a3c8
4 changed files with 38 additions and 14 deletions

View File

@@ -51,7 +51,7 @@ type HTTPStatusCarrier interface {
SetStatusCode(status int)
}
// HttpHeaderCarrier If value implement HttpHeaderCarrier. http.Response.Header will pass to SetHeader
// HTTPHeadersCarrier If value implement HttpHeaderCarrier. http.Response.Header will pass to SetHeader
type HTTPHeadersCarrier interface {
SetHeader(header map[string][]string)
}