AddModule method
(evt *event.Event)
| 91 | |
| 92 | // AddModule method |
| 93 | func (s *SnapshotterMock) AddModule(evt *event.Event) error { |
| 94 | args := s.Called(evt) |
| 95 | return args.Error(0) |
| 96 | } |
| 97 | |
| 98 | // RemoveThread method |
| 99 | func (s *SnapshotterMock) RemoveThread(pid uint32, tid uint32) error { |