Commit 2fe34ec
committed
gcs: Simplify middleware error handling
1 parent cdc6c44 commit 2fe34ecCopy full SHA for 2fe34ec
2 files changed
+4-35Lines changed: 4 additions & 35 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- pkg/gatewayconfigurationserver
Expand file treeCollapse file tree
Open diff view settings
Collapse file
cmd/internal/shared/gatewayconfigurationserver/config.go
Copy file name to clipboardExpand all lines: cmd/internal/shared/gatewayconfigurationserver/config.go+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
| 22 | + |
| 23 | + |
| 24 | + |
23 | 25 | |
24 | 26 | |
25 | 27 | |
|
Collapse file
pkg/gatewayconfigurationserver/middleware.go
Copy file name to clipboardExpand all lines: pkg/gatewayconfigurationserver/middleware.go+1-34Lines changed: 1 addition & 34 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
19 | | - |
20 | 18 | |
21 | 19 | |
22 | | - |
23 | | - |
24 | 20 | |
25 | | - |
26 | 21 | |
27 | 22 | |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
33 | | - |
34 | | - |
35 | | - |
36 | | - |
37 | | - |
38 | | - |
39 | | - |
40 | | - |
41 | | - |
42 | | - |
43 | | - |
44 | | - |
45 | | - |
46 | | - |
47 | | - |
48 | | - |
| 23 | + |
49 | 24 | |
50 | 25 | |
51 | 26 | |
| ||
69 | 44 | |
70 | 45 | |
71 | 46 | |
72 | | - |
73 | | - |
74 | | - |
75 | | - |
76 | | - |
77 | | - |
78 | | - |
79 | | - |
80 | 47 | |
81 | 48 | |
82 | 49 | |
|
0 commit comments