File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ type testInput struct {
23
23
24
24
func getValidConfig () * config {
25
25
upstreams := []upstream {
26
- upstream {
26
+ {
27
27
Name : "backend1" ,
28
28
AutoscalingGroup : "backend-group" ,
29
29
Port : 80 ,
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ type SSL struct {
90
90
SessionReuses uint64 `json:"session_reuses"`
91
91
}
92
92
93
- // ServerZones is map of server zone stats by zone name
93
+ // ServerZones is map of server zone stats by zone name.
94
94
type ServerZones map [string ]ServerZone
95
95
96
96
// ServerZone represents server zone related stats.
@@ -103,7 +103,7 @@ type ServerZone struct {
103
103
Sent uint64
104
104
}
105
105
106
- // Responses represents HTTP reponse related stats.
106
+ // Responses represents HTTP response related stats.
107
107
type Responses struct {
108
108
Responses1xx uint64 `json:"1xx"`
109
109
Responses2xx uint64 `json:"2xx"`
You can’t perform that action at this time.
0 commit comments