MCPcopy
hub / github.com/livebud/bud / client

Struct client

package/budhttp/client.go:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58type client struct {
59 baseURL string
60 httpClient *http.Client
61 log log.Log
62}
63
64var _ Client = (*client)(nil)
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected