diff options
Diffstat (limited to 'hotline/account.go')
| -rw-r--r-- | hotline/account.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hotline/account.go b/hotline/account.go index 7f770b1..526eb05 100644 --- a/hotline/account.go +++ b/hotline/account.go @@ -15,6 +15,7 @@ type Account struct { Name string `yaml:"Name"` Password string `yaml:"Password"` Access AccessBitmap `yaml:"Access,flow"` + FileRoot string `yaml:"FileRoot"` readOffset int // Internal offset to track read progress } |