aboutsummaryrefslogtreecommitdiff
path: root/hotline/account.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2024-07-19 21:31:42 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2024-07-19 21:40:38 -0700
commitdcd23d5355badf66c34ffd63d3c44734e87ebf17 (patch)
treeeac7ec135e1e06ac8f4e9cb6aa0e04d392d1d69d /hotline/account.go
parent9f89cd9fbbcec9f7f42c87ee0adc21427aab9f1c (diff)
Add option for account-specific file root
Diffstat (limited to 'hotline/account.go')
-rw-r--r--hotline/account.go1
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
}