From 7c4c3d64de9d188d4d8ea24483590f8fd9f7da3f Mon Sep 17 00:00:00 2001 From: DniproNoise Date: Tue, 28 Apr 2026 17:02:57 +0200 Subject: [PATCH] storage --- nzx_tmpmail/storage/postgres.go | 1 + nzx_tmpmail/storage/redis.go | 1 + 2 files changed, 2 insertions(+) create mode 100644 nzx_tmpmail/storage/postgres.go create mode 100644 nzx_tmpmail/storage/redis.go diff --git a/nzx_tmpmail/storage/postgres.go b/nzx_tmpmail/storage/postgres.go new file mode 100644 index 0000000..82be054 --- /dev/null +++ b/nzx_tmpmail/storage/postgres.go @@ -0,0 +1 @@ +package storage diff --git a/nzx_tmpmail/storage/redis.go b/nzx_tmpmail/storage/redis.go new file mode 100644 index 0000000..82be054 --- /dev/null +++ b/nzx_tmpmail/storage/redis.go @@ -0,0 +1 @@ +package storage