Versions in this module Expand all Collapse all v0 v0.1.1 May 26, 2026 v0.1.0 May 25, 2026 Changes in this version + type Provider interface + EmptyBlocks func() json.RawMessage + FrontendBundleID func() string + Name func() string + Render func(blocks json.RawMessage) (html string, ok bool) + Validate func(blocks json.RawMessage) error + type Registry struct + func NewRegistry() *Registry + func (r *Registry) Count() int + func (r *Registry) Get(name string) (Provider, bool) + func (r *Registry) Names() []string + func (r *Registry) Register(p Provider) error