summaryrefslogtreecommitdiffstats
path: root/internal/config/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/config/config.go')
-rw-r--r--internal/config/config.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/internal/config/config.go b/internal/config/config.go
deleted file mode 100644
index d404e12..0000000
--- a/internal/config/config.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package config
-
-type SecretsConfig struct {
- NotepadPassword []byte
- SecretKey []byte
- AuthKey []byte
-}