Versions in this module Expand all Collapse all v0 v0.0.1 Mar 19, 2018 Changes in this version + func CreateFile(fs FSDriver, info *Metadata, data io.Reader) + type DataStoreger interface + Write func(info *Metadata, data io.Reader) error + type FSDriver interface + type FileMetadata struct + CrdTime time.Time + Hash string + ID string + IsDir bool + Labels map[string]string + ModTime time.Time + Mode os.FileMode + Name string + NamespaceID string + ProjectID string + Size int64 + Version string + type MetadataStoreger interface + List func(string) ([]*Metadata, error) + type Namespace struct + ID string + Name string + type Project struct + ID string + Name string + Namespace string