Documentation
¶
Overview ¶
Package web provides an embedded admin dashboard for the pbflags feature flag system. It serves server-rendered HTML with htmx for dynamic updates, backed by the admin Store for persistence.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler serves the admin web UI.
func NewHandler ¶
NewHandler creates a web UI handler backed by the given store.
Click to show internal directories.
Click to hide internal directories.