Documentation
¶
Index ¶
- func Conv2Float64(value interface{}) (f float64, err error)
- func Conv2Int64(value interface{}) (i int64, err error)
- func Conv2String(value interface{}) (s string, err error)
- func Conv2Struct(from any, to any) error
- func ConvPointType(value interface{}, valueType config.ValueType) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Conv2Float64 ¶
Conv2Float64 转换为 float64 类型
func Conv2String ¶
Conv2String 转换为 string 类型
func Conv2Struct ¶
func ConvPointType ¶
ConvPointType 点位类型转换 仅支持三种数据类型:int、float、string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.