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 88840be commit 569d161Copy full SHA for 569d161
internal/filesystem/cgofuse/host.go
@@ -29,8 +29,8 @@ type (
29
Point string `json:"point,omitempty"`
30
LogPrefix string `json:"logPrefix,omitempty"`
31
Options []string `json:"options,omitempty"`
32
- UID id `json:"uid,omitempty"`
33
- GID id `json:"gid,omitempty"`
+ UID uint32 `json:"uid,omitempty"`
+ GID uint32 `json:"gid,omitempty"`
34
ReaddirPlus bool `json:"readdirPlus,omitempty"`
35
DeleteAccess bool `json:"deleteAccess,omitempty"`
36
CaseInsensitive bool `json:"caseInsensitive,omitempty"`
0 commit comments