(ctx context.Context)
| 78 | SetConnectionsConfigCommand(ctx context.Context, data ConnConfigRequest) error |
| 79 | GetFullConfigCommand(ctx context.Context) (wconfig.FullConfigType, error) |
| 80 | GetWaveAIModeConfigCommand(ctx context.Context) (wconfig.AIModeConfigUpdate, error) |
| 81 | BlockInfoCommand(ctx context.Context, blockId string) (*BlockInfoData, error) |
| 82 | DebugTermCommand(ctx context.Context, data CommandDebugTermData) (*CommandDebugTermRtnData, error) |
| 83 | BlocksListCommand(ctx context.Context, data BlocksListRequest) ([]BlocksListEntry, error) |
no outgoing calls
no test coverage detected