support hdfs user name and group names

This commit is contained in:
Chris Lu
2018-12-04 00:13:40 -08:00
parent ce566f579e
commit b0838db5a8
2 changed files with 6 additions and 0 deletions

View File

@@ -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 {