Documentation ¶
Index ¶
Constants ¶
View Source
const ResourceID = "Mail"
Variables ¶
This section is empty.
Functions ¶
func AddMailSubResource ¶
func PrepareMailResource ¶
Types ¶
type Mail ¶
type Mail struct { aorm.AuditedModel Address string `gorm:"size:255"` Note string `gorm:"size:255"` }
type Plugin ¶
type Plugin struct { plug.EventDispatcher db.DBNames admin_plugin.AdminNames }
func (*Plugin) OnRegister ¶
func (p *Plugin) OnRegister()
Click to show internal directories.
Click to hide internal directories.