Documentation ¶
Index ¶
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) Create ¶
func (b *Builder) Create() (Pongo2Provider, error)
type Pongo2Provider ¶
type Pongo2Provider func(ctx context.Context, handlerPath types.HandlerPath, w http.ResponseWriter) globals.Values
Click to show internal directories.
Click to hide internal directories.