mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 09:18:31 +02:00
perf(mem): replace Scheme and ExcludedReason string with uint8 type to reduce mem usage
This commit is contained in:
@@ -113,7 +113,7 @@ func TestRouteValidate(t *testing.T) {
|
||||
t.Run("InvalidScheme", func(t *testing.T) {
|
||||
r := &Route{
|
||||
Alias: "test",
|
||||
Scheme: "invalid",
|
||||
Scheme: 123,
|
||||
Host: "example.com",
|
||||
Port: route.Port{Proxy: 80},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user