# Functions
NewExecutor creates a new instance of Executor.
NewScheduler creates a new instance of Scheduler.
# Structs
Executor is an autogenerated mock type for the Executor type.
Executor_ExecAs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExecAs'.
No description provided by the author
Scheduler is an autogenerated mock type for the Scheduler type.
Scheduler_CancelJob_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CancelJob'.
Scheduler_CancelJobByID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CancelJobByID'.
No description provided by the author
Scheduler_FindCPUsPerNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindCPUsPerNode'.
Scheduler_FindGPUsPerNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindGPUsPerNode'.
Scheduler_FindMemPerNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindMemPerNode'.
Scheduler_FindRunningJobByName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindRunningJobByName'.
Scheduler_FindTotalCPUs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindTotalCPUs'.
Scheduler_FindTotalGPUs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindTotalGPUs'.
Scheduler_FindTotalMem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindTotalMem'.
Scheduler_FindTotalNodes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindTotalNodes'.
Scheduler_HealthCheck_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HealthCheck'.
Scheduler_Submit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Submit'.
Scheduler_TopUp_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TopUp'.