MCPcopy
hub / github.com/superplanehq/superplane / Client

Struct Client

pkg/integrations/gcp/common/client.go:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17const defaultComputeBaseURL = "https://compute.googleapis.com/compute/v1"
18
19type Client struct {
20 creds *google.Credentials
21 http core.HTTPContext
22 projectID string
23 baseURL string
24}
25
26func NewClient(httpClient core.HTTPContext, integration core.IntegrationContext) (*Client, error) {
27 if integration == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected