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

Struct MockAzureClient

client/mocks/client.go:24–28  ·  view source on GitHub ↗

MockAzureClient is a mock of AzureClient interface.

Source from the content-addressed store, hash-verified

22
23// MockAzureClient is a mock of AzureClient interface.
24type MockAzureClient struct {
25 ctrl *gomock.Controller
26 recorder *MockAzureClientMockRecorder
27 isgomock struct{}
28}
29
30// MockAzureClientMockRecorder is the mock recorder for MockAzureClient.
31type MockAzureClientMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected