Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Default ¶
type Default struct{}
Default implements config.ValueConverter
func (*Default) ToBool ¶
ToBool parses a value into bool. It's used the function strconv.ParseBool to parse the value into bool
func (*Default) ToFloat ¶
ToFloat parses a value into float64. It's used the function strconv.ParseFloat to parse the value into float
func (*Default) ToInt ¶
ToInt parses a value into int. It's used the function strconv.ParseInt to parse the value into int
func (*Default) ToString ¶
ToString parse a value into string. It's used the package fmt to parse the value into string
func (*Default) ToStringSlice ¶
ToStringSlice parses a value into string slice
Click to show internal directories.
Click to hide internal directories.