MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / Client

Struct Client

internal/api/client.go:25–28  ·  view source on GitHub ↗

Client is the CloudCent HTTP client.

Source from the content-addressed store, hash-verified

23
24// Client is the CloudCent HTTP client.
25type Client struct {
26 http *http.Client
27 Config *config.Config
28}
29
30// New creates a new Client and loads config from disk.
31func New() (*Client, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected