MCPcopy Create free account
hub / github.com/cloudfoundry/garden / Error

Method Error

client/connection/connection.go:86–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84}
85
86func (err Error) Error() string {
87 return err.Message
88}
89
90func New(network, address string) Connection {
91 return NewWithLogger(network, address, lager.NewLogger("garden-connection"))

Callers 2

connection_test.goFile · 0.45
streamInMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected