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

Struct httpAppServiceQueryAPI

appservice/inthttp/client.go:21–24  ·  view source on GitHub ↗

httpAppServiceQueryAPI contains the URL to an appservice query API and a reference to a httpClient used to reach it

Source from the content-addressed store, hash-verified

19// httpAppServiceQueryAPI contains the URL to an appservice query API and a
20// reference to a httpClient used to reach it
21type httpAppServiceQueryAPI struct {
22 appserviceURL string
23 httpClient *http.Client
24}
25
26// NewAppserviceClient creates a AppServiceQueryAPI implemented by talking
27// to a HTTP POST API.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected