Documentation
¶
Index ¶
- func ParseByTerminal() map[string]string
- type Parameter
- func (this *Parameter) Bool() *_validator.Bool
- func (this *Parameter) Default(value interface{}) *Parameter
- func (this *Parameter) Float64() *_validator.Float64
- func (this *Parameter) Int64() *_validator.Int64
- func (this *Parameter) String() *_validator.String
- func (this *Parameter) Value() interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseByTerminal ¶
Types ¶
type Parameter ¶
type Parameter struct {
// contains filtered or unexported fields
}
func (*Parameter) Bool ¶
func (this *Parameter) Bool() *_validator.Bool
func (*Parameter) Float64 ¶
func (this *Parameter) Float64() *_validator.Float64
func (*Parameter) Int64 ¶
func (this *Parameter) Int64() *_validator.Int64
func (*Parameter) String ¶
func (this *Parameter) String() *_validator.String
Click to show internal directories.
Click to hide internal directories.