]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/account.go
Account for the root
[rbdr/mobius] / hotline / account.go
index 7f770b197db7013d48b0e69dee7e308a1ebbe455..39ea9740275c1771fa3892b1d4429661f4de0b8e 100644 (file)
@@ -14,7 +14,8 @@ type Account struct {
        Login    string       `yaml:"Login"`
        Name     string       `yaml:"Name"`
        Password string       `yaml:"Password"`
-       Access   AccessBitmap `yaml:"Access,flow"`
+       Access   AccessBitmap `yaml:"Access"`
+       FileRoot string       `yaml:"FileRoot"`
 
        readOffset int // Internal offset to track read progress
 }