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

Method WebOpenapiYaml

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

Source from the content-addressed store, hash-verified

235}
236
237func (srv *Server) WebOpenapiYaml(c echo.Context) error {
238 return c.Blob(http.StatusOK, "text/yaml", apiOpenapiYaml)
239}
240
241func (srv *Server) WebRedoc(c echo.Context) error {
242 data := pongo2.Context{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected