Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/garden
/ New
Function
New
client/client.go:16–20 ·
view source on GitHub ↗
(connection connection.Connection)
Source
from the content-addressed store, hash-verified
14
}
15
16
func
New(connection connection.Connection) Client {
17
return
&client{
18
connection: connection,
19
}
20
}
21
22
func
(client *client) Ping() error {
23
return
client.connection.Ping()
Callers
5
request_handling_test.go
File · 0.92
server_test.go
File · 0.92
listenAndServe
Function · 0.92
container_test.go
File · 0.70
client_test.go
File · 0.70
Calls
no outgoing calls
Tested by
1
listenAndServe
Function · 0.74