MCPcopy Create free account
hub / github.com/did-method-plc/did-method-plc / WebRedoc

Method WebRedoc

website/server.go:241–244  ·  view source on GitHub ↗
(c echo.Context)

Source from the content-addressed store, hash-verified

239}
240
241func (srv *Server) WebRedoc(c echo.Context) error {
242 data := pongo2.Context{}
243 return c.Render(http.StatusOK, "templates/redoc.html", data)
244}
245
246func (srv *Server) WebResolve(c echo.Context) error {
247 data := pongo2.Context{}

Callers

nothing calls this directly

Calls 1

RenderMethod · 0.80

Tested by

no test coverage detected