Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OctopusDeploy/cli
/ RespondWithError
Method
RespondWithError
test/testutil/fakeoctopusserver.go:209–211 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
207
}
208
209
func
(r *RequestWrapper) RespondWithError(err error) {
210
r.Server.Respond(nil, err)
211
}
212
213
func
NewRootResource() *octopusApiClient.RootResource {
214
root := octopusApiClient.NewRootResource()
Callers
3
TestReleaseDelete
Function · 0.80
TestLogin_ApiKey
Function · 0.80
TestLogin_OpenIdConnect
Function · 0.80
Calls
1
Respond
Method · 0.80
Tested by
3
TestReleaseDelete
Function · 0.64
TestLogin_ApiKey
Function · 0.64
TestLogin_OpenIdConnect
Function · 0.64