MCPcopy Create free account
hub / github.com/ProspectOne/perfops-cli / Client

Struct Client

perfops/client.go:40–50  ·  view source on GitHub ↗

Client defines the API client interface.

Source from the content-addressed store, hash-verified

38type (
39 // Client defines the API client interface.
40 Client struct {
41 client *http.Client
42 common service
43
44 BasePath string // API endpoint base URL
45 UserAgent string // optional additional User-Agent fragment
46 apiKey string
47
48 DNS *DNSService
49 Run *RunService
50 }
51
52 service struct {
53 client *Client

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected