Documentation
¶
Overview ¶
templ: version: v0.3.857
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Enctype = enctypeStruct{
UrlEncoded: "application/x-www-form-urlencoded",
Multipart: "multipart/form-data",
TextPlain: "text/plain",
}
View Source
var Method = MethodStruct{
GET: "GET",
POST: "POST",
}
Functions ¶
This section is empty.
Types ¶
type EnctypeInstance ¶
type EnctypeInstance string
type Form ¶
type Form struct {
Action string
Enctype EnctypeInstance
Method MethodInstance
Fields []fields.Field
}
type MethodInstance ¶
type MethodInstance string
type MethodStruct ¶
type MethodStruct struct {
GET MethodInstance
POST MethodInstance
}
Click to show internal directories.
Click to hide internal directories.