Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallerName ¶
caller types: runtime.goexit runtime.main main.init main.main main.init·1 -> main.init main.func·001 -> main.func code.google.com/p/gettext-go/gettext.TestCallerName ...
Types ¶
type TimeoutError ¶
type TimeoutError struct {
// contains filtered or unexported fields
}
Reference: https://github.com/yunify/qingcloud-sdk-go/blob/f1702ea44452e2d6b6048608c070237cd45088d6/utils/wait.go TimeoutError An Error represents a timeout error.
func NewTimeoutError ¶
func NewTimeoutError(timeout time.Duration) *TimeoutError
NewTimeoutError create a new TimeoutError
Click to show internal directories.
Click to hide internal directories.