Package server implements an appfs server backed by the App Engine datastore.
type FileData struct { Data []byte }
type FileInfo struct { Path string // mangled path Name string Qid int64 // assigned unique id number Seq int64 // modification sequence number in file tree ModTime time.Time Size int64 IsDir bool }