diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-03-14 16:14:15 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-03-14 16:14:15 -0400 |
| commit | 51c51c16bf4839940124695fbee65c152f6d29c5 (patch) | |
| tree | b3da9c0bf28306c80167074ee051ded043be9e7d /back/cmd/authfs/authfs.go | |
| parent | 700096b078f6e16f2c5c967ea140f0b93e799986 (diff) | |
| download | buth-51c51c16bf4839940124695fbee65c152f6d29c5.zip | |
authfs: implement Qid() for Session and SessionsDir
Diffstat (limited to 'back/cmd/authfs/authfs.go')
| -rw-r--r-- | back/cmd/authfs/authfs.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/back/cmd/authfs/authfs.go b/back/cmd/authfs/authfs.go index e2a8bf9..71e5128 100644 --- a/back/cmd/authfs/authfs.go +++ b/back/cmd/authfs/authfs.go @@ -10,13 +10,6 @@ import ( "git.samanthony.xyz/buth/back/auth" ) -const ( - _ uint64 = iota - rootQidPath - usersQidPath - sessionsQidPath -) - type File interface { Qid() (p9.QID, error) // TODO |