mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 14:22:46 +08:00
Add debug headers when downloading plugins (#92579)
This commit is contained in:

committed by
GitHub

parent
4209c13155
commit
f9cd0fe5d1
@ -15,7 +15,7 @@ type Service interface {
|
||||
// GetPluginArchiveInfo fetches information needed for downloading the requested plugin.
|
||||
GetPluginArchiveInfo(ctx context.Context, pluginID, version string, opts CompatOpts) (*PluginArchiveInfo, error)
|
||||
// PluginVersion will return plugin version based on the requested information.
|
||||
PluginVersion(pluginID, version string, compatOpts CompatOpts) (VersionData, error)
|
||||
PluginVersion(ctx context.Context, pluginID, version string, compatOpts CompatOpts) (VersionData, error)
|
||||
}
|
||||
|
||||
type CompatOpts struct {
|
||||
|
Reference in New Issue
Block a user