MCPcopy Create free account
hub / github.com/blobcache/blobcache / Client

Struct Client

src/bchttp/client.go:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16var _ blobcache.Service = &Client{}
17
18type Client struct {
19 hc *http.Client
20 ep string
21}
22
23func NewClient(hc *http.Client, ep string) *Client {
24 switch {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected