X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/9f89cd9fbbcec9f7f42c87ee0adc21427aab9f1c..dcd23d5355badf66c34ffd63d3c44734e87ebf17:/hotline/account.go 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 }