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 {
2323
2424func getValidConfig () * config {
2525 upstreams := []upstream {
26- upstream {
26+ {
2727 Name : "backend1" ,
2828 AutoscalingGroup : "backend-group" ,
2929 Port : 80 ,
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ type SSL struct {
9090 SessionReuses uint64 `json:"session_reuses"`
9191}
9292
93- // ServerZones is map of server zone stats by zone name
93+ // ServerZones is map of server zone stats by zone name.
9494type ServerZones map [string ]ServerZone
9595
9696// ServerZone represents server zone related stats.
@@ -103,7 +103,7 @@ type ServerZone struct {
103103 Sent uint64
104104}
105105
106- // Responses represents HTTP reponse related stats.
106+ // Responses represents HTTP response related stats.
107107type Responses struct {
108108 Responses1xx uint64 `json:"1xx"`
109109 Responses2xx uint64 `json:"2xx"`
You can’t perform that action at this time.
0 commit comments