Documentation ¶
Index ¶
- Constants
- type CFeature
- func (f *CFeature) AddSources() (sources enjinql.ConfigSources)
- func (f *CFeature) AddToSource(tx enjinql.SqlTX, sid int64, stub *feature.PageStub, p feature.Page) (err error)
- 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) ProcessGroupsPageType(r *http.Request, p feature.Page) (pg feature.Page, redirect string, processed bool, err error)
- func (f *CFeature) ProcessPagePath(pathWord string, w http.ResponseWriter, r *http.Request)
- func (f *CFeature) ProcessRequestPageType(r *http.Request, p feature.Page) (pg feature.Page, redirect string, processed bool, err error)
- func (f *CFeature) ProcessSinglePageType(r *http.Request, p feature.Page) (pg feature.Page, redirect string, processed bool, err error)
- func (f *CFeature) RemoveFromSource(tx enjinql.SqlTX, sid int64, stub *feature.PageStub, p feature.Page) (err error)
- func (f *CFeature) Setup(enjin feature.Internals)
- func (f *CFeature) Startup(ctx *cli.Context) (err error)
- func (f *CFeature) Use(s feature.System) feature.MiddlewareFn
- type Feature
- type MakeFeature
Constants ¶
View Source
const Tag feature.Tag = "quote-word-pages"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CFeature ¶
func (*CFeature) AddSources ¶
func (f *CFeature) AddSources() (sources enjinql.ConfigSources)
func (*CFeature) AddToSource ¶
func (*CFeature) PageTypeNames ¶
func (*CFeature) PostStartup ¶
func (*CFeature) ProcessGroupsPageType ¶
func (*CFeature) ProcessPagePath ¶
func (*CFeature) ProcessRequestPageType ¶
func (*CFeature) ProcessSinglePageType ¶
func (*CFeature) RemoveFromSource ¶
type Feature ¶
type Feature interface { feature.Feature feature.UseMiddleware feature.PageTypeProcessor feature.QueryIndexSourceFeature }
Click to show internal directories.
Click to hide internal directories.