Documentation ¶ Overview ¶ Package server implements an appfs server backed by the App Engine datastore. Index ¶ type FileData type FileInfo Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type FileData ¶ type FileData struct { Data []byte } type FileInfo ¶ 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 } Source Files ¶ View all Source files app.go Click to show internal directories. Click to hide internal directories.