Documentation ¶
Index ¶
- Constants
- type CFeature
- func (f *CFeature) Build(b feature.Buildable) (err error)
- func (f *CFeature) FilterPageContext(themeCtx, pageCtx context.Context, r *http.Request) (themeOut context.Context)
- 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) ProcessBuildPageType(r *http.Request, p feature.Page) (pg feature.Page, redirect string, processed bool, err error)
- func (f *CFeature) ProcessBuilderPageType(r *http.Request, p feature.Page) (pg feature.Page, redirect string, processed bool, err error)
- func (f *CFeature) ProcessBuildingPageType(r *http.Request, p feature.Page) (pg feature.Page, redirect string, processed bool, err error)
- func (f *CFeature) ProcessGroupPath(groupChar string, w http.ResponseWriter, r *http.Request)
- func (f *CFeature) ProcessPagePath(requestedPath 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) 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 = "build-quote-pages"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CFeature ¶
func (*CFeature) FilterPageContext ¶
func (*CFeature) PageTypeNames ¶
func (*CFeature) PostStartup ¶
func (*CFeature) ProcessBuildPageType ¶
func (*CFeature) ProcessBuilderPageType ¶
func (*CFeature) ProcessBuildingPageType ¶
func (*CFeature) ProcessGroupPath ¶
func (*CFeature) ProcessPagePath ¶
func (*CFeature) ProcessRequestPageType ¶
type Feature ¶
type Feature interface { feature.Feature feature.UseMiddleware feature.PageTypeProcessor feature.PageContextModifier }
type MakeFeature ¶
type MakeFeature interface {
Make() Feature
}
func New ¶
func New() MakeFeature
func NewTagged ¶
func NewTagged(tag feature.Tag) MakeFeature
Click to show internal directories.
Click to hide internal directories.