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

Struct httpRoomserverInternalAPI

roomserver/inthttp/client.go:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66)
67
68type httpRoomserverInternalAPI struct {
69 roomserverURL string
70 httpClient *http.Client
71 cache caching.RoomVersionCache
72}
73
74// NewRoomserverClient creates a RoomserverInputAPI implemented by talking to a HTTP POST API.
75// If httpClient is nil an error is returned

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected