| 38 | var _ ExternalPlugin = &mockPlugin{} |
| 39 | |
| 40 | type mockPlugin struct{} |
| 41 | |
| 42 | func (m *mockPlugin) GetSecrets(context.Context, secrets.Pattern) ([]secrets.Envelope, error) { |
| 43 | return []secrets.Envelope{}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected