mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 16:04:23 +00:00
Rename mock secrets
This commit is contained in:
6
server/internal/db/mock_secrets_test.go
Normal file
6
server/internal/db/mock_secrets_test.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package db_test
|
||||
|
||||
type mockSecrets struct{}
|
||||
|
||||
func (m *mockSecrets) Encrypt(s string) (string, error) { return s, nil }
|
||||
func (m *mockSecrets) Decrypt(s string) (string, error) { return s, nil }
|
||||
Reference in New Issue
Block a user