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

Method Close

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

Source from the content-addressed store, hash-verified

104}
105
106func (m *MockHttpServer) Close() {
107 m.Closed = true
108 close(m.Request)
109 close(m.Response)
110}
111
112func (m *MockHttpServer) GetPendingMessageCount() int {
113 return int(m.pendingMsgCount)

Calls

no outgoing calls