Skip to content

Commit 569d161

Browse files
committed
cgofuse: don't use unexported alias in exports
1 parent 88840be commit 569d161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/filesystem/cgofuse/host.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ type (
2929
Point string `json:"point,omitempty"`
3030
LogPrefix string `json:"logPrefix,omitempty"`
3131
Options []string `json:"options,omitempty"`
32-
UID id `json:"uid,omitempty"`
33-
GID id `json:"gid,omitempty"`
32+
UID uint32 `json:"uid,omitempty"`
33+
GID uint32 `json:"gid,omitempty"`
3434
ReaddirPlus bool `json:"readdirPlus,omitempty"`
3535
DeleteAccess bool `json:"deleteAccess,omitempty"`
3636
CaseInsensitive bool `json:"caseInsensitive,omitempty"`

0 commit comments

Comments
 (0)