Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultStartTimeout = time.Second * 15 DefaultStopTimeout = time.Second * 60 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmptyLifeCycle ¶ added in v1.0.1
type EmptyLifeCycle struct{}
func (*EmptyLifeCycle) Append ¶ added in v1.0.1
func (*EmptyLifeCycle) Append(Hook)
type LifeCycle ¶
type LifeCycle interface {
Append(hook Hook)
}
func NewEmptyLifeCycle ¶ added in v1.0.1
func NewEmptyLifeCycle() LifeCycle
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
func StartTimeout ¶
func StopTimeout ¶
Click to show internal directories.
Click to hide internal directories.