1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-28 03:28:13 +00:00
This commit is contained in:
Lunny Xiao
2022-10-14 21:48:47 +08:00
committed by Jason Song
parent 8ec691f3ce
commit e7d5c99b42
8 changed files with 56 additions and 43 deletions

View File

@@ -4,8 +4,7 @@
package secrets
type nopMasterKeyProvider struct {
}
type nopMasterKeyProvider struct{}
// NewNopMasterKeyProvider returns master key provider that holds no master key and is always unsealed
func NewNopMasterKeyProvider() MasterKeyProvider {