alpha
This commit is contained in:
16
stat/fs_stat.go
Normal file
16
stat/fs_stat.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package stat
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
type FSStat struct {
|
||||
ID uuid.UUID
|
||||
Name string
|
||||
IsDir bool
|
||||
Created time.Time
|
||||
LastModified time.Time
|
||||
OwnerID uuid.UUID
|
||||
}
|
||||
Reference in New Issue
Block a user