Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Data ¶
Data creates custom form based on the given form data who can have files and string based fields.
func Fields ¶
func Fields(fields DataFields) p.Plugin
Fields creates a new multipart form based on string based fields.
Types ¶
type DataFields ¶
DataFields represents a map of text based fields.
type FormData ¶
type FormData struct { Data DataFields Files []FormFile }
FormData represents the supported form fields by file and string data.
Click to show internal directories.
Click to hide internal directories.