Commit 52a32a0f authored by Peter Leitzen's avatar Peter Leitzen

Document intent of status page publishing services

parent 76871355
# frozen_string_literal: true
module StatusPage
# Render an issue as incident details and publish them to CDN.
#
# This is an internal service which is part of
# +StatusPage::PublishIncidentService+ and is not meant to be called directly.
#
# Consider calling +StatusPage::PublishIncidentService+ instead.
class PublishDetailsService < PublishBaseService
private
......
# frozen_string_literal: true
module StatusPage
# Render a list of issues as incidents and publish them to CDN.
#
# This is an internal service which is part of
# +StatusPage::PublishIncidentService+ and is not meant to be called directly.
#
# Consider calling +StatusPage::PublishIncidentService+ instead.
class PublishListService < PublishBaseService
private
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment