Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/garden
/ client
Struct
client
client/client.go:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
type
client
struct
{
13
connection connection.Connection
14
}
15
16
func
New(connection connection.Connection) Client {
17
return
&client{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected