summaryrefslogtreecommitdiff
path: root/pkg/twilio/handler.go
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-03-14 15:41:22 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2021-03-14 15:41:22 +0000
commitce3182d4c3f5fb723a16bece3157a5058b1236f9 (patch)
tree858301133dd6a547e935da356f049ac165261c06 /pkg/twilio/handler.go
parentd10731043bfd7429ebd22c717794c8363f462caf (diff)
Move Twilio authn code into its own package
Diffstat (limited to 'pkg/twilio/handler.go')
-rw-r--r--pkg/twilio/handler.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/twilio/handler.go b/pkg/twilio/handler.go
new file mode 100644
index 0000000..11cb0b8
--- /dev/null
+++ b/pkg/twilio/handler.go
@@ -0,0 +1,4 @@
+// SPDX-FileCopyrightText: © 2021 Grégoire Duchêne <gduchene@awhk.org>
+// SPDX-License-Identifier: ISC
+
+package twilio