Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BooleanConverter ¶
type BooleanConverter struct{}
func (BooleanConverter) CovertStringToInterface ¶
func (i BooleanConverter) CovertStringToInterface(value string) (interface{}, error)
type Converter ¶
func StringConverterFactory ¶
type Float32Converter ¶
type Float32Converter struct{}
func (Float32Converter) CovertStringToInterface ¶
func (i Float32Converter) CovertStringToInterface(value string) (interface{}, error)
type Float64Converter ¶
type Float64Converter struct{}
func (Float64Converter) CovertStringToInterface ¶
func (i Float64Converter) CovertStringToInterface(value string) (interface{}, error)
type Int32Converter ¶
type Int32Converter struct{}
func (Int32Converter) CovertStringToInterface ¶
func (i Int32Converter) CovertStringToInterface(value string) (interface{}, error)
type Int64Converter ¶
type Int64Converter struct{}
func (Int64Converter) CovertStringToInterface ¶
func (i Int64Converter) CovertStringToInterface(value string) (interface{}, error)
type StringConverter ¶
type StringConverter struct{}
func (StringConverter) CovertStringToInterface ¶
func (i StringConverter) CovertStringToInterface(value string) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.