Documentation ¶
Overview ¶
Package nestedtypeassembler takes a collection of FormPair tuples and uses them to construct more complex data types using "Rack-style" conventions for arrays and maps with a few small Stripe-specific tweaks.
When processing a request, data should first be parsed from the query, form, or multipart form, handed off to this package for assembly, then passed on the coercer to coerce string to other expected types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssembleParams ¶
func AssembleParams(form form.FormValues) (map[string]interface{}, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.