MCPcopy
hub / github.com/eolinker/goku_lite / GokuServer

Struct GokuServer

goku-handler/handler.go:15–18  ·  view source on GitHub ↗

GokuServer gokuServer

Source from the content-addressed store, hash-verified

13
14//GokuServer gokuServer
15type GokuServer struct {
16 factory *AccountHandlerFactory
17 mux *http.ServeMux
18}
19
20func (s *GokuServer) ServeHTTP(w http.ResponseWriter, r *http.Request) {
21 s.mux.ServeHTTP(w, r)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected