On notify about (sub)task and progress processing operation
(events ...Resource)
| 102 | Start(ctx context.Context, operation string) |
| 103 | // On notify about (sub)task and progress processing operation |
| 104 | On(events ...Resource) |
| 105 | // Done is triggered as a Compose operation completed |
| 106 | Done(operation string, success bool) |
| 107 | } |
no outgoing calls
no test coverage detected