Skip to content

Commit 26bb0d7

Browse files
committed
refactor(serverHandler/json): remove unused fields
1 parent 7e951c2 commit 26bb0d7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/serverHandler/json.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ type jsonItem struct {
1515
}
1616

1717
type jsonResponseData struct {
18-
NeedAuth bool `json:"needAuth"`
19-
AuthUserName string `json:"authUserName"`
20-
AuthSuccess bool `json:"authSuccess"`
2118
IsRoot bool `json:"isRoot"`
2219
Path string `json:"path"`
2320
Paths []pathEntry `json:"paths"`

0 commit comments

Comments
 (0)