pluginproxy

package
v0.0.0-...-34a2968 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 6, 2020 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApplyRoute

func ApplyRoute(ctx context.Context, req *http.Request, proxyPath string, route *plugins.AppPluginRoute, ds *models.DataSource)

ApplyRoute should use the plugin route data to set auth headers and custom headers

func InterpolateString

func InterpolateString(text string, data templateData) (string, error)

InterpolateString accepts template data and return a string with substitutions

func InterpolateURL

func InterpolateURL(anURL *url.URL, route *plugins.AppPluginRoute, orgID int64, appID string) (*url.URL, error)

InterpolateURL accepts template data and return a string with substitutions

func NewApiPluginProxy

func NewApiPluginProxy(ctx *models.ReqContext, proxyPath string, route *plugins.AppPluginRoute, appID string, cfg *setting.Cfg) *httputil.ReverseProxy

NewApiPluginProxy create a plugin proxy

Types

type DataSourceProxy

type DataSourceProxy struct {
	// contains filtered or unexported fields
}

func NewDataSourceProxy

func NewDataSourceProxy(ds *models.DataSource, plugin *plugins.DataSourcePlugin, ctx *models.ReqContext,
	proxyPath string, cfg *setting.Cfg) (*DataSourceProxy, error)

NewDataSourceProxy creates a new Datasource proxy

func (*DataSourceProxy) HandleRequest

func (proxy *DataSourceProxy) HandleRequest()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL