diff options
Diffstat (limited to 'mod/mod-ci-github-service-data.hxx')
-rw-r--r-- | mod/mod-ci-github-service-data.hxx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mod/mod-ci-github-service-data.hxx b/mod/mod-ci-github-service-data.hxx index 50bb49d..ef30ffe 100644 --- a/mod/mod-ci-github-service-data.hxx +++ b/mod/mod-ci-github-service-data.hxx @@ -38,6 +38,15 @@ namespace brep // optional<string> details_url; + // Note: never serialized (see details_url). + // + struct output_type + { + string title; + string summary; + }; + optional<output_type> output; + string state_string () const { |