//
pkg.gl
Category
github.com/iotexproject/iotex-core
pkg
lifecycle
package
0.11.1
Repository:
https://github.com/iotexproject/iotex-core.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
2
Dependents
39
Files
41 SLOC
#
Structs
Lifecycle
Lifecycle manages lifecycle for models.
#
Interfaces
Model
Model is application model which may require to start and stop in application lifecycle.
Starter
Starter is Model has a Start method.
StartStopper
StartStopper is the interface that groups Start and Stop.
Stopper
Stopper is Model has a Stop method.