pi_portal.modules.integrations.slack.cli.notifier

Notifier for the Slack CLI.

class pi_portal.modules.integrations.slack.cli.notifier.SlackCLINotifier(client)[source]

Notifier for the Slack CLI.

Parameters:

client (SlackClient) – The configured slack client to use.

notify_already_start()[source]

Report that the service is already up.

Return type:

None

notify_already_stop()[source]

Report that the service is already down.

Return type:

None

notify_error()[source]

Report that an error has occurred.

Return type:

None

notify_start()[source]

Report that the service is starting.

Return type:

None

notify_stop()[source]

Report that the service is stopping.

Return type:

None