MCPcopy
hub / github.com/semaphoreui/semaphore / mockEncryptionService

Struct mockEncryptionService

services/schedules/SchedulePool_test.go:18–18  ·  view source on GitHub ↗

mockEncryptionService is a test implementation of AccessKeyEncryptionService

Source from the content-addressed store, hash-verified

16
17// mockEncryptionService is a test implementation of AccessKeyEncryptionService
18type mockEncryptionService struct{}
19
20func (m *mockEncryptionService) RekeyAccessKeys(oldKey string) (err error) {
21 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected