github.com/keltia/go-ipfs@v0.3.8-0.20150909044612-210793031c63/repo/config/tour.go (about)

     1  package config
     2  
     3  // Tour stores the ipfs tour read-list and resume point
     4  type Tour struct {
     5  	Last string // last tour topic read
     6  	// Done []string // all topics done so far
     7  }