()
| 74 | } |
| 75 | |
| 76 | func (e *componentError) Error() string { |
| 77 | return e.msg |
| 78 | } |
| 79 | |
| 80 | // Start initializes the component lifecycle with the given parent context. |
| 81 | // Returns ErrAlreadyStarted if the component has already been started. |
no outgoing calls