File tree Expand file tree Collapse file tree 9 files changed +8
-8
lines changed Expand file tree Collapse file tree 9 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 66
77	"github.com/grafana/grafana-plugin-sdk-go/backend" 
88	"github.com/grafana/grafana-plugin-sdk-go/backend/instancemgmt" 
9- 	"github.com/grafana/grafana-plugin-sdk-go/backend /tenant" 
9+ 	"github.com/grafana/grafana-plugin-sdk-go/internal /tenant" 
1010)
1111
1212// InstanceFactoryFunc factory method for creating app instances. 
Original file line number Diff line number Diff line change 66	"time" 
77
88	"github.com/grafana/grafana-plugin-sdk-go/backend/httpclient" 
9- 	"github.com/grafana/grafana-plugin-sdk-go/backend /tenant" 
9+ 	"github.com/grafana/grafana-plugin-sdk-go/internal /tenant" 
1010)
1111
1212const  dataCustomOptionsKey  =  "grafanaData" 
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import (
1313	"google.golang.org/grpc/metadata" 
1414
1515	"github.com/grafana/grafana-plugin-sdk-go/backend/httpclient" 
16- 	"github.com/grafana/grafana-plugin-sdk-go/backend/tenant" 
1716	"github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2" 
17+ 	"github.com/grafana/grafana-plugin-sdk-go/internal/tenant" 
1818)
1919
2020type  fakeDataHandlerWithOAuth  struct  {
Original file line number Diff line number Diff line change 66
77	"github.com/grafana/grafana-plugin-sdk-go/backend" 
88	"github.com/grafana/grafana-plugin-sdk-go/backend/instancemgmt" 
9- 	"github.com/grafana/grafana-plugin-sdk-go/backend /tenant" 
9+ 	"github.com/grafana/grafana-plugin-sdk-go/internal /tenant" 
1010)
1111
1212// InstanceFactoryFunc factory method for creating data source instances. 
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import (
1212	"google.golang.org/grpc/metadata" 
1313
1414	"github.com/grafana/grafana-plugin-sdk-go/backend/httpclient" 
15- 	"github.com/grafana/grafana-plugin-sdk-go/backend/tenant" 
1615	"github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2" 
16+ 	"github.com/grafana/grafana-plugin-sdk-go/internal/tenant" 
1717)
1818
1919func  TestCollectMetrcis (t  * testing.T ) {
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import (
1111	"google.golang.org/grpc/metadata" 
1212
1313	"github.com/grafana/grafana-plugin-sdk-go/backend/httpclient" 
14- 	"github.com/grafana/grafana-plugin-sdk-go/backend/tenant" 
1514	"github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2" 
15+ 	"github.com/grafana/grafana-plugin-sdk-go/internal/tenant" 
1616)
1717
1818func  TestCallResource (t  * testing.T ) {
Original file line number Diff line number Diff line change 77	"github.com/stretchr/testify/require" 
88	"google.golang.org/grpc/metadata" 
99
10- 	"github.com/grafana/grafana-plugin-sdk-go/backend/tenant" 
1110	"github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2" 
11+ 	"github.com/grafana/grafana-plugin-sdk-go/internal/tenant" 
1212)
1313
1414func  TestSubscribeStream (t  * testing.T ) {
File renamed without changes.
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ import (
1616	"github.com/grafana/grafana-plugin-sdk-go/backend" 
1717	"github.com/grafana/grafana-plugin-sdk-go/backend/datasource" 
1818	"github.com/grafana/grafana-plugin-sdk-go/backend/instancemgmt" 
19- 	"github.com/grafana/grafana-plugin-sdk-go/backend/tenant" 
2019	"github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2" 
2120	"github.com/grafana/grafana-plugin-sdk-go/internal/automanagement" 
2221	"github.com/grafana/grafana-plugin-sdk-go/internal/standalone" 
22+ 	"github.com/grafana/grafana-plugin-sdk-go/internal/tenant" 
2323)
2424
2525const  (
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments