diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-07 10:17:30 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-12-10 16:34:15 +0200 |
commit | 24415b406a6457638fc4e5435bab9fed987d01ba (patch) | |
tree | 6c97d7d4696d515000037341c4c5deff1224e498 /mod/mod-ci-github.hxx | |
parent | 8ef7e9ca2dc95d1f1b49c032c6ca0355ab88e519 (diff) |
Plan and prepare for upcoming restructuring
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r-- | mod/mod-ci-github.hxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx index 489aac7..e919065 100644 --- a/mod/mod-ci-github.hxx +++ b/mod/mod-ci-github.hxx @@ -46,6 +46,16 @@ namespace brep build_unloaded (tenant_service&&, const diag_epilogue& log_writer) const noexcept override; + function<optional<string> (const tenant_service&)> + build_unloaded_pre_check (tenant_service&&, + service_data&&, + const diag_epilogue&) const noexcept; + + function<optional<string> (const tenant_service&)> + build_unloaded_load (tenant_service&&, + service_data&&, + const diag_epilogue&) const noexcept; + virtual function<optional<string> (const tenant_service&)> build_queued (const tenant_service&, const vector<build>&, |