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

Struct httpFederationInternalAPI

federationapi/inthttp/client.go:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54type httpFederationInternalAPI struct {
55 federationAPIURL string
56 httpClient *http.Client
57 cache caching.ServerKeyCache
58}
59
60// Handle an instruction to make_leave & send_leave with a remote server.
61func (h *httpFederationInternalAPI) PerformLeave(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected