grafana/pkg/plugins
Jo 062d255124
Handle ioutil deprecations (#53526)
* replace ioutil.ReadFile -> os.ReadFile

* replace ioutil.ReadAll -> io.ReadAll

* replace ioutil.TempFile -> os.CreateTemp

* replace ioutil.NopCloser -> io.NopCloser

* replace ioutil.WriteFile -> os.WriteFile

* replace ioutil.TempDir -> os.MkdirTemp

* replace ioutil.Discard -> io.Discard
2022-08-10 15:37:51 +02:00
..
adapters Move SignedInUser to user service and RoleType and Roles to org (#53445) 2022-08-10 11:56:48 +02:00
backendplugin Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
manager Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
plugincontext Move SignedInUser to user service and RoleType and Roles to org (#53445) 2022-08-10 11:56:48 +02:00
accesscontrol.go Move SignedInUser to user service and RoleType and Roles to org (#53445) 2022-08-10 11:56:48 +02:00
config.go Migrate to Grafana Azure SDK (#47232) 2022-04-04 11:23:13 +02:00
ifaces.go WIP: Add private Secret Manager Plugins support to plugin platform (#49544) 2022-06-09 13:19:27 -04:00
models.go Move SignedInUser to user service and RoleType and Roles to org (#53445) 2022-08-10 11:56:48 +02:00
plugins.go Move SignedInUser to user service and RoleType and Roles to org (#53445) 2022-08-10 11:56:48 +02:00