package
Version:
v0.0.0-...-5cceb17
Opens a new window with list of versions in this module.
Published: Nov 17, 2021
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Form struct {
Action string `json:"action" validate:"required"`
Method Method `json:"method" validate:"required,oneof='GET' 'POST' 'PUT'"`
Nodes node.Nodes `json:"nodes" validate:"required"`
}
Scan scans value into Form struct
Value returns stringified version of JSON
Source Files
¶
Click to show internal directories.
Click to hide internal directories.