Documentation
¶
Index ¶
- type Parameter
- func (p *Parameter) Bool() *_validator.Bool
- func (p *Parameter) Default(value interface{}) *Parameter
- func (p *Parameter) File() *multipart.FileHeader
- func (p *Parameter) FileList() []*multipart.FileHeader
- func (p *Parameter) Float64() *_validator.Float64
- func (p *Parameter) Int64() *_validator.Int64
- func (p *Parameter) Required() *Parameter
- func (p *Parameter) String() *_validator.String
- func (p *Parameter) Value() interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parameter ¶
type Parameter struct {
// contains filtered or unexported fields
}
func (*Parameter) Bool ¶
func (p *Parameter) Bool() *_validator.Bool
func (*Parameter) File ¶ added in v1.2.0
func (p *Parameter) File() *multipart.FileHeader
func (*Parameter) FileList ¶ added in v1.2.0
func (p *Parameter) FileList() []*multipart.FileHeader
func (*Parameter) Float64 ¶
func (p *Parameter) Float64() *_validator.Float64
func (*Parameter) Int64 ¶
func (p *Parameter) Int64() *_validator.Int64
func (*Parameter) String ¶
func (p *Parameter) String() *_validator.String
Click to show internal directories.
Click to hide internal directories.