package
2.0.0-alpha.41+incompatible
Repository: https://github.com/yunify/qingcloud-sdk-go.git
Documentation: pkg.go.dev
# Functions
JSONDecode decode given json byte slice to corresponding struct.
JSONEncode encode given interface to json byte slice.
JSONFormatToReadable formats given json byte slice prettily.
NewTimeoutError create a new TimeoutError.
StringToTime transforms given string to time.
StringToUnixInt transforms given string to unix time int.
TimeToString transforms given time to string.
WaitFor wait a function return true.
WaitForSpecific wait a function return true.
WaitForSpecificOrError wait a function return true or error.
YAMLDecode decode given yaml byte slice to corresponding struct.
YAMLEncode encode given interface to yaml byte slice.
# Structs
TimeoutError An Error represents a timeout error.