Documentation ¶
Index ¶
- type Admin
- func (c Admin) AddCast(author, authorurl, title, tags, intro, logourl, url, shownotes string) revel.Result
- func (c Admin) AddCastPage() revel.Result
- func (c Admin) Casts() revel.Result
- func (c Admin) Index() revel.Result
- func (c Admin) ModifyCast(id, author, authorurl, title, tags, intro, logourl, url, shownotes string) revel.Result
- func (c Admin) ModifyCastPage(id string) revel.Result
- func (c Admin) Password() revel.Result
- func (c Admin) RemoveCast(id string) revel.Result
- func (c Admin) UpdatePassword(password, verify string) revel.Result
- type App
- func (c App) About() revel.Result
- func (c App) CastsList() revel.Result
- func (c App) Index() revel.Result
- func (c App) Login(username, password, captcha_id, captcha_value string) revel.Result
- func (c App) LoginView() revel.Result
- func (c App) Logout() revel.Result
- func (c App) SearchTag(tag string) revel.Result
- func (c App) ShowCast(id string) revel.Result
- type Captcha
- type CaptchaResult
- type Paginator
- func (p *Paginator) HasNext() bool
- func (p *Paginator) HasPages() bool
- func (p *Paginator) HasPrev() bool
- func (p *Paginator) IsActive(page int) bool
- func (p *Paginator) Nums() int
- func (p *Paginator) Offset() int
- func (p *Paginator) Page() int
- func (p *Paginator) PageLink(page int) string
- func (p *Paginator) PageLinkFirst() (link string)
- func (p *Paginator) PageLinkLast() (link string)
- func (p *Paginator) PageLinkNext() (link string)
- func (p *Paginator) PageLinkPrev() (link string)
- func (p *Paginator) PageNums() int
- func (p *Paginator) Pages() []int
- func (p *Paginator) SetNums(nums int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Admin ¶
type Admin struct { *revel.Controller revmgo.MongoController }
func (Admin) AddCastPage ¶
func (Admin) ModifyCast ¶
type Captcha ¶
type Captcha struct {
*revel.Controller
}
type CaptchaResult ¶
type Paginator ¶
type Paginator struct { Request *http.Request PerPageNums int MaxPages int // contains filtered or unexported fields }
func (*Paginator) PageLinkFirst ¶
func (*Paginator) PageLinkLast ¶
func (*Paginator) PageLinkNext ¶
func (*Paginator) PageLinkPrev ¶
Click to show internal directories.
Click to hide internal directories.