blargh

package module
v0.0.0-...-b46161f Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2014 License: Apache-2.0 Imports: 3 Imported by: 0

README

Build Status

blargh

A blogging package for Go

Docs

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

func NewFileRepo(dir string) (Repo, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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