Documentation ¶
Index ¶
- Constants
- Variables
- type CFeature
- func (f *CFeature) EditorMenu(r *http.Request) (m menu.Menu)
- func (f *CFeature) Init(this interface{})
- func (f *CFeature) Make() (feat Feature)
- func (f *CFeature) RenderDashboard(w http.ResponseWriter, r *http.Request)
- func (f *CFeature) SetupEditorRoute(r chi.Router)
- func (f *CFeature) SiteFeatureKey() (key string)
- func (f *CFeature) SiteFeatureMenu(r *http.Request) (m menu.Menu)
- type Feature
- type MakeFeature
Constants ¶
View Source
const Tag feature.Tag = "fs-editor-enjin-info"
Variables ¶
View Source
var ( DefaultEditorType = "enjin-info" DefaultEditorKey = "enjin-info" )
Functions ¶
This section is empty.
Types ¶
type CFeature ¶
type CFeature struct { fs_editor.CEditorFeature[MakeFeature] }
func (*CFeature) RenderDashboard ¶
func (f *CFeature) RenderDashboard(w http.ResponseWriter, r *http.Request)
func (*CFeature) SetupEditorRoute ¶
func (f *CFeature) SetupEditorRoute(r chi.Router)
func (*CFeature) SiteFeatureKey ¶
type Feature ¶
type Feature interface { feature.EditorFeature }
type MakeFeature ¶
type MakeFeature interface { feature.EditorMakeFeature[MakeFeature] 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.