Documentation
¶
Index ¶
- type Field
- type Form
- type Plugin
- func (p *Plugin) Atom(lang string) ([]*atom.Entry, error)
- func (p *Plugin) Console() []cli.Command
- func (p *Plugin) Init()
- func (p *Plugin) Mount(rt *gin.Engine)
- func (p *Plugin) Open(*inject.Graph) error
- func (p *Plugin) Sitemap() ([]stm.URL, error)
- func (p *Plugin) Workers() map[string]job.Handler
- type Record
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Field ¶
type Field struct {
web.Media
Name string `json:"name"`
Label string `json:"label"`
Value string `json:"value"`
SortOrder int `json:"sortOrder"`
FormID uint `json:"formId"`
Form Form
}
Field field
type Form ¶
type Form struct {
web.Media
Deadline time.Time `json:"deadline"`
Title string `json:"title"`
Fields []Field `json:"fields"`
Records []Record `json:"records"`
}
Form form
Click to show internal directories.
Click to hide internal directories.