MCPcopy 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
8type Client interface {
9 garden.Client
10}
11
12type client struct {
13 connection connection.Connection

Callers

nothing calls this directly

Implementers 3

FakeBackendgardenfakes/fake_backend.go
FakeClientgardenfakes/fake_client.go
clientclient/client.go

Calls

no outgoing calls

Tested by

no test coverage detected