Documentation ¶
Index ¶
- type MockClient
- func (_m *MockClient) Applications() ([]models.Application, error)
- func (_m *MockClient) ClusterStats() (*models.ClusterProperties, error)
- func (_m *MockClient) ExecutorStats(appID string) ([]models.Executor, error)
- func (_m *MockClient) Get(path string) ([]byte, error)
- func (_m *MockClient) JobStats(appID string) ([]models.Job, error)
- func (_m *MockClient) StageStats(appID string) ([]models.Stage, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
MockClient is an autogenerated mock type for the MockClient type
func (*MockClient) Applications ¶
func (_m *MockClient) Applications() ([]models.Application, error)
GetApplications provides a mock function with given fields:
func (*MockClient) ClusterStats ¶
func (_m *MockClient) ClusterStats() (*models.ClusterProperties, error)
ClusterStats provides a mock function with given fields:
func (*MockClient) ExecutorStats ¶
func (_m *MockClient) ExecutorStats(appID string) ([]models.Executor, error)
GetExecutorStats provides a mock function with given fields: appID
func (*MockClient) Get ¶
func (_m *MockClient) Get(path string) ([]byte, error)
Get provides a mock function with given fields: path
func (*MockClient) JobStats ¶
func (_m *MockClient) JobStats(appID string) ([]models.Job, error)
GetJobStats provides a mock function with given fields: appID
func (*MockClient) StageStats ¶
func (_m *MockClient) StageStats(appID string) ([]models.Stage, error)
GetStageStats provides a mock function with given fields: appID
Click to show internal directories.
Click to hide internal directories.