Documentation ¶ Index ¶ type Parser func New[T any]() (*Parser, error) func NewDyn(strct any) (*Parser, error) func (self *Parser) BodyType() *reflect.Type func (self *Parser) FParams() []types.FParam func (self *Parser) HParams() []types.HParam func (self *Parser) Parse(req proto.IRawRequest, path_vars map[string]string, context types.Context) (any, error) func (self *Parser) QParams() []types.QParam Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Parser ¶ added in v0.12.0 type Parser struct { // contains filtered or unexported fields } func New ¶ func New[T any]() (*Parser, error) func NewDyn ¶ func NewDyn(strct any) (*Parser, error) func (*Parser) BodyType ¶ added in v0.12.0 func (self *Parser) BodyType() *reflect.Type func (*Parser) FParams ¶ added in v0.12.0 func (self *Parser) FParams() []types.FParam func (*Parser) HParams ¶ added in v0.12.0 func (self *Parser) HParams() []types.HParam func (*Parser) Parse ¶ added in v0.12.0 func (self *Parser) Parse( req proto.IRawRequest, path_vars map[string]string, context types.Context, ) (any, error) func (*Parser) QParams ¶ added in v0.12.0 func (self *Parser) QParams() []types.QParam Source Files ¶ View all Source files errs.gofield_processor.gonormalized_req.goreqparser.gostorage.go Directories ¶ Show internal Expand all Path Synopsis bfield cfield ffield hfield qfield Click to show internal directories. Click to hide internal directories.