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

Struct KeyInternalAPI

keyserver/internal/internal.go:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36)
37
38type KeyInternalAPI struct {
39 DB storage.Database
40 ThisServer gomatrixserverlib.ServerName
41 FedClient fedsenderapi.KeyserverFederationAPI
42 UserAPI userapi.KeyserverUserAPI
43 Producer *producers.KeyChange
44 Updater *DeviceListUpdater
45}
46
47func (a *KeyInternalAPI) SetUserAPI(i userapi.KeyserverUserAPI) {
48 a.UserAPI = i

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected