Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Global = "dashboard"
Functions ¶
This section is empty.
Types ¶
type Categories ¶
func (*Categories) Scan ¶
func (categories *Categories) Scan(data interface{}) (err error)
type QorHelpEntry ¶
type QorHelpEntry struct { gorm.Model Title string Categories Categories Body string `gorm:"size:65532"` }
func (*QorHelpEntry) ConfigureQorResource ¶
func (qorHelpEntry *QorHelpEntry) ConfigureQorResource(res resource.Resourcer)
func (QorHelpEntry) ResourceName ¶
func (QorHelpEntry) ResourceName() string
func (QorHelpEntry) ToParam ¶
func (QorHelpEntry) ToParam() string
Click to show internal directories.
Click to hide internal directories.