Documentation ¶
Overview ¶
Package utils is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockUtilsInterface ¶
type MockUtilsInterface struct {
// contains filtered or unexported fields
}
MockUtilsInterface is a mock of UtilsInterface interface.
func NewMockUtilsInterface ¶
func NewMockUtilsInterface(ctrl *gomock.Controller) *MockUtilsInterface
NewMockUtilsInterface creates a new mock instance.
func (*MockUtilsInterface) EXPECT ¶
func (m *MockUtilsInterface) EXPECT() *MockUtilsInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockUtilsInterface) GetEventRecordIdBookmark ¶
func (m *MockUtilsInterface) GetEventRecordIdBookmark(bookmarkStore store.PersistentKeyValueStoreInterface, query string) int
GetEventRecordIdBookmark mocks base method.
func (*MockUtilsInterface) ParseEventXML ¶
func (m *MockUtilsInterface) ParseEventXML(eventXML string) EtwEvent
ParseEventXML mocks base method.
type MockUtilsInterfaceMockRecorder ¶
type MockUtilsInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockUtilsInterfaceMockRecorder is the mock recorder for MockUtilsInterface.
func (*MockUtilsInterfaceMockRecorder) GetEventRecordIdBookmark ¶
func (mr *MockUtilsInterfaceMockRecorder) GetEventRecordIdBookmark(bookmarkStore, query interface{}) *gomock.Call
GetEventRecordIdBookmark indicates an expected call of GetEventRecordIdBookmark.
func (*MockUtilsInterfaceMockRecorder) ParseEventXML ¶
func (mr *MockUtilsInterfaceMockRecorder) ParseEventXML(eventXML interface{}) *gomock.Call
ParseEventXML indicates an expected call of ParseEventXML.
type Utils ¶
type Utils struct {
// contains filtered or unexported fields
}
* Class that contains utilities used in BladeMonRT classes.
func (*Utils) GetEventRecordIdBookmark ¶
func (utils *Utils) GetEventRecordIdBookmark(bookmarkStore store.PersistentKeyValueStoreInterface, query string) int
func (*Utils) ParseEventXML ¶
* Parses out the event `Provider`, `EventID`, TimeCreated(`SystemTime`), `EventRecordID` (which is different from event ID) from the event XML.