Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigurableSleeper ¶
type ConfigurableSleeper struct {
// contains filtered or unexported fields
}
func (*ConfigurableSleeper) Sleep ¶
func (o *ConfigurableSleeper) Sleep()
type CountdownOperationSpy ¶
type CountdownOperationSpy struct {
Calls []string
}
func (*CountdownOperationSpy) Sleep ¶
func (s *CountdownOperationSpy) Sleep()
type SpySleeper ¶
type SpySleeper struct {
Calls int
}
func (*SpySleeper) Sleep ¶
func (s *SpySleeper) Sleep()
Click to show internal directories.
Click to hide internal directories.