MCPcopy
hub / github.com/hyperledger/fabric / MockACLProvider

Struct MockACLProvider

core/aclmgmt/mocks/mocks.go:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type MockACLProvider struct {
18 // create a mock object that can be reset after
19 // registering a MockACLProvider with aclmgmt
20 mock *mock.Mock
21}
22
23// clear the mock so we can start afresh
24func (m *MockACLProvider) Reset() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected