model

package
v0.0.0-...-e46c3b8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2021 License: GPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Blog

type Blog interface {
	ID() primitive.ObjectID
	FeedURL() string
	Author() string
	Title() string
	Description() string
	Rating() rating.Rating
	Level() level.Level
	Tags() []tag.Tag
	QuickNote() string
	IsQickNotePublic() bool
	SavedAt() time.Time
	StartedAt() *time.Time
	FinishedAt() *time.Time
	LastSyncedAt() *time.Time
	LastUpdatedAt() *time.Time
}

Blog abstracts blog entry.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL