conversion stuff is now handled by the module

This commit is contained in:
Priec
2026-09-07 20:12:52 +02:00
parent 44dc6cc572
commit d8663d946f
8 changed files with 33 additions and 16 deletions

View File

@@ -9,3 +9,9 @@ message CountResponse {
message PositionRequest {
int64 position = 1;
}
// Options interpreted only by the named currency-conversion module.
message CurrencyConversionOptions {
string module_id = 1;
string options_json = 2;
}