Documentation ¶
Index ¶
- Constants
- type CFeature
- func (f *CFeature) Init(this interface{})
- func (f *CFeature) Make() Feature
- func (f *CFeature) PageTypeNames() (names []string)
- func (f *CFeature) PostStartup(ctx *cli.Context) (err error)
- func (f *CFeature) ProcessRequestPageType(r *http.Request, p feature.Page) (pg feature.Page, redirect string, processed bool, err error)
- func (f *CFeature) Setup(enjin feature.Internals)
- func (f *CFeature) Startup(ctx *cli.Context) (err error)
- type Feature
- type MakeFeature
Constants ¶
View Source
const Tag feature.Tag = "random-pages"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CFeature ¶
func (*CFeature) PageTypeNames ¶
func (*CFeature) PostStartup ¶
func (*CFeature) ProcessRequestPageType ¶
Click to show internal directories.
Click to hide internal directories.