| 22 | ) |
| 23 | |
| 24 | type nativeExtensionSource struct { |
| 25 | latestVersion string |
| 26 | downloads map[string]*registrypkg.DownloadResult |
| 27 | } |
| 28 | |
| 29 | var _ registrypkg.Source = (*nativeExtensionSource)(nil) |
| 30 |
nothing calls this directly
no outgoing calls
no test coverage detected