mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-23 15:18:55 +01:00
5 lines
129 B
Go
5 lines
129 B
Go
|
package chart
|
||
|
|
||
|
// RendererProvider is a function that returns a renderer.
|
||
|
type RendererProvider func(int, int) (Renderer, error)
|