()
| 70 | Start(ctx context.Context, blockMeta waveobj.MetaMapType, rtOpts *waveobj.RuntimeOpts, force bool) error |
| 71 | Stop(graceful bool, newStatus string, destroy bool) |
| 72 | GetRuntimeStatus() *BlockControllerRuntimeStatus // does not return nil |
| 73 | GetConnName() string |
| 74 | SendInput(input *BlockInputUnion) error |
| 75 | } |
no outgoing calls
no test coverage detected