/dports/www/grafana8/grafana-8.3.6/pkg/server/ |
H A D | wire.go | 96 hooks.ProvideService, 101 uss.ProvideService, 110 loader.ProvideService, 118 mysql.ProvideService, 119 mssql.ProvideService, 126 quota.ProvideService, 134 live.ProvideService, 138 jwt.ProvideService, 157 tempo.ProvideService, 158 loki.ProvideService, [all …]
|
H A D | wireexts_oss.go | 37 licensing.ProvideService, 41 ossaccesscontrol.ProvideService, 46 provisioning.ProvideService, 56 ossencryption.ProvideService, 62 signature.ProvideService, 64 acdb.ProvideService, 67 osskmsproviders.ProvideService,
|
/dports/www/grafana8/grafana-8.3.6/pkg/services/alerting/notifiers/ |
H A D | threema_test.go | 27 _, err := NewThreemaNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 46 not, err := NewThreemaNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 73 not, err := NewThreemaNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 95 not, err := NewThreemaNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 117 not, err := NewThreemaNotifier(model, ossencryption.ProvideService().GetDecryptedValue)
|
H A D | pagerduty_test.go | 42 _, err = NewPagerdutyNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 58 not, err := NewPagerdutyNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 81 not, err := NewPagerdutyNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 108 not, err := NewPagerdutyNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 133 not, err := NewPagerdutyNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 190 not, err := NewPagerdutyNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 247 not, err := NewPagerdutyNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 317 not, err := NewPagerdutyNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 397 not, err := NewPagerdutyNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 476 not, err := NewPagerdutyNotifier(model, ossencryption.ProvideService().GetDecryptedValue)
|
H A D | slack_test.go | 30 _, err = NewSlackNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 48 not, err := NewSlackNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 86 not, err := NewSlackNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 119 encryptionService := ossencryption.ProvideService() 134 not, err := NewSlackNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 165 not, err := NewSlackNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 256 not, err := NewSlackNotifier(model, ossencryption.ProvideService().GetDecryptedValue)
|
H A D | opsgenie_test.go | 31 _, err := NewOpsGenieNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 48 not, err := NewOpsGenieNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 72 _, err := NewOpsGenieNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 95 …notifier, notifierErr := NewOpsGenieNotifier(model, ossencryption.ProvideService().GetDecryptedVal… 145 …notifier, notifierErr := NewOpsGenieNotifier(model, ossencryption.ProvideService().GetDecryptedVal… 195 …notifier, notifierErr := NewOpsGenieNotifier(model, ossencryption.ProvideService().GetDecryptedVal…
|
H A D | victorops_test.go | 38 _, err := NewVictoropsNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 55 not, err := NewVictoropsNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 79 not, err := NewVictoropsNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 127 not, err := NewVictoropsNotifier(model, ossencryption.ProvideService().GetDecryptedValue)
|
H A D | teams_test.go | 25 _, err := NewTeamsNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 42 not, err := NewTeamsNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 64 not, err := NewTeamsNotifier(model, ossencryption.ProvideService().GetDecryptedValue)
|
H A D | email_test.go | 25 _, err := NewEmailNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 42 not, err := NewEmailNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 66 not, err := NewEmailNotifier(model, ossencryption.ProvideService().GetDecryptedValue)
|
H A D | hipchat_test.go | 26 _, err := NewHipChatNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 42 not, err := NewHipChatNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 68 not, err := NewHipChatNotifier(model, ossencryption.ProvideService().GetDecryptedValue)
|
H A D | line_test.go | 24 _, err := NewLINENotifier(model, ossencryption.ProvideService().GetDecryptedValue) 39 not, err := NewLINENotifier(model, ossencryption.ProvideService().GetDecryptedValue)
|
H A D | googlechat_test.go | 25 _, err := newGoogleChatNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 42 not, err := newGoogleChatNotifier(model, ossencryption.ProvideService().GetDecryptedValue)
|
H A D | sensu_test.go | 25 _, err := NewSensuNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 44 not, err := NewSensuNotifier(model, ossencryption.ProvideService().GetDecryptedValue)
|
H A D | discord_test.go | 25 _, err := newDiscordNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 44 not, err := newDiscordNotifier(model, ossencryption.ProvideService().GetDecryptedValue)
|
H A D | webhook_test.go | 25 _, err = NewWebHookNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 40 not, err := NewWebHookNotifier(model, ossencryption.ProvideService().GetDecryptedValue)
|
H A D | kafka_test.go | 25 _, err := NewKafkaNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 43 not, err := NewKafkaNotifier(model, ossencryption.ProvideService().GetDecryptedValue)
|
H A D | sensugo_test.go | 24 _, err = NewSensuGoNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 45 not, err := NewSensuGoNotifier(model, ossencryption.ProvideService().GetDecryptedValue)
|
H A D | dingding_test.go | 27 _, err := newDingDingNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 40 not, err := newDingDingNotifier(model, ossencryption.ProvideService().GetDecryptedValue)
|
H A D | alertmanager_test.go | 109 not, err := NewAlertmanagerNotifier(model, ossencryption.ProvideService().GetDecryptedValue) 128 not, err := NewAlertmanagerNotifier(model, ossencryption.ProvideService().GetDecryptedValue)
|
/dports/www/grafana8/grafana-8.3.6/pkg/services/datasources/ |
H A D | service_test.go | 37 s := ProvideService(bus.New(), sqlStore, secretsService) 86 dsService := ProvideService(bus.New(), nil, secretsService) 119 dsService := ProvideService(bus.New(), nil, secretsService) 169 dsService := ProvideService(bus.New(), nil, secretsService) 212 dsService := ProvideService(bus.New(), nil, secretsService) 249 dsService := ProvideService(bus.New(), nil, secretsService) 280 dsService := ProvideService(bus.New(), nil, secretsService) 339 dsService := ProvideService(bus.New(), nil, secretsService) 372 dsService := ProvideService(bus.New(), nil, secretsService) 406 dsService := ProvideService(bus.New(), nil, secretsService) [all …]
|
/dports/www/grafana8/grafana-8.3.6/pkg/api/pluginproxy/ |
H A D | ds_proxy_test.go | 128 dsService := datasources.ProvideService(bus.New(), nil, secretsService) 141 dsService := datasources.ProvideService(bus.New(), nil, secretsService) 153 dsService := datasources.ProvideService(bus.New(), nil, secretsService) 164 dsService := datasources.ProvideService(bus.New(), nil, secretsService) 178 dsService := datasources.ProvideService(bus.New(), nil, secretsService) 343 dsService := datasources.ProvideService(bus.New(), nil, secretsService) 369 dsService := datasources.ProvideService(bus.New(), nil, secretsService) 393 dsService := datasources.ProvideService(bus.New(), nil, secretsService) 421 dsService := datasources.ProvideService(bus.New(), nil, secretsService) 741 dsService := datasources.ProvideService(bus.New(), nil, secretsService) [all …]
|
/dports/www/grafana8/grafana-8.3.6/pkg/services/provisioning/notifiers/ |
H A D | config_reader_test.go | 65 encryptionService: ossencryption.ProvideService(), 142 dc := newNotificationProvisioner(ossencryption.ProvideService(), logger) 173 dc := newNotificationProvisioner(ossencryption.ProvideService(), logger) 197 dc := newNotificationProvisioner(ossencryption.ProvideService(), logger) 274 dc := newNotificationProvisioner(ossencryption.ProvideService(), logger) 293 dc := newNotificationProvisioner(ossencryption.ProvideService(), logger) 307 dc := newNotificationProvisioner(ossencryption.ProvideService(), logger) 321 encryptionService: ossencryption.ProvideService(), 331 encryptionService: ossencryption.ProvideService(), 344 encryptionService: ossencryption.ProvideService(), [all …]
|
/dports/www/grafana8/grafana-8.3.6/pkg/cmd/grafana-cli/runner/ |
H A D | wireexts_oss.go | 23 osskmsproviders.ProvideService, 25 ossencryption.ProvideService,
|
/dports/www/grafana8/grafana-8.3.6/pkg/services/secrets/manager/ |
H A D | helpers.go | 31 encryption := ossencryption.ProvideService() 34 osskmsproviders.ProvideService(encryption, settings),
|
/dports/www/grafana8/grafana-8.3.6/contribute/architecture/backend/ |
H A D | services.md | 9 … with the rest of Grafana, it needs to be registered with Wire, see `ProvideService` factory funct… 11 When Wire is run it will inspect the parameters of `ProvideService` and make sure that all it's dep… 25 // ProvideService provides Service as dependency for other services. 26 func ProvideService(cfg *setting.Cfg, sqlStore *sqlstore.SQLStore) (*Service, error) { 83 example.ProvideService, 89 sqlstore.ProvideService,
|