Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SleepError ¶
type SleepError struct { Err error `json:"-"` Msg string `json:"msg"` Sleep time.Duration `json:"sleep"` }
SleepError With time. Duration's error The most intuitive usage is: the length of time that can be specified when encountering Sleep
func (*SleepError) Error ¶
func (e *SleepError) Error() string
Click to show internal directories.
Click to hide internal directories.