| 48 | } |
| 49 | |
| 50 | type defaultRemoteProvider struct { |
| 51 | provider string |
| 52 | endpoint string |
| 53 | path string |
| 54 | secretKeyring string |
| 55 | } |
| 56 | |
| 57 | func (rp defaultRemoteProvider) Provider() string { |
| 58 | return rp.provider |
nothing calls this directly
no outgoing calls
no test coverage detected