Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repo ¶
type Repo interface { Len() int All() (PostList, error) FindByTag(string) (PostList, error) FindByCategory(string) (PostList, error) FindLatest(limit int) (PostList, error) FindByMonth(year int, month time.Month) (PostList, error) Search(string) (PostList, error) FindBySlug(string) (*Post, error) }
func NewFileRepo ¶
Click to show internal directories.
Click to hide internal directories.