MCPcopy Create free account
hub / github.com/SpecterOps/AzureHound / EXPECT

Method EXPECT

client/mocks/client.go:43–45  ·  view source on GitHub ↗

EXPECT returns an object that allows the caller to indicate expected use.

()

Source from the content-addressed store, hash-verified

41
42// EXPECT returns an object that allows the caller to indicate expected use.
43func (m *MockAzureClient) EXPECT() *MockAzureClientMockRecorder {
44 return m.recorder
45}
46
47// CloseIdleConnections mocks base method.
48func (m *MockAzureClient) CloseIdleConnections() {

Calls

no outgoing calls