diff options
Diffstat (limited to 'weed/filer2/entry.go')
| -rw-r--r-- | weed/filer2/entry.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/filer2/entry.go b/weed/filer2/entry.go index 11318a3ae..f5c883d44 100644 --- a/weed/filer2/entry.go +++ b/weed/filer2/entry.go @@ -17,6 +17,8 @@ type Attr struct { Replication string // replication Collection string // collection name TtlSec int32 // ttl in seconds + UserName string + GroupNames []string } func (attr Attr) IsDirectory() bool { |
