Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTasksDescriber ¶
type MockTasksDescriber struct {
// contains filtered or unexported fields
}
MockTasksDescriber is a mock of TasksDescriber interface
func NewMockTasksDescriber ¶
func NewMockTasksDescriber(ctrl *gomock.Controller) *MockTasksDescriber
NewMockTasksDescriber creates a new mock instance
func (*MockTasksDescriber) DescribeTasks ¶
DescribeTasks mocks base method
func (*MockTasksDescriber) EXPECT ¶
func (m *MockTasksDescriber) EXPECT() *MockTasksDescriberMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockTasksDescriberMockRecorder ¶
type MockTasksDescriberMockRecorder struct {
// contains filtered or unexported fields
}
MockTasksDescriberMockRecorder is the mock recorder for MockTasksDescriber
func (*MockTasksDescriberMockRecorder) DescribeTasks ¶
func (mr *MockTasksDescriberMockRecorder) DescribeTasks(cluster, taskARNs interface{}) *gomock.Call
DescribeTasks indicates an expected call of DescribeTasks
type MocklogGetter ¶
type MocklogGetter struct {
// contains filtered or unexported fields
}
MocklogGetter is a mock of logGetter interface
func NewMocklogGetter ¶
func NewMocklogGetter(ctrl *gomock.Controller) *MocklogGetter
NewMocklogGetter creates a new mock instance
func (*MocklogGetter) EXPECT ¶
func (m *MocklogGetter) EXPECT() *MocklogGetterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MocklogGetter) LogEvents ¶
func (m *MocklogGetter) LogEvents(opts cloudwatchlogs.LogEventsOpts) (*cloudwatchlogs.LogEventsOutput, error)
LogEvents mocks base method
type MocklogGetterMockRecorder ¶
type MocklogGetterMockRecorder struct {
// contains filtered or unexported fields
}
MocklogGetterMockRecorder is the mock recorder for MocklogGetter
func (*MocklogGetterMockRecorder) LogEvents ¶
func (mr *MocklogGetterMockRecorder) LogEvents(opts interface{}) *gomock.Call
LogEvents indicates an expected call of LogEvents