mock_api

package
v1.23.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 7, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_api is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockECSClient

type MockECSClient struct {
	// contains filtered or unexported fields
}

MockECSClient is a mock of ECSClient interface

func NewMockECSClient

func NewMockECSClient(ctrl *gomock.Controller) *MockECSClient

NewMockECSClient creates a new mock instance

func (*MockECSClient) DiscoverPollEndpoint

func (m *MockECSClient) DiscoverPollEndpoint(arg0 string) (string, error)

DiscoverPollEndpoint mocks base method

func (*MockECSClient) DiscoverTelemetryEndpoint added in v1.2.0

func (m *MockECSClient) DiscoverTelemetryEndpoint(arg0 string) (string, error)

DiscoverTelemetryEndpoint mocks base method

func (*MockECSClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockECSClient) RegisterContainerInstance

func (m *MockECSClient) RegisterContainerInstance(arg0 string, arg1 []*ecs.Attribute, arg2 []*ecs.Tag, arg3 string) (string, string, error)

RegisterContainerInstance mocks base method

func (*MockECSClient) SubmitContainerStateChange

func (m *MockECSClient) SubmitContainerStateChange(arg0 api.ContainerStateChange) error

SubmitContainerStateChange mocks base method

func (*MockECSClient) SubmitTaskStateChange

func (m *MockECSClient) SubmitTaskStateChange(arg0 api.TaskStateChange) error

SubmitTaskStateChange mocks base method

type MockECSClientMockRecorder added in v1.17.3

type MockECSClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockECSClientMockRecorder is the mock recorder for MockECSClient

func (*MockECSClientMockRecorder) DiscoverPollEndpoint added in v1.17.3

func (mr *MockECSClientMockRecorder) DiscoverPollEndpoint(arg0 interface{}) *gomock.Call

DiscoverPollEndpoint indicates an expected call of DiscoverPollEndpoint

func (*MockECSClientMockRecorder) DiscoverTelemetryEndpoint added in v1.17.3

func (mr *MockECSClientMockRecorder) DiscoverTelemetryEndpoint(arg0 interface{}) *gomock.Call

DiscoverTelemetryEndpoint indicates an expected call of DiscoverTelemetryEndpoint

func (*MockECSClientMockRecorder) RegisterContainerInstance added in v1.17.3

func (mr *MockECSClientMockRecorder) RegisterContainerInstance(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

RegisterContainerInstance indicates an expected call of RegisterContainerInstance

func (*MockECSClientMockRecorder) SubmitContainerStateChange added in v1.17.3

func (mr *MockECSClientMockRecorder) SubmitContainerStateChange(arg0 interface{}) *gomock.Call

SubmitContainerStateChange indicates an expected call of SubmitContainerStateChange

func (*MockECSClientMockRecorder) SubmitTaskStateChange added in v1.17.3

func (mr *MockECSClientMockRecorder) SubmitTaskStateChange(arg0 interface{}) *gomock.Call

SubmitTaskStateChange indicates an expected call of SubmitTaskStateChange

type MockECSSDK

type MockECSSDK struct {
	// contains filtered or unexported fields
}

MockECSSDK is a mock of ECSSDK interface

func NewMockECSSDK

func NewMockECSSDK(ctrl *gomock.Controller) *MockECSSDK

NewMockECSSDK creates a new mock instance

func (*MockECSSDK) CreateCluster

func (m *MockECSSDK) CreateCluster(arg0 *ecs.CreateClusterInput) (*ecs.CreateClusterOutput, error)

CreateCluster mocks base method

func (*MockECSSDK) DiscoverPollEndpoint

func (m *MockECSSDK) DiscoverPollEndpoint(arg0 *ecs.DiscoverPollEndpointInput) (*ecs.DiscoverPollEndpointOutput, error)

DiscoverPollEndpoint mocks base method

func (*MockECSSDK) EXPECT

func (m *MockECSSDK) EXPECT() *MockECSSDKMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockECSSDK) RegisterContainerInstance

RegisterContainerInstance mocks base method

type MockECSSDKMockRecorder added in v1.17.3

type MockECSSDKMockRecorder struct {
	// contains filtered or unexported fields
}

MockECSSDKMockRecorder is the mock recorder for MockECSSDK

func (*MockECSSDKMockRecorder) CreateCluster added in v1.17.3

func (mr *MockECSSDKMockRecorder) CreateCluster(arg0 interface{}) *gomock.Call

CreateCluster indicates an expected call of CreateCluster

func (*MockECSSDKMockRecorder) DiscoverPollEndpoint added in v1.17.3

func (mr *MockECSSDKMockRecorder) DiscoverPollEndpoint(arg0 interface{}) *gomock.Call

DiscoverPollEndpoint indicates an expected call of DiscoverPollEndpoint

func (*MockECSSDKMockRecorder) RegisterContainerInstance added in v1.17.3

func (mr *MockECSSDKMockRecorder) RegisterContainerInstance(arg0 interface{}) *gomock.Call

RegisterContainerInstance indicates an expected call of RegisterContainerInstance

type MockECSSubmitStateSDK added in v1.4.0

type MockECSSubmitStateSDK struct {
	// contains filtered or unexported fields
}

MockECSSubmitStateSDK is a mock of ECSSubmitStateSDK interface

func NewMockECSSubmitStateSDK added in v1.4.0

func NewMockECSSubmitStateSDK(ctrl *gomock.Controller) *MockECSSubmitStateSDK

NewMockECSSubmitStateSDK creates a new mock instance

func (*MockECSSubmitStateSDK) EXPECT added in v1.4.0

EXPECT returns an object that allows the caller to indicate expected use

func (*MockECSSubmitStateSDK) SubmitContainerStateChange added in v1.4.0

SubmitContainerStateChange mocks base method

func (*MockECSSubmitStateSDK) SubmitTaskStateChange added in v1.4.0

SubmitTaskStateChange mocks base method

type MockECSSubmitStateSDKMockRecorder added in v1.17.3

type MockECSSubmitStateSDKMockRecorder struct {
	// contains filtered or unexported fields
}

MockECSSubmitStateSDKMockRecorder is the mock recorder for MockECSSubmitStateSDK

func (*MockECSSubmitStateSDKMockRecorder) SubmitContainerStateChange added in v1.17.3

func (mr *MockECSSubmitStateSDKMockRecorder) SubmitContainerStateChange(arg0 interface{}) *gomock.Call

SubmitContainerStateChange indicates an expected call of SubmitContainerStateChange

func (*MockECSSubmitStateSDKMockRecorder) SubmitTaskStateChange added in v1.17.3

func (mr *MockECSSubmitStateSDKMockRecorder) SubmitTaskStateChange(arg0 interface{}) *gomock.Call

SubmitTaskStateChange indicates an expected call of SubmitTaskStateChange

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL