Documentation ¶
Index ¶
- func AddHandler(fr *reader.FeedReader) (gohttp.Handler, error)
- func CompileTemplate(name string, files ...string) (*template.Template, error)
- func CrumbHandler(fr *reader.FeedReader) (gohttp.Handler, error)
- func DebugHandler(fr *reader.FeedReader) (gohttp.Handler, error)
- func EnsureLoggedIn(pr login.Provider, rsp gohttp.ResponseWriter, req *gohttp.Request) user.User
- func FeedsHandler(fr *reader.FeedReader) (gohttp.Handler, error)
- func GenerateCrumb(pr login.Provider, req *gohttp.Request, extra ...string) (string, error)
- func GetInt64(req *gohttp.Request, param string) (int64, error)
- func GetString(req *gohttp.Request, param string) (string, error)
- func IndexHandler(fr *reader.FeedReader) (gohttp.Handler, error)
- func ItemHandler(fr *reader.FeedReader) (gohttp.Handler, error)
- func PostInt64(req *gohttp.Request, param string) (int64, error)
- func PostString(req *gohttp.Request, param string) (string, error)
- func RecentItemsHandler(fr *reader.FeedReader) (gohttp.Handler, error)
- func SearchHandler(fr *reader.FeedReader) (gohttp.Handler, error)
- func SigninHandler(fr *reader.FeedReader) (gohttp.Handler, error)
- func SignoutHandler(fr *reader.FeedReader) (gohttp.Handler, error)
- func SignupHandler(fr *reader.FeedReader) (gohttp.Handler, error)
- func ValidateCrumb(pr login.Provider, req *gohttp.Request) error
- type Author
- type CrumbVars
- type DebugVars
- type Entry
- type Feed
- type FeedVars
- type FormVars
- type IndexVars
- type ItemVars
- type PostVars
- type RecentItemsVars
- type ResultsVars
- type SearchFormVars
- type SigninVars
- type SignoutVars
- type SignupVars
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddHandler ¶
func CompileTemplate ¶
func CrumbHandler ¶
func DebugHandler ¶
func EnsureLoggedIn ¶
func FeedsHandler ¶
func GenerateCrumb ¶
func IndexHandler ¶
func ItemHandler ¶
func RecentItemsHandler ¶
func SearchHandler ¶
func SigninHandler ¶
func SignoutHandler ¶
func SignupHandler ¶
Types ¶
type RecentItemsVars ¶
type ResultsVars ¶
type SearchFormVars ¶
type SigninVars ¶
type SignoutVars ¶
Click to show internal directories.
Click to hide internal directories.