oncall-engine/engine/common/oncall_gateway/__init__.py
Innokentii Konstantinov 12b9a8e0d2
Slack team connector v2 (#1581)
# What this PR does
Support Slack team connector v2 introduced
[here](https://github.com/grafana/oncall-gateway/pull/24)
2023-03-28 03:27:45 +00:00

11 lines
294 B
Python

"""
This package is for interaction with OnCall-Gateway, service to provide multiregional chatops.
"""
from .utils import ( # noqa: F401
check_slack_installation_possible,
create_oncall_connector,
create_slack_connector,
delete_oncall_connector,
delete_slack_connector,
)