Versions in this module Expand all Collapse all v0 v0.0.0 Apr 27, 2018 Changes in this version + type Computer struct + Name string + UUID string + User string + func (c *Computer) Folders() ([]*Folder, error) + func (c *Computer) Unlock(pw string) + type Conn struct + func Dial(auth aws.Auth) (*Conn, error) + func DialGoogle(client *http.Client, bucket string) (*Conn, error) + func (c *Conn) Computers() ([]*Computer, error) + func (c *Conn) DeleteCache() + type Dirent struct + ModTime time.Time + Mode os.FileMode + Name string + Size int64 + type File struct + func (f *File) Lookup(name string) (*File, error) + func (f *File) Open() (io.ReadCloser, error) + func (f *File) ReadDir() ([]Dirent, error) + func (f *File) Stat() *Dirent + type Folder struct + Path string + func (f *Folder) Load() error + func (f *Folder) Trees() ([]*Tree, error) + func (f *Folder) Trees2() ([]*Tree, error) + type Tree struct + Path string + Score [20]byte + Time time.Time + func (t *Tree) Root() (*File, error)