Documentation ¶ Index ¶ func Map[I any, O any](input []I, mapFunc func(item I) O) []O type Encoder func NewEncoder(logger *zap.Logger) *Encoder func (encoder *Encoder) EncodeDashboard(dashboard sdk.Board) (string, error) type RowIR Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Map ¶ func Map[I any, O any](input []I, mapFunc func(item I) O) []O Types ¶ type Encoder ¶ type Encoder struct { // contains filtered or unexported fields } func NewEncoder ¶ func NewEncoder(logger *zap.Logger) *Encoder func (*Encoder) EncodeDashboard ¶ func (encoder *Encoder) EncodeDashboard(dashboard sdk.Board) (string, error) type RowIR ¶ type RowIR struct { Title string RepeatFor *string Collapsed bool Panels []jen.Code } Source Files ¶ View all Source files encoder.go gauge.go graph.go heatmap.go logs.go panelcommon.go panellink.go paneltargets.go row.go stat.go text.go timeseries.go utils.go variable.go Click to show internal directories. Click to hide internal directories.