MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / NewMockHttpServer

Function NewMockHttpServer

test/testutil/fakeoctopusserver.go:99–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97}
98
99func NewMockHttpServer() *MockHttpServer {
100 return &MockHttpServer{
101 Request: make(chan *http.Request),
102 Response: make(chan responseOrError),
103 }
104}
105
106func (m *MockHttpServer) Close() {
107 m.Closed = true

Calls

no outgoing calls