From dcd23d5355badf66c34ffd63d3c44734e87ebf17 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Fri, 19 Jul 2024 21:31:42 -0700 Subject: Add option for account-specific file root --- hotline/account.go | 1 + 1 file changed, 1 insertion(+) (limited to '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 } -- cgit