Documentation ¶ Index ¶ func New(db *gorm.DB) provider.Provider type Child type ChildType func (ct ChildType) String() string type Page func (p *Page) Write(outputPath string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(db *gorm.DB) provider.Provider Types ¶ type Child ¶ type Child struct { String string Type ChildType Time time.Time } type ChildType ¶ type ChildType int const ( ChildSpotify ChildType = iota + 1 ChildRescueTime ChildGooglePlaceVisit ) func (ChildType) String ¶ func (ct ChildType) String() string type Page ¶ type Page struct { Title string Children []Child Tag string } func (*Page) Write ¶ func (p *Page) Write(outputPath string) error Source Files ¶ View all Source files duration.gogoogle_place_visits.gogoogle_searches.gomarkdown.gopage.gorescuetime.gospotify.go Click to show internal directories. Click to hide internal directories.