(ctx context.Context)
| 77 | SetConfigCommand(ctx context.Context, data MetaSettingsType) error |
| 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) |
no outgoing calls
no test coverage detected