package
Version:
v0.0.0-...-4c4c41a
Opens a new window with list of versions in this module.
Published: Jul 30, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Assign(form interface{}, data map[string]interface{})
Assign assign form values back to the template data.
type ArgsPluginData struct {
Name string `binding:"Required;MaxSize(254)"`
Action string `binding:"Required;MaxSize(254)"`
Page int64
Limit int64
Args string
}
type ArgsPluginFile struct {
Name string `binding:"Required;MaxSize(254)"`
File string
Args string
}
type ArgsPluginInstall struct {
Path string `binding:"Required;MaxSize(254)"`
}
type ArgsPluginMenu struct {
}
type ArgsPluginPage struct {
Name string `binding:"Required;MaxSize(254)"`
Page string
Args string
}
type ArgsPluginUninstall struct {
Path string `binding:"Required;MaxSize(254)"`
}
type Empty struct {
No bool
}
type SignIn struct {
Username string `binding:"Required;MaxSize(254)"`
Password string `binding:"Required;MaxSize(255)"`
Remember bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.