4 lines
155 B
Go
4 lines
155 B
Go
|
|
// Package lifecycle defines the Component interface implemented by all managed
|
||
|
|
// infrastructure components in the Einherjar framework.
|
||
|
|
package lifecycle
|