mocks

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

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 MockHumanJSONStringer added in v0.0.8

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

MockHumanJSONStringer is a mock of HumanJSONStringer interface

func NewMockHumanJSONStringer added in v0.0.8

func NewMockHumanJSONStringer(ctrl *gomock.Controller) *MockHumanJSONStringer

NewMockHumanJSONStringer creates a new mock instance

func (*MockHumanJSONStringer) EXPECT added in v0.0.8

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

func (*MockHumanJSONStringer) HumanString added in v0.0.8

func (m *MockHumanJSONStringer) HumanString() string

HumanString mocks base method

func (*MockHumanJSONStringer) JSONString added in v0.0.8

func (m *MockHumanJSONStringer) JSONString() (string, error)

JSONString mocks base method

type MockHumanJSONStringerMockRecorder added in v0.0.8

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

MockHumanJSONStringerMockRecorder is the mock recorder for MockHumanJSONStringer

func (*MockHumanJSONStringerMockRecorder) HumanString added in v0.0.8

func (mr *MockHumanJSONStringerMockRecorder) HumanString() *gomock.Call

HumanString indicates an expected call of HumanString

func (*MockHumanJSONStringerMockRecorder) JSONString added in v0.0.8

func (mr *MockHumanJSONStringerMockRecorder) JSONString() *gomock.Call

JSONString indicates an expected call of JSONString

type MockalarmStatusGetter added in v0.0.8

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

MockalarmStatusGetter is a mock of alarmStatusGetter interface

func NewMockalarmStatusGetter added in v0.0.8

func NewMockalarmStatusGetter(ctrl *gomock.Controller) *MockalarmStatusGetter

NewMockalarmStatusGetter creates a new mock instance

func (*MockalarmStatusGetter) EXPECT added in v0.0.8

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

func (*MockalarmStatusGetter) GetAlarmsWithTags added in v0.0.8

func (m *MockalarmStatusGetter) GetAlarmsWithTags(tags map[string]string) ([]cloudwatch.AlarmStatus, error)

GetAlarmsWithTags mocks base method

type MockalarmStatusGetterMockRecorder added in v0.0.8

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

MockalarmStatusGetterMockRecorder is the mock recorder for MockalarmStatusGetter

func (*MockalarmStatusGetterMockRecorder) GetAlarmsWithTags added in v0.0.8

func (mr *MockalarmStatusGetterMockRecorder) GetAlarmsWithTags(tags interface{}) *gomock.Call

GetAlarmsWithTags indicates an expected call of GetAlarmsWithTags

type MockcfnStackDescriber added in v0.0.8

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

MockcfnStackDescriber is a mock of cfnStackDescriber interface

func NewMockcfnStackDescriber added in v0.0.8

func NewMockcfnStackDescriber(ctrl *gomock.Controller) *MockcfnStackDescriber

NewMockcfnStackDescriber creates a new mock instance

func (*MockcfnStackDescriber) DescribeStackResources added in v0.0.8

DescribeStackResources mocks base method

func (*MockcfnStackDescriber) DescribeStacks added in v0.0.8

DescribeStacks mocks base method

func (*MockcfnStackDescriber) EXPECT added in v0.0.8

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

type MockcfnStackDescriberMockRecorder added in v0.0.8

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

MockcfnStackDescriberMockRecorder is the mock recorder for MockcfnStackDescriber

func (*MockcfnStackDescriberMockRecorder) DescribeStackResources added in v0.0.8

func (mr *MockcfnStackDescriberMockRecorder) DescribeStackResources(input interface{}) *gomock.Call

DescribeStackResources indicates an expected call of DescribeStackResources

func (*MockcfnStackDescriberMockRecorder) DescribeStacks added in v0.0.8

func (mr *MockcfnStackDescriberMockRecorder) DescribeStacks(input interface{}) *gomock.Call

DescribeStacks indicates an expected call of DescribeStacks

type MockecsClient added in v0.1.0

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

MockecsClient is a mock of ecsClient interface

func NewMockecsClient added in v0.1.0

func NewMockecsClient(ctrl *gomock.Controller) *MockecsClient

NewMockecsClient creates a new mock instance

func (*MockecsClient) EXPECT added in v0.1.0

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

func (*MockecsClient) TaskDefinition added in v0.1.0

func (m *MockecsClient) TaskDefinition(taskDefName string) (*ecs.TaskDefinition, error)

TaskDefinition mocks base method

type MockecsClientMockRecorder added in v0.1.0

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

MockecsClientMockRecorder is the mock recorder for MockecsClient

func (*MockecsClientMockRecorder) TaskDefinition added in v0.1.0

func (mr *MockecsClientMockRecorder) TaskDefinition(taskDefName interface{}) *gomock.Call

TaskDefinition indicates an expected call of TaskDefinition

type MockecsServiceGetter added in v0.0.8

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

MockecsServiceGetter is a mock of ecsServiceGetter interface

func NewMockecsServiceGetter added in v0.0.8

func NewMockecsServiceGetter(ctrl *gomock.Controller) *MockecsServiceGetter

NewMockecsServiceGetter creates a new mock instance

func (*MockecsServiceGetter) EXPECT added in v0.0.8

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

func (*MockecsServiceGetter) Service added in v0.0.8

func (m *MockecsServiceGetter) Service(clusterName, serviceName string) (*ecs.Service, error)

Service mocks base method

func (*MockecsServiceGetter) ServiceTasks added in v0.0.8

func (m *MockecsServiceGetter) ServiceTasks(clusterName, serviceName string) ([]*ecs.Task, error)

ServiceTasks mocks base method

type MockecsServiceGetterMockRecorder added in v0.0.8

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

MockecsServiceGetterMockRecorder is the mock recorder for MockecsServiceGetter

func (*MockecsServiceGetterMockRecorder) Service added in v0.0.8

func (mr *MockecsServiceGetterMockRecorder) Service(clusterName, serviceName interface{}) *gomock.Call

Service indicates an expected call of Service

func (*MockecsServiceGetterMockRecorder) ServiceTasks added in v0.0.8

func (mr *MockecsServiceGetterMockRecorder) ServiceTasks(clusterName, serviceName interface{}) *gomock.Call

ServiceTasks indicates an expected call of ServiceTasks

type MockpipelineGetter added in v0.1.0

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

MockpipelineGetter is a mock of pipelineGetter interface

func NewMockpipelineGetter added in v0.1.0

func NewMockpipelineGetter(ctrl *gomock.Controller) *MockpipelineGetter

NewMockpipelineGetter creates a new mock instance

func (*MockpipelineGetter) EXPECT added in v0.1.0

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

func (*MockpipelineGetter) GetPipeline added in v0.1.0

func (m *MockpipelineGetter) GetPipeline(pipelineName string) (*codepipeline.Pipeline, error)

GetPipeline mocks base method

type MockpipelineGetterMockRecorder added in v0.1.0

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

MockpipelineGetterMockRecorder is the mock recorder for MockpipelineGetter

func (*MockpipelineGetterMockRecorder) GetPipeline added in v0.1.0

func (mr *MockpipelineGetterMockRecorder) GetPipeline(pipelineName interface{}) *gomock.Call

GetPipeline indicates an expected call of GetPipeline

type MockpipelineStateGetter added in v0.1.0

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

MockpipelineStateGetter is a mock of pipelineStateGetter interface

func NewMockpipelineStateGetter added in v0.1.0

func NewMockpipelineStateGetter(ctrl *gomock.Controller) *MockpipelineStateGetter

NewMockpipelineStateGetter creates a new mock instance

func (*MockpipelineStateGetter) EXPECT added in v0.1.0

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

func (*MockpipelineStateGetter) GetPipelineState added in v0.1.0

func (m *MockpipelineStateGetter) GetPipelineState(pipelineName string) (*codepipeline.PipelineState, error)

GetPipelineState mocks base method

type MockpipelineStateGetterMockRecorder added in v0.1.0

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

MockpipelineStateGetterMockRecorder is the mock recorder for MockpipelineStateGetter

func (*MockpipelineStateGetterMockRecorder) GetPipelineState added in v0.1.0

func (mr *MockpipelineStateGetterMockRecorder) GetPipelineState(pipelineName interface{}) *gomock.Call

GetPipelineState indicates an expected call of GetPipelineState

type MockresourceGroupsClient added in v0.1.0

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

MockresourceGroupsClient is a mock of resourceGroupsClient interface

func NewMockresourceGroupsClient added in v0.1.0

func NewMockresourceGroupsClient(ctrl *gomock.Controller) *MockresourceGroupsClient

NewMockresourceGroupsClient creates a new mock instance

func (*MockresourceGroupsClient) EXPECT added in v0.1.0

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

func (*MockresourceGroupsClient) GetResourcesByTags added in v0.1.0

func (m *MockresourceGroupsClient) GetResourcesByTags(resourceType string, tags map[string]string) ([]string, error)

GetResourcesByTags mocks base method

type MockresourceGroupsClientMockRecorder added in v0.1.0

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

MockresourceGroupsClientMockRecorder is the mock recorder for MockresourceGroupsClient

func (*MockresourceGroupsClientMockRecorder) GetResourcesByTags added in v0.1.0

func (mr *MockresourceGroupsClientMockRecorder) GetResourcesByTags(resourceType, tags interface{}) *gomock.Call

GetResourcesByTags indicates an expected call of GetResourcesByTags

type MockserviceArnGetter added in v0.0.8

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

MockserviceArnGetter is a mock of serviceArnGetter interface

func NewMockserviceArnGetter added in v0.0.8

func NewMockserviceArnGetter(ctrl *gomock.Controller) *MockserviceArnGetter

NewMockserviceArnGetter creates a new mock instance

func (*MockserviceArnGetter) EXPECT added in v0.0.8

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

func (*MockserviceArnGetter) GetServiceArn added in v0.0.8

func (m *MockserviceArnGetter) GetServiceArn() (*ecs.ServiceArn, error)

GetServiceArn mocks base method

type MockserviceArnGetterMockRecorder added in v0.0.8

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

MockserviceArnGetterMockRecorder is the mock recorder for MockserviceArnGetter

func (*MockserviceArnGetterMockRecorder) GetServiceArn added in v0.0.8

func (mr *MockserviceArnGetterMockRecorder) GetServiceArn() *gomock.Call

GetServiceArn indicates an expected call of GetServiceArn

type MockstackAndResourcesDescriber added in v0.0.8

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

MockstackAndResourcesDescriber is a mock of stackAndResourcesDescriber interface

func NewMockstackAndResourcesDescriber added in v0.0.8

func NewMockstackAndResourcesDescriber(ctrl *gomock.Controller) *MockstackAndResourcesDescriber

NewMockstackAndResourcesDescriber creates a new mock instance

func (*MockstackAndResourcesDescriber) EXPECT added in v0.0.8

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

func (*MockstackAndResourcesDescriber) Stack added in v0.0.8

Stack mocks base method

func (*MockstackAndResourcesDescriber) StackResources added in v0.0.8

func (m *MockstackAndResourcesDescriber) StackResources(stackName string) ([]*cloudformation.StackResource, error)

StackResources mocks base method

type MockstackAndResourcesDescriberMockRecorder added in v0.0.8

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

MockstackAndResourcesDescriberMockRecorder is the mock recorder for MockstackAndResourcesDescriber

func (*MockstackAndResourcesDescriberMockRecorder) Stack added in v0.0.8

func (mr *MockstackAndResourcesDescriberMockRecorder) Stack(stackName interface{}) *gomock.Call

Stack indicates an expected call of Stack

func (*MockstackAndResourcesDescriberMockRecorder) StackResources added in v0.0.8

func (mr *MockstackAndResourcesDescriberMockRecorder) StackResources(stackName interface{}) *gomock.Call

StackResources indicates an expected call of StackResources

type MockstackResourcesDescriber added in v0.1.0

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

MockstackResourcesDescriber is a mock of stackResourcesDescriber interface

func NewMockstackResourcesDescriber added in v0.1.0

func NewMockstackResourcesDescriber(ctrl *gomock.Controller) *MockstackResourcesDescriber

NewMockstackResourcesDescriber creates a new mock instance

func (*MockstackResourcesDescriber) EXPECT added in v0.1.0

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

func (*MockstackResourcesDescriber) StackResources added in v0.1.0

func (m *MockstackResourcesDescriber) StackResources(stackName string) ([]*cloudformation.StackResource, error)

StackResources mocks base method

type MockstackResourcesDescriberMockRecorder added in v0.1.0

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

MockstackResourcesDescriberMockRecorder is the mock recorder for MockstackResourcesDescriber

func (*MockstackResourcesDescriberMockRecorder) StackResources added in v0.1.0

func (mr *MockstackResourcesDescriberMockRecorder) StackResources(stackName interface{}) *gomock.Call

StackResources indicates an expected call of StackResources

type MockstoreSvc added in v0.0.8

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

MockstoreSvc is a mock of storeSvc interface

func NewMockstoreSvc added in v0.0.8

func NewMockstoreSvc(ctrl *gomock.Controller) *MockstoreSvc

NewMockstoreSvc creates a new mock instance

func (*MockstoreSvc) EXPECT added in v0.0.8

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

func (*MockstoreSvc) GetEnvironment added in v0.0.8

func (m *MockstoreSvc) GetEnvironment(appName, environmentName string) (*config.Environment, error)

GetEnvironment mocks base method

func (*MockstoreSvc) ListEnvironments added in v0.0.8

func (m *MockstoreSvc) ListEnvironments(appName string) ([]*config.Environment, error)

ListEnvironments mocks base method

type MockstoreSvcMockRecorder added in v0.0.8

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

MockstoreSvcMockRecorder is the mock recorder for MockstoreSvc

func (*MockstoreSvcMockRecorder) GetEnvironment added in v0.0.8

func (mr *MockstoreSvcMockRecorder) GetEnvironment(appName, environmentName interface{}) *gomock.Call

GetEnvironment indicates an expected call of GetEnvironment

func (*MockstoreSvcMockRecorder) ListEnvironments added in v0.0.8

func (mr *MockstoreSvcMockRecorder) ListEnvironments(appName interface{}) *gomock.Call

ListEnvironments indicates an expected call of ListEnvironments

type MocksvcDescriber added in v0.1.0

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

MocksvcDescriber is a mock of svcDescriber interface

func NewMocksvcDescriber added in v0.1.0

func NewMocksvcDescriber(ctrl *gomock.Controller) *MocksvcDescriber

NewMocksvcDescriber creates a new mock instance

func (*MocksvcDescriber) EXPECT added in v0.1.0

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

func (*MocksvcDescriber) EnvOutputs added in v0.1.0

func (m *MocksvcDescriber) EnvOutputs() (map[string]string, error)

EnvOutputs mocks base method

func (*MocksvcDescriber) EnvVars added in v0.1.0

func (m *MocksvcDescriber) EnvVars() (map[string]string, error)

EnvVars mocks base method

func (*MocksvcDescriber) GetServiceArn added in v0.1.0

func (m *MocksvcDescriber) GetServiceArn() (*ecs.ServiceArn, error)

GetServiceArn mocks base method

func (*MocksvcDescriber) Params added in v0.1.0

func (m *MocksvcDescriber) Params() (map[string]string, error)

Params mocks base method

func (*MocksvcDescriber) ServiceStackResources added in v0.1.0

func (m *MocksvcDescriber) ServiceStackResources() ([]*cloudformation.StackResource, error)

ServiceStackResources mocks base method

type MocksvcDescriberMockRecorder added in v0.1.0

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

MocksvcDescriberMockRecorder is the mock recorder for MocksvcDescriber

func (*MocksvcDescriberMockRecorder) EnvOutputs added in v0.1.0

func (mr *MocksvcDescriberMockRecorder) EnvOutputs() *gomock.Call

EnvOutputs indicates an expected call of EnvOutputs

func (*MocksvcDescriberMockRecorder) EnvVars added in v0.1.0

func (mr *MocksvcDescriberMockRecorder) EnvVars() *gomock.Call

EnvVars indicates an expected call of EnvVars

func (*MocksvcDescriberMockRecorder) GetServiceArn added in v0.1.0

func (mr *MocksvcDescriberMockRecorder) GetServiceArn() *gomock.Call

GetServiceArn indicates an expected call of GetServiceArn

func (*MocksvcDescriberMockRecorder) Params added in v0.1.0

Params indicates an expected call of Params

func (*MocksvcDescriberMockRecorder) ServiceStackResources added in v0.1.0

func (mr *MocksvcDescriberMockRecorder) ServiceStackResources() *gomock.Call

ServiceStackResources indicates an expected call of ServiceStackResources

Jump to

Keyboard shortcuts

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