(ctx context.Context, data CommandSetMetaData)
| 50 | MessageCommand(ctx context.Context, data CommandMessageData) error |
| 51 | GetMetaCommand(ctx context.Context, data CommandGetMetaData) (waveobj.MetaMapType, error) |
| 52 | SetMetaCommand(ctx context.Context, data CommandSetMetaData) error |
| 53 | ControllerInputCommand(ctx context.Context, data CommandBlockInputData) error |
| 54 | ControllerDestroyCommand(ctx context.Context, blockId string) error |
| 55 | ControllerResyncCommand(ctx context.Context, data CommandControllerResyncData) error |
no outgoing calls
no test coverage detected