Add new verifier to handle identifiers and update codegen to be able to use them (closes #2522)

This commit is contained in:
Alexander Bock
2023-03-11 13:18:12 +01:00
parent 21cb90b7f8
commit 23ee2ee5da
15 changed files with 132 additions and 21 deletions

View File

@@ -39,7 +39,7 @@ namespace {
struct [[codegen::Dictionary(HttpSynchronization)]] Parameters {
// The unique identifier for this resource that is used to request a set of files
// from the synchronization servers
std::string identifier;
std::string identifier [[codegen::identifier()]];
// The version of this resource that should be requested
int version;