diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-10-24 13:55:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-10-24 13:55:07 +0200 |
commit | 7728e2469fdf49307231d57a9fc5a2cf60aa535a (patch) | |
tree | 3ad3af847ed6cb61d88e3723b136b6ceef81253e /mod/mod-ci-github-service-data.hxx | |
parent | a5fab430e168c25bea0bb6a5a00dbd4c6bf0e938 (diff) |
Review
Diffstat (limited to 'mod/mod-ci-github-service-data.hxx')
-rw-r--r-- | mod/mod-ci-github-service-data.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/mod-ci-github-service-data.hxx b/mod/mod-ci-github-service-data.hxx index e816c21..15f8c94 100644 --- a/mod/mod-ci-github-service-data.hxx +++ b/mod/mod-ci-github-service-data.hxx @@ -11,6 +11,8 @@ namespace brep { + // @@@ Check if any data members are unused (once the dust settles). + // Service data associated with the tenant (corresponds to GH check suite). // // It is always a top-level JSON object and the first member is always the @@ -74,7 +76,7 @@ namespace brep // // @@ TODO Serialize these fields. // - enum kind {local, remote /*, queue */} kind; + enum kind_type {local, remote /*, queue */} kind; bool pre_check; bool re_request; // Re-requested (rebuild). |