mirror of
https://github.com/grafana/grafana.git
synced 2026-08-18 17:15:08 -05:00
Image-rendering: Cleanup of rendering code (#20496)
This commit is contained in:
@@ -26,8 +26,7 @@ type Opts struct {
|
||||
}
|
||||
|
||||
type RenderResult struct {
|
||||
FilePath string
|
||||
KeepFileAfterRender bool
|
||||
FilePath string
|
||||
}
|
||||
|
||||
type renderFunc func(ctx context.Context, options Opts) (*RenderResult, error)
|
||||
|
||||
Reference in New Issue
Block a user