MCPcopy
hub / github.com/cli/cli / hostScopedClient

Struct hostScopedClient

pkg/cmd/project/shared/queries/queries.go:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62type hostScopedClient struct {
63 *api.Client
64 hostname string
65}
66
67func (c *hostScopedClient) Query(queryName string, query interface{}, variables map[string]interface{}) error {
68 return c.Client.Query(c.hostname, queryName, query, variables)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected