package
1.45.0
Repository: https://github.com/cloudquery/plugin-sdk.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
InterfaceSlice converts any any into a []any slice.
ToPointer takes an any object and will return a pointer to this object if the object is not already a pointer.
No description provided by the author
No description provided by the author
Uint64ToInt64 if value is bigger than math.MaxInt64 return math.MaxInt64 otherwise returns original value casted to int64.