mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
clients: cbc_proxy has clarifying comments
Signed-off-by: Toby Lorne <toby.lornewelch-richards@digital.cabinet-office.gov.uk>
This commit is contained in:
@@ -2,6 +2,19 @@ import json
|
||||
|
||||
import boto3
|
||||
|
||||
# The variable names in this file have specific meaning in a CAP message
|
||||
#
|
||||
# identifier is a unique field for each CAP message
|
||||
#
|
||||
# headline is a field which we are not sure if we will use
|
||||
#
|
||||
# description is the body of the message
|
||||
#
|
||||
# references is a whitespace separated list of message identifiers
|
||||
# where each identifier is a previous sent message
|
||||
# ie a Cancel message would have a unique identifier but have the identifier of
|
||||
# the preceeding Alert message in the references field
|
||||
|
||||
|
||||
# Noop = no operation
|
||||
class CBCProxyNoopClient:
|
||||
@@ -13,9 +26,6 @@ class CBCProxyNoopClient:
|
||||
self,
|
||||
identifier, headline, description,
|
||||
):
|
||||
# identifier=broadcast_message.identifier,
|
||||
# headline="GOV.UK Notify Broadcast",
|
||||
# description=broadcast_message.description,
|
||||
pass
|
||||
|
||||
# We have not implementated updating a broadcast
|
||||
|
||||
Reference in New Issue
Block a user