Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cycle ¶
type Cycle struct {
// contains filtered or unexported fields
}
func (*Cycle) OnAuth ¶
func (c *Cycle) OnAuth(h HandlerFunc)
func (*Cycle) OnPostAuth ¶
func (c *Cycle) OnPostAuth(h HandlerFunc)
func (*Cycle) OnPreAuth ¶
func (c *Cycle) OnPreAuth(h HandlerFunc)
func (*Cycle) OnRequest ¶
func (c *Cycle) OnRequest(h HandlerFunc)
func (*Cycle) OnValidate ¶
func (c *Cycle) OnValidate(h HandlerFunc)
type HandlerFunc ¶
Click to show internal directories.
Click to hide internal directories.