Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
var
_ blobcache.Service = &Client{}
17
18
type
Client
struct
{
19
hc *http.Client
20
ep string
21
}
22
23
func
NewClient(hc *http.Client, ep string) *Client {
24
switch
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected