MCPcopy
hub / github.com/zitadel/zitadel / MockEncryptionAlgorithm

Struct MockEncryptionAlgorithm

internal/crypto/crypto.mock.go:19–23  ·  view source on GitHub ↗

MockEncryptionAlgorithm is a mock of EncryptionAlgorithm interface.

Source from the content-addressed store, hash-verified

17
18// MockEncryptionAlgorithm is a mock of EncryptionAlgorithm interface.
19type MockEncryptionAlgorithm struct {
20 ctrl *gomock.Controller
21 recorder *MockEncryptionAlgorithmMockRecorder
22 isgomock struct{}
23}
24
25// MockEncryptionAlgorithmMockRecorder is the mock recorder for MockEncryptionAlgorithm.
26type MockEncryptionAlgorithmMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected