Rename the non-exposed field "count" to "size"
This commit is contained in:
parent
da3d814c8b
commit
377c219fd9
3 changed files with 7 additions and 4 deletions
|
@ -129,5 +129,6 @@ type downstreamResponse struct {
|
|||
|
||||
type request struct {
|
||||
headers http.Header
|
||||
count int64
|
||||
// Request body size
|
||||
size int64
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue