(prefix string, templates *template.Template, ci inject.CopyInject)
| 20 | // forwarding to another URL |
| 21 | type endpoint interface { |
| 22 | Handler(prefix string, templates *template.Template, ci inject.CopyInject) httpctx.Handler |
| 23 | String() string |
| 24 | } |
| 25 |
no outgoing calls