# Functions
ExtractEvents parses the uploaded content and returns events per clusterID.
No description provided by the author
NewMockClient creates a new mock instance.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
MockClient is a mock of Client interface.
MockClientMockRecorder is the mock recorder for MockClient.
No description provided by the author
# Interfaces
go:generate mockgen -source=uploader.go -package=uploader -destination=mock_uploader.go.