kubo/config/tour.go
2015-01-13 03:09:33 -08:00

8 lines
174 B
Go

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