type TorrentFS struct { Client *torrent.Client // contains filtered or unexported fields }
func New(cl *torrent.Client) *TorrentFS
func (tfs *TorrentFS) Destroy()
func (tfs *TorrentFS) Root() (fusefs.Node, error)