mockEncryptionService is a test implementation of AccessKeyEncryptionService
| 16 | |
| 17 | // mockEncryptionService is a test implementation of AccessKeyEncryptionService |
| 18 | type mockEncryptionService struct{} |
| 19 | |
| 20 | func (m *mockEncryptionService) RekeyAccessKeys(oldKey string) (err error) { |
| 21 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected