| 15 | ) |
| 16 | |
| 17 | type 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 |
| 24 | func (m *MockACLProvider) Reset() { |
nothing calls this directly
no outgoing calls
no test coverage detected