Versions in this module Expand all Collapse all v2 v2.0.2 Jul 2, 2026 v2.0.1 Jun 29, 2026 Changes in this version + func RegisterFromFS(reg *Registry, f fs.FS, dir string) error + func ServeIndex(reg *Registry) http.HandlerFunc + func ServeSpec(reg *Registry) http.HandlerFunc + type Registry struct + func NewRegistry() *Registry + func (r *Registry) Add(spec Spec) + func (r *Registry) Get(name string) (Spec, bool) + func (r *Registry) List() []Spec + type Spec struct + Content []byte + Filename string + Name string Other modules containing this package github.com/pitabwire/frame