Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Containers ¶
type Containers []Container
func (*Containers) Scan ¶
func (containers *Containers) Scan(value interface{}) error
type Page ¶
type Page struct { gorm.Model Title string TitleWithSlug slug.Slug Containers Containers `sql:"type:text;"` }
func (*Page) ConfigureQorResource ¶
func (Page) GetContainerRecords ¶
func (page Page) GetContainerRecords(db *gorm.DB) (records []widget.QorWidgetSetting)
Click to show internal directories.
Click to hide internal directories.