|
@@ -1,8 +1,8 @@
|
|
|
// Code generated by MockGen. DO NOT EDIT.
|
|
// Code generated by MockGen. DO NOT EDIT.
|
|
|
// Source: github.com/docker/ecs-plugin/pkg/amazon (interfaces: API)
|
|
// Source: github.com/docker/ecs-plugin/pkg/amazon (interfaces: API)
|
|
|
|
|
|
|
|
-// Package mock is a generated GoMock package.
|
|
|
|
|
-package mock
|
|
|
|
|
|
|
+// Package amazon is a generated GoMock package.
|
|
|
|
|
+package amazon
|
|
|
|
|
|
|
|
import (
|
|
import (
|
|
|
context "context"
|
|
context "context"
|
|
@@ -153,17 +153,17 @@ func (mr *MockAPIMockRecorder) GetDefaultVPC(arg0 interface{}) *gomock.Call {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// GetLogs mocks base method
|
|
// GetLogs mocks base method
|
|
|
-func (m *MockAPI) GetLogs(arg0 context.Context, arg1 string) error {
|
|
|
|
|
|
|
+func (m *MockAPI) GetLogs(arg0 context.Context, arg1 string, arg2 LogConsumer) error {
|
|
|
m.ctrl.T.Helper()
|
|
m.ctrl.T.Helper()
|
|
|
- ret := m.ctrl.Call(m, "GetLogs", arg0, arg1)
|
|
|
|
|
|
|
+ ret := m.ctrl.Call(m, "GetLogs", arg0, arg1, arg2)
|
|
|
ret0, _ := ret[0].(error)
|
|
ret0, _ := ret[0].(error)
|
|
|
return ret0
|
|
return ret0
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// GetLogs indicates an expected call of GetLogs
|
|
// GetLogs indicates an expected call of GetLogs
|
|
|
-func (mr *MockAPIMockRecorder) GetLogs(arg0, arg1 interface{}) *gomock.Call {
|
|
|
|
|
|
|
+func (mr *MockAPIMockRecorder) GetLogs(arg0, arg1, arg2 interface{}) *gomock.Call {
|
|
|
mr.mock.ctrl.T.Helper()
|
|
mr.mock.ctrl.T.Helper()
|
|
|
- return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetLogs", reflect.TypeOf((*MockAPI)(nil).GetLogs), arg0, arg1)
|
|
|
|
|
|
|
+ return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetLogs", reflect.TypeOf((*MockAPI)(nil).GetLogs), arg0, arg1, arg2)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// GetNetworkInterfaces mocks base method
|
|
// GetNetworkInterfaces mocks base method
|