MCPcopy Create free account
hub / github.com/cloudfoundry/credhub-cli / Do

Method Do

credhub/request.go:29–29  ·  view source on GitHub ↗
(req *http.Request)

Source from the content-addressed store, hash-verified

27
28type requester interface {
29 Do(req *http.Request) (*http.Response, error)
30}
31
32func (ch *CredHub) request(client requester, method string, pathStr string, query url.Values, body interface{}, checkServerErr bool) (*http.Response, error) {

Callers 2

requestMethod · 0.65

Implementers 2

DummyAuthcredhub/credhub_suite_test.go
OAuthStrategycredhub/auth/oauth.go

Calls

no outgoing calls

Tested by

no test coverage detected