Documentation ¶ Index ¶ func Register(module string, form *Module) func Unregister(module string) type Module func Load(module string) *Module func Modules() []*Module Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Register ¶ func Register(module string, form *Module) func Unregister ¶ func Unregister(module string) Types ¶ type Module ¶ type Module struct { Name string `json:"name"` Module string `json:"module"` Title string `json:"title,omitempty"` Form []types.SmartField `json:"-"` } func Load ¶ func Load(module string) *Module func Modules ¶ func Modules() []*Module Source Files ¶ View all Source files setting.go Click to show internal directories. Click to hide internal directories.