Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockKatibDBInterface
- func (m *MockKatibDBInterface) DBInit()
- func (m *MockKatibDBInterface) DeleteExperiment(arg0 string) error
- func (m *MockKatibDBInterface) DeleteTrial(arg0 string) error
- func (m *MockKatibDBInterface) EXPECT() *MockKatibDBInterfaceMockRecorder
- func (m *MockKatibDBInterface) GetAlgorithmExtraSettings(arg0 string) ([]*v1alpha2.AlgorithmSetting, error)
- func (m *MockKatibDBInterface) GetExperiment(arg0 string) (*v1alpha2.Experiment, error)
- func (m *MockKatibDBInterface) GetExperimentList() ([]*v1alpha2.ExperimentSummary, error)
- func (m *MockKatibDBInterface) GetObservationLog(arg0, arg1, arg2, arg3 string) (*v1alpha2.ObservationLog, error)
- func (m *MockKatibDBInterface) GetTrial(arg0 string) (*v1alpha2.Trial, error)
- func (m *MockKatibDBInterface) GetTrialList(arg0, arg1 string) ([]*v1alpha2.Trial, error)
- func (m *MockKatibDBInterface) PreCheckRegisterExperiment(arg0 *v1alpha2.Experiment) (bool, error)
- func (m *MockKatibDBInterface) RegisterExperiment(arg0 *v1alpha2.Experiment) error
- func (m *MockKatibDBInterface) RegisterObservationLog(arg0 string, arg1 *v1alpha2.ObservationLog) error
- func (m *MockKatibDBInterface) RegisterTrial(arg0 *v1alpha2.Trial) error
- func (m *MockKatibDBInterface) SelectOne() error
- func (m *MockKatibDBInterface) UpdateAlgorithmExtraSettings(arg0 string, arg1 []*v1alpha2.AlgorithmSetting) error
- func (m *MockKatibDBInterface) UpdateExperimentStatus(arg0 string, arg1 *v1alpha2.ExperimentStatus) error
- func (m *MockKatibDBInterface) UpdateTrialStatus(arg0 string, arg1 *v1alpha2.TrialStatus) error
- type MockKatibDBInterfaceMockRecorder
- func (mr *MockKatibDBInterfaceMockRecorder) DBInit() *gomock.Call
- func (mr *MockKatibDBInterfaceMockRecorder) DeleteExperiment(arg0 interface{}) *gomock.Call
- func (mr *MockKatibDBInterfaceMockRecorder) DeleteTrial(arg0 interface{}) *gomock.Call
- func (mr *MockKatibDBInterfaceMockRecorder) GetAlgorithmExtraSettings(arg0 interface{}) *gomock.Call
- func (mr *MockKatibDBInterfaceMockRecorder) GetExperiment(arg0 interface{}) *gomock.Call
- func (mr *MockKatibDBInterfaceMockRecorder) GetExperimentList() *gomock.Call
- func (mr *MockKatibDBInterfaceMockRecorder) GetObservationLog(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockKatibDBInterfaceMockRecorder) GetTrial(arg0 interface{}) *gomock.Call
- func (mr *MockKatibDBInterfaceMockRecorder) GetTrialList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKatibDBInterfaceMockRecorder) PreCheckRegisterExperiment(arg0 interface{}) *gomock.Call
- func (mr *MockKatibDBInterfaceMockRecorder) RegisterExperiment(arg0 interface{}) *gomock.Call
- func (mr *MockKatibDBInterfaceMockRecorder) RegisterObservationLog(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKatibDBInterfaceMockRecorder) RegisterTrial(arg0 interface{}) *gomock.Call
- func (mr *MockKatibDBInterfaceMockRecorder) SelectOne() *gomock.Call
- func (mr *MockKatibDBInterfaceMockRecorder) UpdateAlgorithmExtraSettings(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKatibDBInterfaceMockRecorder) UpdateExperimentStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKatibDBInterfaceMockRecorder) UpdateTrialStatus(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockKatibDBInterface ¶
type MockKatibDBInterface struct {
// contains filtered or unexported fields
}
MockKatibDBInterface is a mock of KatibDBInterface interface
func NewMockKatibDBInterface ¶
func NewMockKatibDBInterface(ctrl *gomock.Controller) *MockKatibDBInterface
NewMockKatibDBInterface creates a new mock instance
func (*MockKatibDBInterface) DBInit ¶
func (m *MockKatibDBInterface) DBInit()
DBInit mocks base method
func (*MockKatibDBInterface) DeleteExperiment ¶
func (m *MockKatibDBInterface) DeleteExperiment(arg0 string) error
DeleteExperiment mocks base method
func (*MockKatibDBInterface) DeleteTrial ¶
func (m *MockKatibDBInterface) DeleteTrial(arg0 string) error
DeleteTrial mocks base method
func (*MockKatibDBInterface) EXPECT ¶
func (m *MockKatibDBInterface) EXPECT() *MockKatibDBInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockKatibDBInterface) GetAlgorithmExtraSettings ¶
func (m *MockKatibDBInterface) GetAlgorithmExtraSettings(arg0 string) ([]*v1alpha2.AlgorithmSetting, error)
GetAlgorithmExtraSettings mocks base method
func (*MockKatibDBInterface) GetExperiment ¶
func (m *MockKatibDBInterface) GetExperiment(arg0 string) (*v1alpha2.Experiment, error)
GetExperiment mocks base method
func (*MockKatibDBInterface) GetExperimentList ¶
func (m *MockKatibDBInterface) GetExperimentList() ([]*v1alpha2.ExperimentSummary, error)
GetExperimentList mocks base method
func (*MockKatibDBInterface) GetObservationLog ¶
func (m *MockKatibDBInterface) GetObservationLog(arg0, arg1, arg2, arg3 string) (*v1alpha2.ObservationLog, error)
GetObservationLog mocks base method
func (*MockKatibDBInterface) GetTrial ¶
func (m *MockKatibDBInterface) GetTrial(arg0 string) (*v1alpha2.Trial, error)
GetTrial mocks base method
func (*MockKatibDBInterface) GetTrialList ¶
func (m *MockKatibDBInterface) GetTrialList(arg0, arg1 string) ([]*v1alpha2.Trial, error)
GetTrialList mocks base method
func (*MockKatibDBInterface) PreCheckRegisterExperiment ¶
func (m *MockKatibDBInterface) PreCheckRegisterExperiment(arg0 *v1alpha2.Experiment) (bool, error)
PreCheckRegisterExperiment mocks base method
func (*MockKatibDBInterface) RegisterExperiment ¶
func (m *MockKatibDBInterface) RegisterExperiment(arg0 *v1alpha2.Experiment) error
RegisterExperiment mocks base method
func (*MockKatibDBInterface) RegisterObservationLog ¶
func (m *MockKatibDBInterface) RegisterObservationLog(arg0 string, arg1 *v1alpha2.ObservationLog) error
RegisterObservationLog mocks base method
func (*MockKatibDBInterface) RegisterTrial ¶
func (m *MockKatibDBInterface) RegisterTrial(arg0 *v1alpha2.Trial) error
RegisterTrial mocks base method
func (*MockKatibDBInterface) SelectOne ¶
func (m *MockKatibDBInterface) SelectOne() error
SelectOne mocks base method
func (*MockKatibDBInterface) UpdateAlgorithmExtraSettings ¶
func (m *MockKatibDBInterface) UpdateAlgorithmExtraSettings(arg0 string, arg1 []*v1alpha2.AlgorithmSetting) error
UpdateAlgorithmExtraSettings mocks base method
func (*MockKatibDBInterface) UpdateExperimentStatus ¶
func (m *MockKatibDBInterface) UpdateExperimentStatus(arg0 string, arg1 *v1alpha2.ExperimentStatus) error
UpdateExperimentStatus mocks base method
func (*MockKatibDBInterface) UpdateTrialStatus ¶
func (m *MockKatibDBInterface) UpdateTrialStatus(arg0 string, arg1 *v1alpha2.TrialStatus) error
UpdateTrialStatus mocks base method
type MockKatibDBInterfaceMockRecorder ¶
type MockKatibDBInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockKatibDBInterfaceMockRecorder is the mock recorder for MockKatibDBInterface
func (*MockKatibDBInterfaceMockRecorder) DBInit ¶
func (mr *MockKatibDBInterfaceMockRecorder) DBInit() *gomock.Call
DBInit indicates an expected call of DBInit
func (*MockKatibDBInterfaceMockRecorder) DeleteExperiment ¶
func (mr *MockKatibDBInterfaceMockRecorder) DeleteExperiment(arg0 interface{}) *gomock.Call
DeleteExperiment indicates an expected call of DeleteExperiment
func (*MockKatibDBInterfaceMockRecorder) DeleteTrial ¶
func (mr *MockKatibDBInterfaceMockRecorder) DeleteTrial(arg0 interface{}) *gomock.Call
DeleteTrial indicates an expected call of DeleteTrial
func (*MockKatibDBInterfaceMockRecorder) GetAlgorithmExtraSettings ¶
func (mr *MockKatibDBInterfaceMockRecorder) GetAlgorithmExtraSettings(arg0 interface{}) *gomock.Call
GetAlgorithmExtraSettings indicates an expected call of GetAlgorithmExtraSettings
func (*MockKatibDBInterfaceMockRecorder) GetExperiment ¶
func (mr *MockKatibDBInterfaceMockRecorder) GetExperiment(arg0 interface{}) *gomock.Call
GetExperiment indicates an expected call of GetExperiment
func (*MockKatibDBInterfaceMockRecorder) GetExperimentList ¶
func (mr *MockKatibDBInterfaceMockRecorder) GetExperimentList() *gomock.Call
GetExperimentList indicates an expected call of GetExperimentList
func (*MockKatibDBInterfaceMockRecorder) GetObservationLog ¶
func (mr *MockKatibDBInterfaceMockRecorder) GetObservationLog(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetObservationLog indicates an expected call of GetObservationLog
func (*MockKatibDBInterfaceMockRecorder) GetTrial ¶
func (mr *MockKatibDBInterfaceMockRecorder) GetTrial(arg0 interface{}) *gomock.Call
GetTrial indicates an expected call of GetTrial
func (*MockKatibDBInterfaceMockRecorder) GetTrialList ¶
func (mr *MockKatibDBInterfaceMockRecorder) GetTrialList(arg0, arg1 interface{}) *gomock.Call
GetTrialList indicates an expected call of GetTrialList
func (*MockKatibDBInterfaceMockRecorder) PreCheckRegisterExperiment ¶
func (mr *MockKatibDBInterfaceMockRecorder) PreCheckRegisterExperiment(arg0 interface{}) *gomock.Call
PreCheckRegisterExperiment indicates an expected call of PreCheckRegisterExperiment
func (*MockKatibDBInterfaceMockRecorder) RegisterExperiment ¶
func (mr *MockKatibDBInterfaceMockRecorder) RegisterExperiment(arg0 interface{}) *gomock.Call
RegisterExperiment indicates an expected call of RegisterExperiment
func (*MockKatibDBInterfaceMockRecorder) RegisterObservationLog ¶
func (mr *MockKatibDBInterfaceMockRecorder) RegisterObservationLog(arg0, arg1 interface{}) *gomock.Call
RegisterObservationLog indicates an expected call of RegisterObservationLog
func (*MockKatibDBInterfaceMockRecorder) RegisterTrial ¶
func (mr *MockKatibDBInterfaceMockRecorder) RegisterTrial(arg0 interface{}) *gomock.Call
RegisterTrial indicates an expected call of RegisterTrial
func (*MockKatibDBInterfaceMockRecorder) SelectOne ¶
func (mr *MockKatibDBInterfaceMockRecorder) SelectOne() *gomock.Call
SelectOne indicates an expected call of SelectOne
func (*MockKatibDBInterfaceMockRecorder) UpdateAlgorithmExtraSettings ¶
func (mr *MockKatibDBInterfaceMockRecorder) UpdateAlgorithmExtraSettings(arg0, arg1 interface{}) *gomock.Call
UpdateAlgorithmExtraSettings indicates an expected call of UpdateAlgorithmExtraSettings
func (*MockKatibDBInterfaceMockRecorder) UpdateExperimentStatus ¶
func (mr *MockKatibDBInterfaceMockRecorder) UpdateExperimentStatus(arg0, arg1 interface{}) *gomock.Call
UpdateExperimentStatus indicates an expected call of UpdateExperimentStatus
func (*MockKatibDBInterfaceMockRecorder) UpdateTrialStatus ¶
func (mr *MockKatibDBInterfaceMockRecorder) UpdateTrialStatus(arg0, arg1 interface{}) *gomock.Call
UpdateTrialStatus indicates an expected call of UpdateTrialStatus