Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParseOpt ¶
type ParseOpt func(p *parserOpts)
func ParseAllModels ¶
func ParseAllModels() ParseOpt
ParseAllModels will allow you to parse all models in package used by echo.Bind call and declared in package
func ParseEnums ¶
func ParseEnums() ParseOpt
func ParseInlineForms ¶
func ParseInlineForms() ParseOpt
func ParseInlinePathParams ¶
func ParseInlinePathParams() ParseOpt
func ParseInlineQueryParams ¶
func ParseInlineQueryParams() ParseOpt
type Result ¶
type Result struct { Enums map[string][]any Handlers []Handler // AdditionalModels will contain array of all type declarations and structs used in c.Bind(), if ParseAllModels was provided as opt. //It can contain duplicates, it's up to you to deduplicate them. Zero objects (with empty Name and PkgPath not added) AdditionalModels []Model }
Click to show internal directories.
Click to hide internal directories.