251
252
// GetWorkflowID mocks base method.
254
>
m.ctrl.T.Helper()
255
>
ret := m.ctrl.Call(m, "GetWorkflowID")
256
>
ret0, _ := ret[0].(string)
257
>
return ret0
258
>
}
259
260
// GetWorkflowID indicates an expected call of GetWorkflowID.
261
>
func (mr *MockExecutableMockRecorder) GetWorkflowID() *gomock.Call {
executable_mock.go
262
>
mr.mock.ctrl.T.Helper()
263
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetWorkflowID", reflect.TypeOf((*MockExecutable)(nil).GetWorkflowID))
264
>
}
265
266
// HandleErr mocks base method.