mirror of
https://github.com/grafana/grafana.git
synced 2026-08-18 17:15:08 -05:00
Renderer: add version information (#34964)
* Renderer: add version information * fix alerting test
This commit is contained in:
@@ -60,6 +60,7 @@ type renderCSVFunc func(ctx context.Context, renderKey string, options CSVOpts)
|
||||
|
||||
type Service interface {
|
||||
IsAvailable() bool
|
||||
Version() string
|
||||
Render(ctx context.Context, opts Opts) (*RenderResult, error)
|
||||
RenderCSV(ctx context.Context, opts CSVOpts) (*RenderCSVResult, error)
|
||||
RenderErrorImage(error error) (*RenderResult, error)
|
||||
|
||||
Reference in New Issue
Block a user