Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FuncMap = template.FuncMap{ "formatDate": formatDate, "formatJson": formatJson, "rangeDBVersion": func() string { return rangedb.Version }, }
FuncMap defines the functions available to templates.
View Source
var StaticAssets embed.FS
View Source
var Templates embed.FS
Functions ¶
func New ¶
func New( aggregateTypeStats *projection.AggregateTypeStats, store rangedb.Store, ) *webUI
New constructs a webUI web application.
Types ¶
type AggregateTypeInfo ¶
AggregateTypeInfo contains the aggregate type data available to templates.
type StreamInfo ¶
StreamInfo contains the stream data available to templates.
Click to show internal directories.
Click to hide internal directories.