Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateFile ¶
Types ¶
type DataStoreger ¶
type FSDriver ¶
type FSDriver interface {
DataStoreger
MetadataStoreger
}
type FileMetadata ¶
type FileMetadata struct {
ID string
NamespaceID string
ProjectID string
Name string
Size int64
Hash string
Mode os.FileMode
ModTime time.Time
CrdTime time.Time
IsDir bool
Version string
Labels map[string]string
}
Metadata
type MetadataStoreger ¶
Click to show internal directories.
Click to hide internal directories.