X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/fd740bc499ebc6d3a381479316f74cdc736d02de..dd88b8567d1377f50ab6955f6a30db830d94ebd9:/hotline/account.go diff --git a/hotline/account.go b/hotline/account.go index 7f770b1..39ea974 100644 --- a/hotline/account.go +++ b/hotline/account.go @@ -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 }