Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
58
type
client
struct
{
59
baseURL string
60
httpClient *http.Client
61
log log.Log
62
}
63
64
var
_ Client = (*client)(nil)
65
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected