Documentation ¶
Index ¶
Constants ¶
View Source
const ( FlagTypeBool = "bool" FlagTypeFloat64 = "float64" FlagTypeFloat64Slice = "float64_slice" FlagTypeInt = "int" FlagTypeIntSlice = "int_slice" FlagTypeInt64 = "int64" FlagTypeInt64Slice = "int64_slice" FlagTypeString = "string" FlagTypeStringSlice = "string_slice" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Float64Flag ¶ added in v1.12.0
func (*Float64Flag) Type ¶ added in v1.12.0
func (receiver *Float64Flag) Type() string
type Float64SliceFlag ¶ added in v1.12.0
type Float64SliceFlag struct { Name string Aliases []string Usage string Required bool Value []float64 }
func (*Float64SliceFlag) Type ¶ added in v1.12.0
func (receiver *Float64SliceFlag) Type() string
type Int64SliceFlag ¶ added in v1.12.0
type Int64SliceFlag struct { Name string Aliases []string Usage string Required bool Value []int64 }
func (*Int64SliceFlag) Type ¶ added in v1.12.0
func (receiver *Int64SliceFlag) Type() string
type IntSliceFlag ¶ added in v1.12.0
func (*IntSliceFlag) Type ¶ added in v1.12.0
func (receiver *IntSliceFlag) Type() string
type StringFlag ¶ added in v1.12.0
func (*StringFlag) Type ¶ added in v1.12.0
func (receiver *StringFlag) Type() string
Click to show internal directories.
Click to hide internal directories.