Documentation ¶
Index ¶
- func ApplyRoute(ctx context.Context, req *http.Request, proxyPath string, ...)
- func InterpolateString(text string, data templateData) (string, error)
- func InterpolateURL(anURL *url.URL, route *plugins.AppPluginRoute, orgID int64, appID string) (*url.URL, error)
- func NewApiPluginProxy(ctx *models.ReqContext, proxyPath string, route *plugins.AppPluginRoute, ...) *httputil.ReverseProxy
- type DataSourceProxy
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 ¶
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()
Click to show internal directories.
Click to hide internal directories.