grafana/pkg/cmd/grafana-cli
Mariell Hoversholm e6a6fc6f74
Tests: Require GrafanaOpts when creating Grafana dir (#97825)
I don't see a reason to accept a variable amount here, as we never use it. The only use I can see is optionally
including the opts, which isn't necessary and only complicates matters when an empty struct would do just as well: the
options are all created to be assumed zero-values already, in case a test doesn't need that option set.
2024-12-12 15:13:06 +01:00
..
commands Tests: Require GrafanaOpts when creating Grafana dir (#97825) 2024-12-12 15:13:06 +01:00
logger Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
models
runner
services Plugins: Update CLI check if plugin is already installed (#91213) 2024-08-06 09:21:40 +01:00
utils Chore: Making the plugin install commands respect the config parameter (#86578) 2024-04-22 10:29:25 +02:00
main.go