MCPcopy Create free account
hub / github.com/daodst/chat / httpKeyInternalAPI

Struct httpKeyInternalAPI

keyserver/inthttp/client.go:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58type httpKeyInternalAPI struct {
59 apiURL string
60 httpClient *http.Client
61}
62
63func (h *httpKeyInternalAPI) SetUserAPI(i userapi.KeyserverUserAPI) {
64 // no-op: doesn't need it

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected