(ctx context.Context, data MetaSettingsType)
| 75 | TestCommand(ctx context.Context, data string) error |
| 76 | TestMultiArgCommand(ctx context.Context, arg1 string, arg2 int, arg3 bool) (string, error) |
| 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) |
no outgoing calls
no test coverage detected