We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e951c2 commit 26bb0d7Copy full SHA for 26bb0d7
src/serverHandler/json.go
@@ -15,9 +15,6 @@ type jsonItem struct {
15
}
16
17
type jsonResponseData struct {
18
- NeedAuth bool `json:"needAuth"`
19
- AuthUserName string `json:"authUserName"`
20
- AuthSuccess bool `json:"authSuccess"`
21
IsRoot bool `json:"isRoot"`
22
Path string `json:"path"`
23
Paths []pathEntry `json:"paths"`
0 commit comments