Skip to content

tpl: Add missing functions to init files #14249

@jmooring

Description

@jmooring

This is just some housekeeping...

For example, in tpl/urls/init.go, add these:

ns.AddMethodMapping(ctx.PathEscape,
	nil,
	[][2]string{},
)
ns.AddMethodMapping(ctx.PathUnescape,
	nil,
	[][2]string{},
)

We're not using the corresponding docs.yaml entries yet, but we may need them later (and I need them now).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions