mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-22 16:03:44 +01:00
5 lines
166 B
Go
5 lines
166 B
Go
package chart
|
|
|
|
// Renderable is a function that can be called to render custom elements on the chart.
|
|
type Renderable func(r Renderer, canvasBox Box, defaults Style)
|