aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-02-05 12:12:52 +0200
committerFrancois Kritzinger <francois@codesynthesis.com>2024-06-05 09:12:45 +0200
commita3e92dd2816d82629a05e1d8fbcb6bbad4943274 (patch)
treebd5ab5b4847f61e36f8eaf2d7c677bf003ff7818 /mod/mod-ci-github.hxx
parent95f88e83ee7520d26704f132a228ada6662a799f (diff)
Review
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r--mod/mod-ci-github.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx
index c29a967..0896c0b 100644
--- a/mod/mod-ci-github.hxx
+++ b/mod/mod-ci-github.hxx
@@ -35,14 +35,11 @@ namespace brep
virtual void
init (cli::scanner&);
+ // @@ Can it be static in .cxx file?
+ //
bool
respond (response&, status_code, const string& message);
- bool
- handle_webhook (request&,
- const std::optional<std::string>& github_event,
- response&);
-
private:
shared_ptr<options::ci> options_;
};