form

package
v0.0.0-...-4c4c41a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 30, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Assign

func Assign(form interface{}, data map[string]interface{})

Assign assign form values back to the template data.

Types

type ArgsPluginData

type ArgsPluginData struct {
	Name   string `binding:"Required;MaxSize(254)"`
	Action string `binding:"Required;MaxSize(254)"`
	Page   int64
	Limit  int64
	Args   string
	Extra  string
}

type ArgsPluginFile

type ArgsPluginFile struct {
	Name  string `binding:"Required;MaxSize(254)"`
	File  string
	Args  string
	Extra string
}

type ArgsPluginInstall

type ArgsPluginInstall struct {
	Path string `binding:"Required;MaxSize(254)"`
}

type ArgsPluginMenu

type ArgsPluginMenu struct {
	Name string `binding:"Required;MaxSize(254)"`
	Tag  string `binding:"Required;MaxSize(254)"`
}

type ArgsPluginPage

type ArgsPluginPage struct {
	Name  string `binding:"Required;MaxSize(254)"`
	Page  string
	Args  string
	Extra string
}

type ArgsPluginUninstall

type ArgsPluginUninstall struct {
	Path string `binding:"Required;MaxSize(254)"`
}

type Empty

type Empty struct {
	No bool
}

type SignIn

type SignIn struct {
	Username string `binding:"Required;MaxSize(254)"`
	Password string `binding:"Required;MaxSize(255)"`
	Remember bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL