Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/garden
/ Client
Interface
Client
client/client.go:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
)
7
8
type
Client
interface
{
9
garden.Client
10
}
11
12
type
client
struct
{
13
connection connection.Connection
Callers
nothing calls this directly
Implementers
3
FakeBackend
gardenfakes/fake_backend.go
FakeClient
gardenfakes/fake_client.go
client
client/client.go
Calls
no outgoing calls
Tested by
no test coverage detected