| 31 | } |
| 32 | |
| 33 | type lifecycle struct { |
| 34 | descriptor LifecycleDescriptor |
| 35 | Blob |
| 36 | } |
| 37 | |
| 38 | // NewLifecycle creates a Lifecycle from a Blob |
| 39 | func NewLifecycle(blob Blob) (Lifecycle, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected