MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / MasterEncryptKeyVault

Method MasterEncryptKeyVault

application/dependency/dependency.go:140–140  ·  view source on GitHub ↗

MasterEncryptKeyVault Get a singleton encrypt.MasterEncryptKeyVault instance for master encrypt key vault.

(ctx context.Context)

Source from the content-addressed store, hash-verified

138 UAParser() *uaparser.Parser
139 // MasterEncryptKeyVault Get a singleton encrypt.MasterEncryptKeyVault instance for master encrypt key vault.
140 MasterEncryptKeyVault(ctx context.Context) encrypt.MasterEncryptKeyVault
141 // EncryptorFactory Get a new encrypt.CryptorFactory instance.
142 EncryptorFactory(ctx context.Context) encrypt.CryptorFactory
143 // EventHub Get a singleton eventhub.EventHub instance for event publishing.

Callers

nothing calls this directly

Implementers 1

dependencyapplication/dependency/dependency.go

Calls

no outgoing calls

Tested by

no test coverage detected