clients: cbc_proxy has clarifying comments

Signed-off-by: Toby Lorne <toby.lornewelch-richards@digital.cabinet-office.gov.uk>
This commit is contained in:
Toby Lorne
2020-10-22 12:19:25 +01:00
parent 1badf93f0a
commit adc2ce8283

View File

@@ -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