Documentation ¶ Index ¶ type Builder func NewBuilder() *Builder func (b *Builder) Consume(pth string, getContent func() ([]byte, error)) bool func (b *Builder) Create(log logr.Logger, globs map[string]any) (*chi.Mux, error) type Lean Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Builder ¶ type Builder struct { // contains filtered or unexported fields } func NewBuilder ¶ func NewBuilder() *Builder func (*Builder) Consume ¶ func (b *Builder) Consume(pth string, getContent func() ([]byte, error)) bool func (*Builder) Create ¶ func (b *Builder) Create( log logr.Logger, globs map[string]any, ) (*chi.Mux, error) type Lean ¶ type Lean struct { http.Handler } Source Files ¶ View all Source files builder.go status_response_writer.go web.go Directories ¶ Show internal Expand all Path Synopsis jshandler sse types Click to show internal directories. Click to hide internal directories.