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

Struct Server

website/server.go:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35var apiOpenapiYaml []byte
36
37type Server struct {
38 echo *echo.Echo
39 httpd *http.Server
40 client *http.Client
41 plcHost string
42}
43
44func serve(cctx *cli.Context) error {
45 debug := cctx.Bool("debug")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected