MCPcopy
hub / github.com/cloudflare/cloudflared / RESTClient

Struct RESTClient

cfapi/base_client.go:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28)
29
30type RESTClient struct {
31 baseEndpoints *baseEndpoints
32 authToken string
33 userAgent string
34 client http.Client
35 log *zerolog.Logger
36}
37
38type baseEndpoints struct {
39 accountLevel url.URL

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected