package
1.14.2
Repository: https://github.com/iotexproject/iotex-core.git
Documentation: pkg.go.dev

# Variables

# Structs

Lifecycle manages lifecycle for models.
Readiness is a thread-safe struct to indicate a service's status.

# Interfaces

Model is application model which may require to start and stop in application lifecycle.
Starter is Model has a Start method.
StartStopper is the interface that groups Start and Stop.
Stopper is Model has a Stop method.