package
0.14.7
Repository: https://github.com/cloudquery/cq-provider-sdk.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
InterfaceSlice converts any interface{} into a []interface{} slice.
Sleep pauses for the given duration or aborts immediately if the given context is canceled.
ToPointer takes an interface{} 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.