Documentation ¶
Index ¶
- Variables
- func Categories(r render.Render, params martini.Params, html html.HTMLContext, ...)
- func CompareDicts(r render.Render, params martini.Params, html html.HTMLContext)
- func CreateComments(r render.Render, p martini.Params, s sessions.Session, u sessionauth.User, ...)
- func CreateDicts(params martini.Params, commit forms.Commit, errs binding.Errors, ...)
- func DeleteDicts(params martini.Params, html html.HTMLContext, r render.Render)
- func DictsHistory(r render.Render, params martini.Params, html html.HTMLContext)
- func EditDicts(r render.Render, params martini.Params, html html.HTMLContext)
- func LatestRSS(r render.Render, html html.HTMLContext, routes martini.Routes, ...)
- func LatestRoots(r render.Render, html html.HTMLContext, req *http.Request)
- func LoginAccounts(r render.Render, html html.HTMLContext)
- func ModifiedRSS(r render.Render, html html.HTMLContext, routes martini.Routes, ...)
- func ModifiedRoots(r render.Render, html html.HTMLContext, req *http.Request)
- func NewDicts(r render.Render, params martini.Params, html html.HTMLContext, ...)
- func Roots(r render.Render, s sessions.Session, html html.HTMLContext)
- func SaveLoginAccounts(r render.Render, html html.HTMLContext, session sessions.Session, ...)
- func SaveSignupAccounts(r render.Render, html html.HTMLContext, session sessions.Session, ...)
- func ShowDicts(r render.Render, s sessions.Session, params martini.Params, ...)
- func SignupAccounts(r render.Render, html html.HTMLContext)
- func UpdateDicts(params martini.Params, commit forms.Commit, errs binding.Errors, ...)
- type APIResponse
Constants ¶
This section is empty.
Variables ¶
View Source
var App *martini.ClassicMartini
View Source
var BasePath, RepoPath string
Functions ¶
func Categories ¶
func CompareDicts ¶
func CreateComments ¶
func CreateDicts ¶
func DeleteDicts ¶
func DictsHistory ¶
func LatestRoots ¶
func LoginAccounts ¶
func LoginAccounts(r render.Render, html html.HTMLContext)
func ModifiedRSS ¶
func ModifiedRoots ¶
func SaveLoginAccounts ¶
func SaveSignupAccounts ¶
func SignupAccounts ¶
func SignupAccounts(r render.Render, html html.HTMLContext)
Types ¶
type APIResponse ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.