Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Copy ¶
type Copy struct {
mixin.Model[Copy]
AdIntegration
Type Type `json:"type" orm:"default:content"`
Text string `json:"text" datastore:",noindex"`
ParentCopyId string `json:"parentCopyId"`
// Only for filters and searches, don't rely on this after you get it out
// of the db. Always check m.ParentCopyId != "".
IsParent bool `json:"isParent"`
}
func (Copy) GetCopySearchFieldAndIds ¶
func (Copy) GetParentCopyId ¶
Click to show internal directories.
Click to hide internal directories.