Documentation ¶
Index ¶
- func AtoiNoError(strToConv string, resp *resource.ReadResponse) int32
- func CheckInt64toInt32Security(n int64) (int32, error)
- func ConvertFloat64ToInterface(sliceInt []types.Float64) (interface{}, error)
- func ConvertInterfaceToFloat64List(listInt interface{}) []types.Float64
- func ConvertInterfaceToString(jsonArgs interface{}) (string, error)
- func ConvertStringToInterface(jsonArgs string) (interface{}, error)
- func ExceedsValidRange(resp any, vl any)
- func SliceIntTypeToList(slice []types.Int64) types.List
- func SliceStringTypeToList(slice []types.String) types.List
- func SliceStringTypeToSet(slice []types.String) types.Set
- func SliceStringTypeToSetOrNull(slice []types.String) types.Set
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AtoiNoError ¶ added in v1.4.0
func AtoiNoError(strToConv string, resp *resource.ReadResponse) int32
func CheckInt64toInt32Security ¶ added in v1.27.0
CheckInt64toInt32Security check parse direct int64 to int32.
func ConvertFloat64ToInterface ¶ added in v1.8.0
func ConvertInterfaceToFloat64List ¶ added in v1.8.0
func ConvertInterfaceToString ¶ added in v1.2.0
func ConvertStringToInterface ¶ added in v1.2.0
func ExceedsValidRange ¶ added in v1.27.0
func SliceStringTypeToSet ¶ added in v0.13.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.