mocks

package
v0.0.0-...-c09f523 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2019 License: MIT-0 Imports: 11 Imported by: 0

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 MockImageCloser

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

MockImageCloser is a mock of ImageCloser interface

func NewMockImageCloser

func NewMockImageCloser(ctrl *gomock.Controller) *MockImageCloser

NewMockImageCloser creates a new mock instance

func (*MockImageCloser) Close

func (m *MockImageCloser) Close() error

Close mocks base method

func (*MockImageCloser) ConfigBlob

func (m *MockImageCloser) ConfigBlob(arg0 context.Context) ([]byte, error)

ConfigBlob mocks base method

func (*MockImageCloser) ConfigInfo

func (m *MockImageCloser) ConfigInfo() types.BlobInfo

ConfigInfo mocks base method

func (*MockImageCloser) EXPECT

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

func (*MockImageCloser) EmbeddedDockerReferenceConflicts

func (m *MockImageCloser) EmbeddedDockerReferenceConflicts(arg0 reference.Named) bool

EmbeddedDockerReferenceConflicts mocks base method

func (*MockImageCloser) Inspect

Inspect mocks base method

func (*MockImageCloser) LayerInfos

func (m *MockImageCloser) LayerInfos() []types.BlobInfo

LayerInfos mocks base method

func (*MockImageCloser) LayerInfosForCopy

func (m *MockImageCloser) LayerInfosForCopy(arg0 context.Context) ([]types.BlobInfo, error)

LayerInfosForCopy mocks base method

func (*MockImageCloser) Manifest

func (m *MockImageCloser) Manifest(arg0 context.Context) ([]byte, string, error)

Manifest mocks base method

func (*MockImageCloser) OCIConfig

func (m *MockImageCloser) OCIConfig(arg0 context.Context) (*v1.Image, error)

OCIConfig mocks base method

func (*MockImageCloser) Reference

func (m *MockImageCloser) Reference() types.ImageReference

Reference mocks base method

func (*MockImageCloser) Signatures

func (m *MockImageCloser) Signatures(arg0 context.Context) ([][]byte, error)

Signatures mocks base method

func (*MockImageCloser) Size

func (m *MockImageCloser) Size() (int64, error)

Size mocks base method

func (*MockImageCloser) UpdatedImage

func (m *MockImageCloser) UpdatedImage(arg0 context.Context, arg1 types.ManifestUpdateOptions) (types.Image, error)

UpdatedImage mocks base method

func (*MockImageCloser) UpdatedImageNeedsLayerDiffIDs

func (m *MockImageCloser) UpdatedImageNeedsLayerDiffIDs(arg0 types.ManifestUpdateOptions) bool

UpdatedImageNeedsLayerDiffIDs mocks base method

type MockImageCloserMockRecorder

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

MockImageCloserMockRecorder is the mock recorder for MockImageCloser

func (*MockImageCloserMockRecorder) Close

Close indicates an expected call of Close

func (*MockImageCloserMockRecorder) ConfigBlob

func (mr *MockImageCloserMockRecorder) ConfigBlob(arg0 interface{}) *gomock.Call

ConfigBlob indicates an expected call of ConfigBlob

func (*MockImageCloserMockRecorder) ConfigInfo

func (mr *MockImageCloserMockRecorder) ConfigInfo() *gomock.Call

ConfigInfo indicates an expected call of ConfigInfo

func (*MockImageCloserMockRecorder) EmbeddedDockerReferenceConflicts

func (mr *MockImageCloserMockRecorder) EmbeddedDockerReferenceConflicts(arg0 interface{}) *gomock.Call

EmbeddedDockerReferenceConflicts indicates an expected call of EmbeddedDockerReferenceConflicts

func (*MockImageCloserMockRecorder) Inspect

func (mr *MockImageCloserMockRecorder) Inspect(arg0 interface{}) *gomock.Call

Inspect indicates an expected call of Inspect

func (*MockImageCloserMockRecorder) LayerInfos

func (mr *MockImageCloserMockRecorder) LayerInfos() *gomock.Call

LayerInfos indicates an expected call of LayerInfos

func (*MockImageCloserMockRecorder) LayerInfosForCopy

func (mr *MockImageCloserMockRecorder) LayerInfosForCopy(arg0 interface{}) *gomock.Call

LayerInfosForCopy indicates an expected call of LayerInfosForCopy

func (*MockImageCloserMockRecorder) Manifest

func (mr *MockImageCloserMockRecorder) Manifest(arg0 interface{}) *gomock.Call

Manifest indicates an expected call of Manifest

func (*MockImageCloserMockRecorder) OCIConfig

func (mr *MockImageCloserMockRecorder) OCIConfig(arg0 interface{}) *gomock.Call

OCIConfig indicates an expected call of OCIConfig

func (*MockImageCloserMockRecorder) Reference

func (mr *MockImageCloserMockRecorder) Reference() *gomock.Call

Reference indicates an expected call of Reference

func (*MockImageCloserMockRecorder) Signatures

func (mr *MockImageCloserMockRecorder) Signatures(arg0 interface{}) *gomock.Call

Signatures indicates an expected call of Signatures

func (*MockImageCloserMockRecorder) Size

Size indicates an expected call of Size

func (*MockImageCloserMockRecorder) UpdatedImage

func (mr *MockImageCloserMockRecorder) UpdatedImage(arg0, arg1 interface{}) *gomock.Call

UpdatedImage indicates an expected call of UpdatedImage

func (*MockImageCloserMockRecorder) UpdatedImageNeedsLayerDiffIDs

func (mr *MockImageCloserMockRecorder) UpdatedImageNeedsLayerDiffIDs(arg0 interface{}) *gomock.Call

UpdatedImageNeedsLayerDiffIDs indicates an expected call of UpdatedImageNeedsLayerDiffIDs

type MockImageSource

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

MockImageSource is a mock of ImageSource interface

func NewMockImageSource

func NewMockImageSource(ctrl *gomock.Controller) *MockImageSource

NewMockImageSource creates a new mock instance

func (*MockImageSource) Close

func (m *MockImageSource) Close() error

Close mocks base method

func (*MockImageSource) EXPECT

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

func (*MockImageSource) GetBlob

GetBlob mocks base method

func (*MockImageSource) GetManifest

func (m *MockImageSource) GetManifest(arg0 context.Context, arg1 *go_digest.Digest) ([]byte, string, error)

GetManifest mocks base method

func (*MockImageSource) GetSignatures

func (m *MockImageSource) GetSignatures(arg0 context.Context, arg1 *go_digest.Digest) ([][]byte, error)

GetSignatures mocks base method

func (*MockImageSource) HasThreadSafeGetBlob

func (m *MockImageSource) HasThreadSafeGetBlob() bool

HasThreadSafeGetBlob mocks base method

func (*MockImageSource) LayerInfosForCopy

func (m *MockImageSource) LayerInfosForCopy(arg0 context.Context) ([]types.BlobInfo, error)

LayerInfosForCopy mocks base method

func (*MockImageSource) Reference

func (m *MockImageSource) Reference() types.ImageReference

Reference mocks base method

type MockImageSourceMockRecorder

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

MockImageSourceMockRecorder is the mock recorder for MockImageSource

func (*MockImageSourceMockRecorder) Close

Close indicates an expected call of Close

func (*MockImageSourceMockRecorder) GetBlob

func (mr *MockImageSourceMockRecorder) GetBlob(arg0, arg1, arg2 interface{}) *gomock.Call

GetBlob indicates an expected call of GetBlob

func (*MockImageSourceMockRecorder) GetManifest

func (mr *MockImageSourceMockRecorder) GetManifest(arg0, arg1 interface{}) *gomock.Call

GetManifest indicates an expected call of GetManifest

func (*MockImageSourceMockRecorder) GetSignatures

func (mr *MockImageSourceMockRecorder) GetSignatures(arg0, arg1 interface{}) *gomock.Call

GetSignatures indicates an expected call of GetSignatures

func (*MockImageSourceMockRecorder) HasThreadSafeGetBlob

func (mr *MockImageSourceMockRecorder) HasThreadSafeGetBlob() *gomock.Call

HasThreadSafeGetBlob indicates an expected call of HasThreadSafeGetBlob

func (*MockImageSourceMockRecorder) LayerInfosForCopy

func (mr *MockImageSourceMockRecorder) LayerInfosForCopy(arg0 interface{}) *gomock.Call

LayerInfosForCopy indicates an expected call of LayerInfosForCopy

func (*MockImageSourceMockRecorder) Reference

func (mr *MockImageSourceMockRecorder) Reference() *gomock.Call

Reference indicates an expected call of Reference

type MockLambdaAPI

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

MockLambdaAPI is a mock of LambdaAPI interface

func NewMockLambdaAPI

func NewMockLambdaAPI(ctrl *gomock.Controller) *MockLambdaAPI

NewMockLambdaAPI creates a new mock instance

func (*MockLambdaAPI) AddLayerVersionPermission

AddLayerVersionPermission mocks base method

func (*MockLambdaAPI) AddLayerVersionPermissionRequest

AddLayerVersionPermissionRequest mocks base method

func (*MockLambdaAPI) AddLayerVersionPermissionWithContext

func (m *MockLambdaAPI) AddLayerVersionPermissionWithContext(arg0 aws.Context, arg1 *lambda.AddLayerVersionPermissionInput, arg2 ...request.Option) (*lambda.AddLayerVersionPermissionOutput, error)

AddLayerVersionPermissionWithContext mocks base method

func (*MockLambdaAPI) AddPermission

AddPermission mocks base method

func (*MockLambdaAPI) AddPermissionRequest

func (m *MockLambdaAPI) AddPermissionRequest(arg0 *lambda.AddPermissionInput) (*request.Request, *lambda.AddPermissionOutput)

AddPermissionRequest mocks base method

func (*MockLambdaAPI) AddPermissionWithContext

func (m *MockLambdaAPI) AddPermissionWithContext(arg0 aws.Context, arg1 *lambda.AddPermissionInput, arg2 ...request.Option) (*lambda.AddPermissionOutput, error)

AddPermissionWithContext mocks base method

func (*MockLambdaAPI) CreateAlias

CreateAlias mocks base method

func (*MockLambdaAPI) CreateAliasRequest

func (m *MockLambdaAPI) CreateAliasRequest(arg0 *lambda.CreateAliasInput) (*request.Request, *lambda.AliasConfiguration)

CreateAliasRequest mocks base method

func (*MockLambdaAPI) CreateAliasWithContext

func (m *MockLambdaAPI) CreateAliasWithContext(arg0 aws.Context, arg1 *lambda.CreateAliasInput, arg2 ...request.Option) (*lambda.AliasConfiguration, error)

CreateAliasWithContext mocks base method

func (*MockLambdaAPI) CreateEventSourceMapping

CreateEventSourceMapping mocks base method

func (*MockLambdaAPI) CreateEventSourceMappingRequest

CreateEventSourceMappingRequest mocks base method

func (*MockLambdaAPI) CreateEventSourceMappingWithContext

func (m *MockLambdaAPI) CreateEventSourceMappingWithContext(arg0 aws.Context, arg1 *lambda.CreateEventSourceMappingInput, arg2 ...request.Option) (*lambda.EventSourceMappingConfiguration, error)

CreateEventSourceMappingWithContext mocks base method

func (*MockLambdaAPI) CreateFunction

CreateFunction mocks base method

func (*MockLambdaAPI) CreateFunctionRequest

CreateFunctionRequest mocks base method

func (*MockLambdaAPI) CreateFunctionWithContext

func (m *MockLambdaAPI) CreateFunctionWithContext(arg0 aws.Context, arg1 *lambda.CreateFunctionInput, arg2 ...request.Option) (*lambda.FunctionConfiguration, error)

CreateFunctionWithContext mocks base method

func (*MockLambdaAPI) DeleteAlias

DeleteAlias mocks base method

func (*MockLambdaAPI) DeleteAliasRequest

func (m *MockLambdaAPI) DeleteAliasRequest(arg0 *lambda.DeleteAliasInput) (*request.Request, *lambda.DeleteAliasOutput)

DeleteAliasRequest mocks base method

func (*MockLambdaAPI) DeleteAliasWithContext

func (m *MockLambdaAPI) DeleteAliasWithContext(arg0 aws.Context, arg1 *lambda.DeleteAliasInput, arg2 ...request.Option) (*lambda.DeleteAliasOutput, error)

DeleteAliasWithContext mocks base method

func (*MockLambdaAPI) DeleteEventSourceMapping

DeleteEventSourceMapping mocks base method

func (*MockLambdaAPI) DeleteEventSourceMappingRequest

DeleteEventSourceMappingRequest mocks base method

func (*MockLambdaAPI) DeleteEventSourceMappingWithContext

func (m *MockLambdaAPI) DeleteEventSourceMappingWithContext(arg0 aws.Context, arg1 *lambda.DeleteEventSourceMappingInput, arg2 ...request.Option) (*lambda.EventSourceMappingConfiguration, error)

DeleteEventSourceMappingWithContext mocks base method

func (*MockLambdaAPI) DeleteFunction

DeleteFunction mocks base method

func (*MockLambdaAPI) DeleteFunctionConcurrency

DeleteFunctionConcurrency mocks base method

func (*MockLambdaAPI) DeleteFunctionConcurrencyRequest

DeleteFunctionConcurrencyRequest mocks base method

func (*MockLambdaAPI) DeleteFunctionConcurrencyWithContext

func (m *MockLambdaAPI) DeleteFunctionConcurrencyWithContext(arg0 aws.Context, arg1 *lambda.DeleteFunctionConcurrencyInput, arg2 ...request.Option) (*lambda.DeleteFunctionConcurrencyOutput, error)

DeleteFunctionConcurrencyWithContext mocks base method

func (*MockLambdaAPI) DeleteFunctionRequest

func (m *MockLambdaAPI) DeleteFunctionRequest(arg0 *lambda.DeleteFunctionInput) (*request.Request, *lambda.DeleteFunctionOutput)

DeleteFunctionRequest mocks base method

func (*MockLambdaAPI) DeleteFunctionWithContext

func (m *MockLambdaAPI) DeleteFunctionWithContext(arg0 aws.Context, arg1 *lambda.DeleteFunctionInput, arg2 ...request.Option) (*lambda.DeleteFunctionOutput, error)

DeleteFunctionWithContext mocks base method

func (*MockLambdaAPI) DeleteLayerVersion

DeleteLayerVersion mocks base method

func (*MockLambdaAPI) DeleteLayerVersionRequest

DeleteLayerVersionRequest mocks base method

func (*MockLambdaAPI) DeleteLayerVersionWithContext

func (m *MockLambdaAPI) DeleteLayerVersionWithContext(arg0 aws.Context, arg1 *lambda.DeleteLayerVersionInput, arg2 ...request.Option) (*lambda.DeleteLayerVersionOutput, error)

DeleteLayerVersionWithContext mocks base method

func (*MockLambdaAPI) EXPECT

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

func (*MockLambdaAPI) GetAccountSettings

GetAccountSettings mocks base method

func (*MockLambdaAPI) GetAccountSettingsRequest

GetAccountSettingsRequest mocks base method

func (*MockLambdaAPI) GetAccountSettingsWithContext

func (m *MockLambdaAPI) GetAccountSettingsWithContext(arg0 aws.Context, arg1 *lambda.GetAccountSettingsInput, arg2 ...request.Option) (*lambda.GetAccountSettingsOutput, error)

GetAccountSettingsWithContext mocks base method

func (*MockLambdaAPI) GetAlias

GetAlias mocks base method

func (*MockLambdaAPI) GetAliasRequest

GetAliasRequest mocks base method

func (*MockLambdaAPI) GetAliasWithContext

func (m *MockLambdaAPI) GetAliasWithContext(arg0 aws.Context, arg1 *lambda.GetAliasInput, arg2 ...request.Option) (*lambda.AliasConfiguration, error)

GetAliasWithContext mocks base method

func (*MockLambdaAPI) GetEventSourceMapping

GetEventSourceMapping mocks base method

func (*MockLambdaAPI) GetEventSourceMappingRequest

GetEventSourceMappingRequest mocks base method

func (*MockLambdaAPI) GetEventSourceMappingWithContext

func (m *MockLambdaAPI) GetEventSourceMappingWithContext(arg0 aws.Context, arg1 *lambda.GetEventSourceMappingInput, arg2 ...request.Option) (*lambda.EventSourceMappingConfiguration, error)

GetEventSourceMappingWithContext mocks base method

func (*MockLambdaAPI) GetFunction

GetFunction mocks base method

func (*MockLambdaAPI) GetFunctionConfiguration

GetFunctionConfiguration mocks base method

func (*MockLambdaAPI) GetFunctionConfigurationRequest

func (m *MockLambdaAPI) GetFunctionConfigurationRequest(arg0 *lambda.GetFunctionConfigurationInput) (*request.Request, *lambda.FunctionConfiguration)

GetFunctionConfigurationRequest mocks base method

func (*MockLambdaAPI) GetFunctionConfigurationWithContext

func (m *MockLambdaAPI) GetFunctionConfigurationWithContext(arg0 aws.Context, arg1 *lambda.GetFunctionConfigurationInput, arg2 ...request.Option) (*lambda.FunctionConfiguration, error)

GetFunctionConfigurationWithContext mocks base method

func (*MockLambdaAPI) GetFunctionRequest

func (m *MockLambdaAPI) GetFunctionRequest(arg0 *lambda.GetFunctionInput) (*request.Request, *lambda.GetFunctionOutput)

GetFunctionRequest mocks base method

func (*MockLambdaAPI) GetFunctionWithContext

func (m *MockLambdaAPI) GetFunctionWithContext(arg0 aws.Context, arg1 *lambda.GetFunctionInput, arg2 ...request.Option) (*lambda.GetFunctionOutput, error)

GetFunctionWithContext mocks base method

func (*MockLambdaAPI) GetLayerVersion

GetLayerVersion mocks base method

func (*MockLambdaAPI) GetLayerVersionPolicy

GetLayerVersionPolicy mocks base method

func (*MockLambdaAPI) GetLayerVersionPolicyRequest

GetLayerVersionPolicyRequest mocks base method

func (*MockLambdaAPI) GetLayerVersionPolicyWithContext

func (m *MockLambdaAPI) GetLayerVersionPolicyWithContext(arg0 aws.Context, arg1 *lambda.GetLayerVersionPolicyInput, arg2 ...request.Option) (*lambda.GetLayerVersionPolicyOutput, error)

GetLayerVersionPolicyWithContext mocks base method

func (*MockLambdaAPI) GetLayerVersionRequest

GetLayerVersionRequest mocks base method

func (*MockLambdaAPI) GetLayerVersionWithContext

func (m *MockLambdaAPI) GetLayerVersionWithContext(arg0 aws.Context, arg1 *lambda.GetLayerVersionInput, arg2 ...request.Option) (*lambda.GetLayerVersionOutput, error)

GetLayerVersionWithContext mocks base method

func (*MockLambdaAPI) GetPolicy

GetPolicy mocks base method

func (*MockLambdaAPI) GetPolicyRequest

func (m *MockLambdaAPI) GetPolicyRequest(arg0 *lambda.GetPolicyInput) (*request.Request, *lambda.GetPolicyOutput)

GetPolicyRequest mocks base method

func (*MockLambdaAPI) GetPolicyWithContext

func (m *MockLambdaAPI) GetPolicyWithContext(arg0 aws.Context, arg1 *lambda.GetPolicyInput, arg2 ...request.Option) (*lambda.GetPolicyOutput, error)

GetPolicyWithContext mocks base method

func (*MockLambdaAPI) Invoke

Invoke mocks base method

func (*MockLambdaAPI) InvokeAsync

InvokeAsync mocks base method

func (*MockLambdaAPI) InvokeAsyncRequest

func (m *MockLambdaAPI) InvokeAsyncRequest(arg0 *lambda.InvokeAsyncInput) (*request.Request, *lambda.InvokeAsyncOutput)

InvokeAsyncRequest mocks base method

func (*MockLambdaAPI) InvokeAsyncWithContext

func (m *MockLambdaAPI) InvokeAsyncWithContext(arg0 aws.Context, arg1 *lambda.InvokeAsyncInput, arg2 ...request.Option) (*lambda.InvokeAsyncOutput, error)

InvokeAsyncWithContext mocks base method

func (*MockLambdaAPI) InvokeRequest

func (m *MockLambdaAPI) InvokeRequest(arg0 *lambda.InvokeInput) (*request.Request, *lambda.InvokeOutput)

InvokeRequest mocks base method

func (*MockLambdaAPI) InvokeWithContext

func (m *MockLambdaAPI) InvokeWithContext(arg0 aws.Context, arg1 *lambda.InvokeInput, arg2 ...request.Option) (*lambda.InvokeOutput, error)

InvokeWithContext mocks base method

func (*MockLambdaAPI) ListAliases

ListAliases mocks base method

func (*MockLambdaAPI) ListAliasesRequest

func (m *MockLambdaAPI) ListAliasesRequest(arg0 *lambda.ListAliasesInput) (*request.Request, *lambda.ListAliasesOutput)

ListAliasesRequest mocks base method

func (*MockLambdaAPI) ListAliasesWithContext

func (m *MockLambdaAPI) ListAliasesWithContext(arg0 aws.Context, arg1 *lambda.ListAliasesInput, arg2 ...request.Option) (*lambda.ListAliasesOutput, error)

ListAliasesWithContext mocks base method

func (*MockLambdaAPI) ListEventSourceMappings

ListEventSourceMappings mocks base method

func (*MockLambdaAPI) ListEventSourceMappingsPages

func (m *MockLambdaAPI) ListEventSourceMappingsPages(arg0 *lambda.ListEventSourceMappingsInput, arg1 func(*lambda.ListEventSourceMappingsOutput, bool) bool) error

ListEventSourceMappingsPages mocks base method

func (*MockLambdaAPI) ListEventSourceMappingsPagesWithContext

func (m *MockLambdaAPI) ListEventSourceMappingsPagesWithContext(arg0 aws.Context, arg1 *lambda.ListEventSourceMappingsInput, arg2 func(*lambda.ListEventSourceMappingsOutput, bool) bool, arg3 ...request.Option) error

ListEventSourceMappingsPagesWithContext mocks base method

func (*MockLambdaAPI) ListEventSourceMappingsRequest

ListEventSourceMappingsRequest mocks base method

func (*MockLambdaAPI) ListEventSourceMappingsWithContext

func (m *MockLambdaAPI) ListEventSourceMappingsWithContext(arg0 aws.Context, arg1 *lambda.ListEventSourceMappingsInput, arg2 ...request.Option) (*lambda.ListEventSourceMappingsOutput, error)

ListEventSourceMappingsWithContext mocks base method

func (*MockLambdaAPI) ListFunctions

ListFunctions mocks base method

func (*MockLambdaAPI) ListFunctionsPages

func (m *MockLambdaAPI) ListFunctionsPages(arg0 *lambda.ListFunctionsInput, arg1 func(*lambda.ListFunctionsOutput, bool) bool) error

ListFunctionsPages mocks base method

func (*MockLambdaAPI) ListFunctionsPagesWithContext

func (m *MockLambdaAPI) ListFunctionsPagesWithContext(arg0 aws.Context, arg1 *lambda.ListFunctionsInput, arg2 func(*lambda.ListFunctionsOutput, bool) bool, arg3 ...request.Option) error

ListFunctionsPagesWithContext mocks base method

func (*MockLambdaAPI) ListFunctionsRequest

func (m *MockLambdaAPI) ListFunctionsRequest(arg0 *lambda.ListFunctionsInput) (*request.Request, *lambda.ListFunctionsOutput)

ListFunctionsRequest mocks base method

func (*MockLambdaAPI) ListFunctionsWithContext

func (m *MockLambdaAPI) ListFunctionsWithContext(arg0 aws.Context, arg1 *lambda.ListFunctionsInput, arg2 ...request.Option) (*lambda.ListFunctionsOutput, error)

ListFunctionsWithContext mocks base method

func (*MockLambdaAPI) ListLayerVersions

ListLayerVersions mocks base method

func (*MockLambdaAPI) ListLayerVersionsRequest

ListLayerVersionsRequest mocks base method

func (*MockLambdaAPI) ListLayerVersionsWithContext

func (m *MockLambdaAPI) ListLayerVersionsWithContext(arg0 aws.Context, arg1 *lambda.ListLayerVersionsInput, arg2 ...request.Option) (*lambda.ListLayerVersionsOutput, error)

ListLayerVersionsWithContext mocks base method

func (*MockLambdaAPI) ListLayers

ListLayers mocks base method

func (*MockLambdaAPI) ListLayersRequest

func (m *MockLambdaAPI) ListLayersRequest(arg0 *lambda.ListLayersInput) (*request.Request, *lambda.ListLayersOutput)

ListLayersRequest mocks base method

func (*MockLambdaAPI) ListLayersWithContext

func (m *MockLambdaAPI) ListLayersWithContext(arg0 aws.Context, arg1 *lambda.ListLayersInput, arg2 ...request.Option) (*lambda.ListLayersOutput, error)

ListLayersWithContext mocks base method

func (*MockLambdaAPI) ListTags

ListTags mocks base method

func (*MockLambdaAPI) ListTagsRequest

func (m *MockLambdaAPI) ListTagsRequest(arg0 *lambda.ListTagsInput) (*request.Request, *lambda.ListTagsOutput)

ListTagsRequest mocks base method

func (*MockLambdaAPI) ListTagsWithContext

func (m *MockLambdaAPI) ListTagsWithContext(arg0 aws.Context, arg1 *lambda.ListTagsInput, arg2 ...request.Option) (*lambda.ListTagsOutput, error)

ListTagsWithContext mocks base method

func (*MockLambdaAPI) ListVersionsByFunction

ListVersionsByFunction mocks base method

func (*MockLambdaAPI) ListVersionsByFunctionRequest

ListVersionsByFunctionRequest mocks base method

func (*MockLambdaAPI) ListVersionsByFunctionWithContext

func (m *MockLambdaAPI) ListVersionsByFunctionWithContext(arg0 aws.Context, arg1 *lambda.ListVersionsByFunctionInput, arg2 ...request.Option) (*lambda.ListVersionsByFunctionOutput, error)

ListVersionsByFunctionWithContext mocks base method

func (*MockLambdaAPI) PublishLayerVersion

PublishLayerVersion mocks base method

func (*MockLambdaAPI) PublishLayerVersionRequest

PublishLayerVersionRequest mocks base method

func (*MockLambdaAPI) PublishLayerVersionWithContext

func (m *MockLambdaAPI) PublishLayerVersionWithContext(arg0 aws.Context, arg1 *lambda.PublishLayerVersionInput, arg2 ...request.Option) (*lambda.PublishLayerVersionOutput, error)

PublishLayerVersionWithContext mocks base method

func (*MockLambdaAPI) PublishVersion

PublishVersion mocks base method

func (*MockLambdaAPI) PublishVersionRequest

PublishVersionRequest mocks base method

func (*MockLambdaAPI) PublishVersionWithContext

func (m *MockLambdaAPI) PublishVersionWithContext(arg0 aws.Context, arg1 *lambda.PublishVersionInput, arg2 ...request.Option) (*lambda.FunctionConfiguration, error)

PublishVersionWithContext mocks base method

func (*MockLambdaAPI) PutFunctionConcurrency

PutFunctionConcurrency mocks base method

func (*MockLambdaAPI) PutFunctionConcurrencyRequest

PutFunctionConcurrencyRequest mocks base method

func (*MockLambdaAPI) PutFunctionConcurrencyWithContext

func (m *MockLambdaAPI) PutFunctionConcurrencyWithContext(arg0 aws.Context, arg1 *lambda.PutFunctionConcurrencyInput, arg2 ...request.Option) (*lambda.PutFunctionConcurrencyOutput, error)

PutFunctionConcurrencyWithContext mocks base method

func (*MockLambdaAPI) RemoveLayerVersionPermission

RemoveLayerVersionPermission mocks base method

func (*MockLambdaAPI) RemoveLayerVersionPermissionRequest

RemoveLayerVersionPermissionRequest mocks base method

func (*MockLambdaAPI) RemoveLayerVersionPermissionWithContext

func (m *MockLambdaAPI) RemoveLayerVersionPermissionWithContext(arg0 aws.Context, arg1 *lambda.RemoveLayerVersionPermissionInput, arg2 ...request.Option) (*lambda.RemoveLayerVersionPermissionOutput, error)

RemoveLayerVersionPermissionWithContext mocks base method

func (*MockLambdaAPI) RemovePermission

RemovePermission mocks base method

func (*MockLambdaAPI) RemovePermissionRequest

RemovePermissionRequest mocks base method

func (*MockLambdaAPI) RemovePermissionWithContext

func (m *MockLambdaAPI) RemovePermissionWithContext(arg0 aws.Context, arg1 *lambda.RemovePermissionInput, arg2 ...request.Option) (*lambda.RemovePermissionOutput, error)

RemovePermissionWithContext mocks base method

func (*MockLambdaAPI) TagResource

TagResource mocks base method

func (*MockLambdaAPI) TagResourceRequest

func (m *MockLambdaAPI) TagResourceRequest(arg0 *lambda.TagResourceInput) (*request.Request, *lambda.TagResourceOutput)

TagResourceRequest mocks base method

func (*MockLambdaAPI) TagResourceWithContext

func (m *MockLambdaAPI) TagResourceWithContext(arg0 aws.Context, arg1 *lambda.TagResourceInput, arg2 ...request.Option) (*lambda.TagResourceOutput, error)

TagResourceWithContext mocks base method

func (*MockLambdaAPI) UntagResource

UntagResource mocks base method

func (*MockLambdaAPI) UntagResourceRequest

func (m *MockLambdaAPI) UntagResourceRequest(arg0 *lambda.UntagResourceInput) (*request.Request, *lambda.UntagResourceOutput)

UntagResourceRequest mocks base method

func (*MockLambdaAPI) UntagResourceWithContext

func (m *MockLambdaAPI) UntagResourceWithContext(arg0 aws.Context, arg1 *lambda.UntagResourceInput, arg2 ...request.Option) (*lambda.UntagResourceOutput, error)

UntagResourceWithContext mocks base method

func (*MockLambdaAPI) UpdateAlias

UpdateAlias mocks base method

func (*MockLambdaAPI) UpdateAliasRequest

func (m *MockLambdaAPI) UpdateAliasRequest(arg0 *lambda.UpdateAliasInput) (*request.Request, *lambda.AliasConfiguration)

UpdateAliasRequest mocks base method

func (*MockLambdaAPI) UpdateAliasWithContext

func (m *MockLambdaAPI) UpdateAliasWithContext(arg0 aws.Context, arg1 *lambda.UpdateAliasInput, arg2 ...request.Option) (*lambda.AliasConfiguration, error)

UpdateAliasWithContext mocks base method

func (*MockLambdaAPI) UpdateEventSourceMapping

UpdateEventSourceMapping mocks base method

func (*MockLambdaAPI) UpdateEventSourceMappingRequest

UpdateEventSourceMappingRequest mocks base method

func (*MockLambdaAPI) UpdateEventSourceMappingWithContext

func (m *MockLambdaAPI) UpdateEventSourceMappingWithContext(arg0 aws.Context, arg1 *lambda.UpdateEventSourceMappingInput, arg2 ...request.Option) (*lambda.EventSourceMappingConfiguration, error)

UpdateEventSourceMappingWithContext mocks base method

func (*MockLambdaAPI) UpdateFunctionCode

UpdateFunctionCode mocks base method

func (*MockLambdaAPI) UpdateFunctionCodeRequest

func (m *MockLambdaAPI) UpdateFunctionCodeRequest(arg0 *lambda.UpdateFunctionCodeInput) (*request.Request, *lambda.FunctionConfiguration)

UpdateFunctionCodeRequest mocks base method

func (*MockLambdaAPI) UpdateFunctionCodeWithContext

func (m *MockLambdaAPI) UpdateFunctionCodeWithContext(arg0 aws.Context, arg1 *lambda.UpdateFunctionCodeInput, arg2 ...request.Option) (*lambda.FunctionConfiguration, error)

UpdateFunctionCodeWithContext mocks base method

func (*MockLambdaAPI) UpdateFunctionConfiguration

func (m *MockLambdaAPI) UpdateFunctionConfiguration(arg0 *lambda.UpdateFunctionConfigurationInput) (*lambda.FunctionConfiguration, error)

UpdateFunctionConfiguration mocks base method

func (*MockLambdaAPI) UpdateFunctionConfigurationRequest

func (m *MockLambdaAPI) UpdateFunctionConfigurationRequest(arg0 *lambda.UpdateFunctionConfigurationInput) (*request.Request, *lambda.FunctionConfiguration)

UpdateFunctionConfigurationRequest mocks base method

func (*MockLambdaAPI) UpdateFunctionConfigurationWithContext

func (m *MockLambdaAPI) UpdateFunctionConfigurationWithContext(arg0 aws.Context, arg1 *lambda.UpdateFunctionConfigurationInput, arg2 ...request.Option) (*lambda.FunctionConfiguration, error)

UpdateFunctionConfigurationWithContext mocks base method

type MockLambdaAPIMockRecorder

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

MockLambdaAPIMockRecorder is the mock recorder for MockLambdaAPI

func (*MockLambdaAPIMockRecorder) AddLayerVersionPermission

func (mr *MockLambdaAPIMockRecorder) AddLayerVersionPermission(arg0 interface{}) *gomock.Call

AddLayerVersionPermission indicates an expected call of AddLayerVersionPermission

func (*MockLambdaAPIMockRecorder) AddLayerVersionPermissionRequest

func (mr *MockLambdaAPIMockRecorder) AddLayerVersionPermissionRequest(arg0 interface{}) *gomock.Call

AddLayerVersionPermissionRequest indicates an expected call of AddLayerVersionPermissionRequest

func (*MockLambdaAPIMockRecorder) AddLayerVersionPermissionWithContext

func (mr *MockLambdaAPIMockRecorder) AddLayerVersionPermissionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddLayerVersionPermissionWithContext indicates an expected call of AddLayerVersionPermissionWithContext

func (*MockLambdaAPIMockRecorder) AddPermission

func (mr *MockLambdaAPIMockRecorder) AddPermission(arg0 interface{}) *gomock.Call

AddPermission indicates an expected call of AddPermission

func (*MockLambdaAPIMockRecorder) AddPermissionRequest

func (mr *MockLambdaAPIMockRecorder) AddPermissionRequest(arg0 interface{}) *gomock.Call

AddPermissionRequest indicates an expected call of AddPermissionRequest

func (*MockLambdaAPIMockRecorder) AddPermissionWithContext

func (mr *MockLambdaAPIMockRecorder) AddPermissionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddPermissionWithContext indicates an expected call of AddPermissionWithContext

func (*MockLambdaAPIMockRecorder) CreateAlias

func (mr *MockLambdaAPIMockRecorder) CreateAlias(arg0 interface{}) *gomock.Call

CreateAlias indicates an expected call of CreateAlias

func (*MockLambdaAPIMockRecorder) CreateAliasRequest

func (mr *MockLambdaAPIMockRecorder) CreateAliasRequest(arg0 interface{}) *gomock.Call

CreateAliasRequest indicates an expected call of CreateAliasRequest

func (*MockLambdaAPIMockRecorder) CreateAliasWithContext

func (mr *MockLambdaAPIMockRecorder) CreateAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAliasWithContext indicates an expected call of CreateAliasWithContext

func (*MockLambdaAPIMockRecorder) CreateEventSourceMapping

func (mr *MockLambdaAPIMockRecorder) CreateEventSourceMapping(arg0 interface{}) *gomock.Call

CreateEventSourceMapping indicates an expected call of CreateEventSourceMapping

func (*MockLambdaAPIMockRecorder) CreateEventSourceMappingRequest

func (mr *MockLambdaAPIMockRecorder) CreateEventSourceMappingRequest(arg0 interface{}) *gomock.Call

CreateEventSourceMappingRequest indicates an expected call of CreateEventSourceMappingRequest

func (*MockLambdaAPIMockRecorder) CreateEventSourceMappingWithContext

func (mr *MockLambdaAPIMockRecorder) CreateEventSourceMappingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateEventSourceMappingWithContext indicates an expected call of CreateEventSourceMappingWithContext

func (*MockLambdaAPIMockRecorder) CreateFunction

func (mr *MockLambdaAPIMockRecorder) CreateFunction(arg0 interface{}) *gomock.Call

CreateFunction indicates an expected call of CreateFunction

func (*MockLambdaAPIMockRecorder) CreateFunctionRequest

func (mr *MockLambdaAPIMockRecorder) CreateFunctionRequest(arg0 interface{}) *gomock.Call

CreateFunctionRequest indicates an expected call of CreateFunctionRequest

func (*MockLambdaAPIMockRecorder) CreateFunctionWithContext

func (mr *MockLambdaAPIMockRecorder) CreateFunctionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateFunctionWithContext indicates an expected call of CreateFunctionWithContext

func (*MockLambdaAPIMockRecorder) DeleteAlias

func (mr *MockLambdaAPIMockRecorder) DeleteAlias(arg0 interface{}) *gomock.Call

DeleteAlias indicates an expected call of DeleteAlias

func (*MockLambdaAPIMockRecorder) DeleteAliasRequest

func (mr *MockLambdaAPIMockRecorder) DeleteAliasRequest(arg0 interface{}) *gomock.Call

DeleteAliasRequest indicates an expected call of DeleteAliasRequest

func (*MockLambdaAPIMockRecorder) DeleteAliasWithContext

func (mr *MockLambdaAPIMockRecorder) DeleteAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAliasWithContext indicates an expected call of DeleteAliasWithContext

func (*MockLambdaAPIMockRecorder) DeleteEventSourceMapping

func (mr *MockLambdaAPIMockRecorder) DeleteEventSourceMapping(arg0 interface{}) *gomock.Call

DeleteEventSourceMapping indicates an expected call of DeleteEventSourceMapping

func (*MockLambdaAPIMockRecorder) DeleteEventSourceMappingRequest

func (mr *MockLambdaAPIMockRecorder) DeleteEventSourceMappingRequest(arg0 interface{}) *gomock.Call

DeleteEventSourceMappingRequest indicates an expected call of DeleteEventSourceMappingRequest

func (*MockLambdaAPIMockRecorder) DeleteEventSourceMappingWithContext

func (mr *MockLambdaAPIMockRecorder) DeleteEventSourceMappingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteEventSourceMappingWithContext indicates an expected call of DeleteEventSourceMappingWithContext

func (*MockLambdaAPIMockRecorder) DeleteFunction

func (mr *MockLambdaAPIMockRecorder) DeleteFunction(arg0 interface{}) *gomock.Call

DeleteFunction indicates an expected call of DeleteFunction

func (*MockLambdaAPIMockRecorder) DeleteFunctionConcurrency

func (mr *MockLambdaAPIMockRecorder) DeleteFunctionConcurrency(arg0 interface{}) *gomock.Call

DeleteFunctionConcurrency indicates an expected call of DeleteFunctionConcurrency

func (*MockLambdaAPIMockRecorder) DeleteFunctionConcurrencyRequest

func (mr *MockLambdaAPIMockRecorder) DeleteFunctionConcurrencyRequest(arg0 interface{}) *gomock.Call

DeleteFunctionConcurrencyRequest indicates an expected call of DeleteFunctionConcurrencyRequest

func (*MockLambdaAPIMockRecorder) DeleteFunctionConcurrencyWithContext

func (mr *MockLambdaAPIMockRecorder) DeleteFunctionConcurrencyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFunctionConcurrencyWithContext indicates an expected call of DeleteFunctionConcurrencyWithContext

func (*MockLambdaAPIMockRecorder) DeleteFunctionRequest

func (mr *MockLambdaAPIMockRecorder) DeleteFunctionRequest(arg0 interface{}) *gomock.Call

DeleteFunctionRequest indicates an expected call of DeleteFunctionRequest

func (*MockLambdaAPIMockRecorder) DeleteFunctionWithContext

func (mr *MockLambdaAPIMockRecorder) DeleteFunctionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFunctionWithContext indicates an expected call of DeleteFunctionWithContext

func (*MockLambdaAPIMockRecorder) DeleteLayerVersion

func (mr *MockLambdaAPIMockRecorder) DeleteLayerVersion(arg0 interface{}) *gomock.Call

DeleteLayerVersion indicates an expected call of DeleteLayerVersion

func (*MockLambdaAPIMockRecorder) DeleteLayerVersionRequest

func (mr *MockLambdaAPIMockRecorder) DeleteLayerVersionRequest(arg0 interface{}) *gomock.Call

DeleteLayerVersionRequest indicates an expected call of DeleteLayerVersionRequest

func (*MockLambdaAPIMockRecorder) DeleteLayerVersionWithContext

func (mr *MockLambdaAPIMockRecorder) DeleteLayerVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLayerVersionWithContext indicates an expected call of DeleteLayerVersionWithContext

func (*MockLambdaAPIMockRecorder) GetAccountSettings

func (mr *MockLambdaAPIMockRecorder) GetAccountSettings(arg0 interface{}) *gomock.Call

GetAccountSettings indicates an expected call of GetAccountSettings

func (*MockLambdaAPIMockRecorder) GetAccountSettingsRequest

func (mr *MockLambdaAPIMockRecorder) GetAccountSettingsRequest(arg0 interface{}) *gomock.Call

GetAccountSettingsRequest indicates an expected call of GetAccountSettingsRequest

func (*MockLambdaAPIMockRecorder) GetAccountSettingsWithContext

func (mr *MockLambdaAPIMockRecorder) GetAccountSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccountSettingsWithContext indicates an expected call of GetAccountSettingsWithContext

func (*MockLambdaAPIMockRecorder) GetAlias

func (mr *MockLambdaAPIMockRecorder) GetAlias(arg0 interface{}) *gomock.Call

GetAlias indicates an expected call of GetAlias

func (*MockLambdaAPIMockRecorder) GetAliasRequest

func (mr *MockLambdaAPIMockRecorder) GetAliasRequest(arg0 interface{}) *gomock.Call

GetAliasRequest indicates an expected call of GetAliasRequest

func (*MockLambdaAPIMockRecorder) GetAliasWithContext

func (mr *MockLambdaAPIMockRecorder) GetAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAliasWithContext indicates an expected call of GetAliasWithContext

func (*MockLambdaAPIMockRecorder) GetEventSourceMapping

func (mr *MockLambdaAPIMockRecorder) GetEventSourceMapping(arg0 interface{}) *gomock.Call

GetEventSourceMapping indicates an expected call of GetEventSourceMapping

func (*MockLambdaAPIMockRecorder) GetEventSourceMappingRequest

func (mr *MockLambdaAPIMockRecorder) GetEventSourceMappingRequest(arg0 interface{}) *gomock.Call

GetEventSourceMappingRequest indicates an expected call of GetEventSourceMappingRequest

func (*MockLambdaAPIMockRecorder) GetEventSourceMappingWithContext

func (mr *MockLambdaAPIMockRecorder) GetEventSourceMappingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetEventSourceMappingWithContext indicates an expected call of GetEventSourceMappingWithContext

func (*MockLambdaAPIMockRecorder) GetFunction

func (mr *MockLambdaAPIMockRecorder) GetFunction(arg0 interface{}) *gomock.Call

GetFunction indicates an expected call of GetFunction

func (*MockLambdaAPIMockRecorder) GetFunctionConfiguration

func (mr *MockLambdaAPIMockRecorder) GetFunctionConfiguration(arg0 interface{}) *gomock.Call

GetFunctionConfiguration indicates an expected call of GetFunctionConfiguration

func (*MockLambdaAPIMockRecorder) GetFunctionConfigurationRequest

func (mr *MockLambdaAPIMockRecorder) GetFunctionConfigurationRequest(arg0 interface{}) *gomock.Call

GetFunctionConfigurationRequest indicates an expected call of GetFunctionConfigurationRequest

func (*MockLambdaAPIMockRecorder) GetFunctionConfigurationWithContext

func (mr *MockLambdaAPIMockRecorder) GetFunctionConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetFunctionConfigurationWithContext indicates an expected call of GetFunctionConfigurationWithContext

func (*MockLambdaAPIMockRecorder) GetFunctionRequest

func (mr *MockLambdaAPIMockRecorder) GetFunctionRequest(arg0 interface{}) *gomock.Call

GetFunctionRequest indicates an expected call of GetFunctionRequest

func (*MockLambdaAPIMockRecorder) GetFunctionWithContext

func (mr *MockLambdaAPIMockRecorder) GetFunctionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetFunctionWithContext indicates an expected call of GetFunctionWithContext

func (*MockLambdaAPIMockRecorder) GetLayerVersion

func (mr *MockLambdaAPIMockRecorder) GetLayerVersion(arg0 interface{}) *gomock.Call

GetLayerVersion indicates an expected call of GetLayerVersion

func (*MockLambdaAPIMockRecorder) GetLayerVersionPolicy

func (mr *MockLambdaAPIMockRecorder) GetLayerVersionPolicy(arg0 interface{}) *gomock.Call

GetLayerVersionPolicy indicates an expected call of GetLayerVersionPolicy

func (*MockLambdaAPIMockRecorder) GetLayerVersionPolicyRequest

func (mr *MockLambdaAPIMockRecorder) GetLayerVersionPolicyRequest(arg0 interface{}) *gomock.Call

GetLayerVersionPolicyRequest indicates an expected call of GetLayerVersionPolicyRequest

func (*MockLambdaAPIMockRecorder) GetLayerVersionPolicyWithContext

func (mr *MockLambdaAPIMockRecorder) GetLayerVersionPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLayerVersionPolicyWithContext indicates an expected call of GetLayerVersionPolicyWithContext

func (*MockLambdaAPIMockRecorder) GetLayerVersionRequest

func (mr *MockLambdaAPIMockRecorder) GetLayerVersionRequest(arg0 interface{}) *gomock.Call

GetLayerVersionRequest indicates an expected call of GetLayerVersionRequest

func (*MockLambdaAPIMockRecorder) GetLayerVersionWithContext

func (mr *MockLambdaAPIMockRecorder) GetLayerVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLayerVersionWithContext indicates an expected call of GetLayerVersionWithContext

func (*MockLambdaAPIMockRecorder) GetPolicy

func (mr *MockLambdaAPIMockRecorder) GetPolicy(arg0 interface{}) *gomock.Call

GetPolicy indicates an expected call of GetPolicy

func (*MockLambdaAPIMockRecorder) GetPolicyRequest

func (mr *MockLambdaAPIMockRecorder) GetPolicyRequest(arg0 interface{}) *gomock.Call

GetPolicyRequest indicates an expected call of GetPolicyRequest

func (*MockLambdaAPIMockRecorder) GetPolicyWithContext

func (mr *MockLambdaAPIMockRecorder) GetPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPolicyWithContext indicates an expected call of GetPolicyWithContext

func (*MockLambdaAPIMockRecorder) Invoke

func (mr *MockLambdaAPIMockRecorder) Invoke(arg0 interface{}) *gomock.Call

Invoke indicates an expected call of Invoke

func (*MockLambdaAPIMockRecorder) InvokeAsync

func (mr *MockLambdaAPIMockRecorder) InvokeAsync(arg0 interface{}) *gomock.Call

InvokeAsync indicates an expected call of InvokeAsync

func (*MockLambdaAPIMockRecorder) InvokeAsyncRequest

func (mr *MockLambdaAPIMockRecorder) InvokeAsyncRequest(arg0 interface{}) *gomock.Call

InvokeAsyncRequest indicates an expected call of InvokeAsyncRequest

func (*MockLambdaAPIMockRecorder) InvokeAsyncWithContext

func (mr *MockLambdaAPIMockRecorder) InvokeAsyncWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

InvokeAsyncWithContext indicates an expected call of InvokeAsyncWithContext

func (*MockLambdaAPIMockRecorder) InvokeRequest

func (mr *MockLambdaAPIMockRecorder) InvokeRequest(arg0 interface{}) *gomock.Call

InvokeRequest indicates an expected call of InvokeRequest

func (*MockLambdaAPIMockRecorder) InvokeWithContext

func (mr *MockLambdaAPIMockRecorder) InvokeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

InvokeWithContext indicates an expected call of InvokeWithContext

func (*MockLambdaAPIMockRecorder) ListAliases

func (mr *MockLambdaAPIMockRecorder) ListAliases(arg0 interface{}) *gomock.Call

ListAliases indicates an expected call of ListAliases

func (*MockLambdaAPIMockRecorder) ListAliasesRequest

func (mr *MockLambdaAPIMockRecorder) ListAliasesRequest(arg0 interface{}) *gomock.Call

ListAliasesRequest indicates an expected call of ListAliasesRequest

func (*MockLambdaAPIMockRecorder) ListAliasesWithContext

func (mr *MockLambdaAPIMockRecorder) ListAliasesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAliasesWithContext indicates an expected call of ListAliasesWithContext

func (*MockLambdaAPIMockRecorder) ListEventSourceMappings

func (mr *MockLambdaAPIMockRecorder) ListEventSourceMappings(arg0 interface{}) *gomock.Call

ListEventSourceMappings indicates an expected call of ListEventSourceMappings

func (*MockLambdaAPIMockRecorder) ListEventSourceMappingsPages

func (mr *MockLambdaAPIMockRecorder) ListEventSourceMappingsPages(arg0, arg1 interface{}) *gomock.Call

ListEventSourceMappingsPages indicates an expected call of ListEventSourceMappingsPages

func (*MockLambdaAPIMockRecorder) ListEventSourceMappingsPagesWithContext

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

ListEventSourceMappingsPagesWithContext indicates an expected call of ListEventSourceMappingsPagesWithContext

func (*MockLambdaAPIMockRecorder) ListEventSourceMappingsRequest

func (mr *MockLambdaAPIMockRecorder) ListEventSourceMappingsRequest(arg0 interface{}) *gomock.Call

ListEventSourceMappingsRequest indicates an expected call of ListEventSourceMappingsRequest

func (*MockLambdaAPIMockRecorder) ListEventSourceMappingsWithContext

func (mr *MockLambdaAPIMockRecorder) ListEventSourceMappingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEventSourceMappingsWithContext indicates an expected call of ListEventSourceMappingsWithContext

func (*MockLambdaAPIMockRecorder) ListFunctions

func (mr *MockLambdaAPIMockRecorder) ListFunctions(arg0 interface{}) *gomock.Call

ListFunctions indicates an expected call of ListFunctions

func (*MockLambdaAPIMockRecorder) ListFunctionsPages

func (mr *MockLambdaAPIMockRecorder) ListFunctionsPages(arg0, arg1 interface{}) *gomock.Call

ListFunctionsPages indicates an expected call of ListFunctionsPages

func (*MockLambdaAPIMockRecorder) ListFunctionsPagesWithContext

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

ListFunctionsPagesWithContext indicates an expected call of ListFunctionsPagesWithContext

func (*MockLambdaAPIMockRecorder) ListFunctionsRequest

func (mr *MockLambdaAPIMockRecorder) ListFunctionsRequest(arg0 interface{}) *gomock.Call

ListFunctionsRequest indicates an expected call of ListFunctionsRequest

func (*MockLambdaAPIMockRecorder) ListFunctionsWithContext

func (mr *MockLambdaAPIMockRecorder) ListFunctionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListFunctionsWithContext indicates an expected call of ListFunctionsWithContext

func (*MockLambdaAPIMockRecorder) ListLayerVersions

func (mr *MockLambdaAPIMockRecorder) ListLayerVersions(arg0 interface{}) *gomock.Call

ListLayerVersions indicates an expected call of ListLayerVersions

func (*MockLambdaAPIMockRecorder) ListLayerVersionsRequest

func (mr *MockLambdaAPIMockRecorder) ListLayerVersionsRequest(arg0 interface{}) *gomock.Call

ListLayerVersionsRequest indicates an expected call of ListLayerVersionsRequest

func (*MockLambdaAPIMockRecorder) ListLayerVersionsWithContext

func (mr *MockLambdaAPIMockRecorder) ListLayerVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListLayerVersionsWithContext indicates an expected call of ListLayerVersionsWithContext

func (*MockLambdaAPIMockRecorder) ListLayers

func (mr *MockLambdaAPIMockRecorder) ListLayers(arg0 interface{}) *gomock.Call

ListLayers indicates an expected call of ListLayers

func (*MockLambdaAPIMockRecorder) ListLayersRequest

func (mr *MockLambdaAPIMockRecorder) ListLayersRequest(arg0 interface{}) *gomock.Call

ListLayersRequest indicates an expected call of ListLayersRequest

func (*MockLambdaAPIMockRecorder) ListLayersWithContext

func (mr *MockLambdaAPIMockRecorder) ListLayersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListLayersWithContext indicates an expected call of ListLayersWithContext

func (*MockLambdaAPIMockRecorder) ListTags

func (mr *MockLambdaAPIMockRecorder) ListTags(arg0 interface{}) *gomock.Call

ListTags indicates an expected call of ListTags

func (*MockLambdaAPIMockRecorder) ListTagsRequest

func (mr *MockLambdaAPIMockRecorder) ListTagsRequest(arg0 interface{}) *gomock.Call

ListTagsRequest indicates an expected call of ListTagsRequest

func (*MockLambdaAPIMockRecorder) ListTagsWithContext

func (mr *MockLambdaAPIMockRecorder) ListTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsWithContext indicates an expected call of ListTagsWithContext

func (*MockLambdaAPIMockRecorder) ListVersionsByFunction

func (mr *MockLambdaAPIMockRecorder) ListVersionsByFunction(arg0 interface{}) *gomock.Call

ListVersionsByFunction indicates an expected call of ListVersionsByFunction

func (*MockLambdaAPIMockRecorder) ListVersionsByFunctionRequest

func (mr *MockLambdaAPIMockRecorder) ListVersionsByFunctionRequest(arg0 interface{}) *gomock.Call

ListVersionsByFunctionRequest indicates an expected call of ListVersionsByFunctionRequest

func (*MockLambdaAPIMockRecorder) ListVersionsByFunctionWithContext

func (mr *MockLambdaAPIMockRecorder) ListVersionsByFunctionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListVersionsByFunctionWithContext indicates an expected call of ListVersionsByFunctionWithContext

func (*MockLambdaAPIMockRecorder) PublishLayerVersion

func (mr *MockLambdaAPIMockRecorder) PublishLayerVersion(arg0 interface{}) *gomock.Call

PublishLayerVersion indicates an expected call of PublishLayerVersion

func (*MockLambdaAPIMockRecorder) PublishLayerVersionRequest

func (mr *MockLambdaAPIMockRecorder) PublishLayerVersionRequest(arg0 interface{}) *gomock.Call

PublishLayerVersionRequest indicates an expected call of PublishLayerVersionRequest

func (*MockLambdaAPIMockRecorder) PublishLayerVersionWithContext

func (mr *MockLambdaAPIMockRecorder) PublishLayerVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PublishLayerVersionWithContext indicates an expected call of PublishLayerVersionWithContext

func (*MockLambdaAPIMockRecorder) PublishVersion

func (mr *MockLambdaAPIMockRecorder) PublishVersion(arg0 interface{}) *gomock.Call

PublishVersion indicates an expected call of PublishVersion

func (*MockLambdaAPIMockRecorder) PublishVersionRequest

func (mr *MockLambdaAPIMockRecorder) PublishVersionRequest(arg0 interface{}) *gomock.Call

PublishVersionRequest indicates an expected call of PublishVersionRequest

func (*MockLambdaAPIMockRecorder) PublishVersionWithContext

func (mr *MockLambdaAPIMockRecorder) PublishVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PublishVersionWithContext indicates an expected call of PublishVersionWithContext

func (*MockLambdaAPIMockRecorder) PutFunctionConcurrency

func (mr *MockLambdaAPIMockRecorder) PutFunctionConcurrency(arg0 interface{}) *gomock.Call

PutFunctionConcurrency indicates an expected call of PutFunctionConcurrency

func (*MockLambdaAPIMockRecorder) PutFunctionConcurrencyRequest

func (mr *MockLambdaAPIMockRecorder) PutFunctionConcurrencyRequest(arg0 interface{}) *gomock.Call

PutFunctionConcurrencyRequest indicates an expected call of PutFunctionConcurrencyRequest

func (*MockLambdaAPIMockRecorder) PutFunctionConcurrencyWithContext

func (mr *MockLambdaAPIMockRecorder) PutFunctionConcurrencyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutFunctionConcurrencyWithContext indicates an expected call of PutFunctionConcurrencyWithContext

func (*MockLambdaAPIMockRecorder) RemoveLayerVersionPermission

func (mr *MockLambdaAPIMockRecorder) RemoveLayerVersionPermission(arg0 interface{}) *gomock.Call

RemoveLayerVersionPermission indicates an expected call of RemoveLayerVersionPermission

func (*MockLambdaAPIMockRecorder) RemoveLayerVersionPermissionRequest

func (mr *MockLambdaAPIMockRecorder) RemoveLayerVersionPermissionRequest(arg0 interface{}) *gomock.Call

RemoveLayerVersionPermissionRequest indicates an expected call of RemoveLayerVersionPermissionRequest

func (*MockLambdaAPIMockRecorder) RemoveLayerVersionPermissionWithContext

func (mr *MockLambdaAPIMockRecorder) RemoveLayerVersionPermissionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveLayerVersionPermissionWithContext indicates an expected call of RemoveLayerVersionPermissionWithContext

func (*MockLambdaAPIMockRecorder) RemovePermission

func (mr *MockLambdaAPIMockRecorder) RemovePermission(arg0 interface{}) *gomock.Call

RemovePermission indicates an expected call of RemovePermission

func (*MockLambdaAPIMockRecorder) RemovePermissionRequest

func (mr *MockLambdaAPIMockRecorder) RemovePermissionRequest(arg0 interface{}) *gomock.Call

RemovePermissionRequest indicates an expected call of RemovePermissionRequest

func (*MockLambdaAPIMockRecorder) RemovePermissionWithContext

func (mr *MockLambdaAPIMockRecorder) RemovePermissionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemovePermissionWithContext indicates an expected call of RemovePermissionWithContext

func (*MockLambdaAPIMockRecorder) TagResource

func (mr *MockLambdaAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource

func (*MockLambdaAPIMockRecorder) TagResourceRequest

func (mr *MockLambdaAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockLambdaAPIMockRecorder) TagResourceWithContext

func (mr *MockLambdaAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockLambdaAPIMockRecorder) UntagResource

func (mr *MockLambdaAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource

func (*MockLambdaAPIMockRecorder) UntagResourceRequest

func (mr *MockLambdaAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockLambdaAPIMockRecorder) UntagResourceWithContext

func (mr *MockLambdaAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockLambdaAPIMockRecorder) UpdateAlias

func (mr *MockLambdaAPIMockRecorder) UpdateAlias(arg0 interface{}) *gomock.Call

UpdateAlias indicates an expected call of UpdateAlias

func (*MockLambdaAPIMockRecorder) UpdateAliasRequest

func (mr *MockLambdaAPIMockRecorder) UpdateAliasRequest(arg0 interface{}) *gomock.Call

UpdateAliasRequest indicates an expected call of UpdateAliasRequest

func (*MockLambdaAPIMockRecorder) UpdateAliasWithContext

func (mr *MockLambdaAPIMockRecorder) UpdateAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAliasWithContext indicates an expected call of UpdateAliasWithContext

func (*MockLambdaAPIMockRecorder) UpdateEventSourceMapping

func (mr *MockLambdaAPIMockRecorder) UpdateEventSourceMapping(arg0 interface{}) *gomock.Call

UpdateEventSourceMapping indicates an expected call of UpdateEventSourceMapping

func (*MockLambdaAPIMockRecorder) UpdateEventSourceMappingRequest

func (mr *MockLambdaAPIMockRecorder) UpdateEventSourceMappingRequest(arg0 interface{}) *gomock.Call

UpdateEventSourceMappingRequest indicates an expected call of UpdateEventSourceMappingRequest

func (*MockLambdaAPIMockRecorder) UpdateEventSourceMappingWithContext

func (mr *MockLambdaAPIMockRecorder) UpdateEventSourceMappingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateEventSourceMappingWithContext indicates an expected call of UpdateEventSourceMappingWithContext

func (*MockLambdaAPIMockRecorder) UpdateFunctionCode

func (mr *MockLambdaAPIMockRecorder) UpdateFunctionCode(arg0 interface{}) *gomock.Call

UpdateFunctionCode indicates an expected call of UpdateFunctionCode

func (*MockLambdaAPIMockRecorder) UpdateFunctionCodeRequest

func (mr *MockLambdaAPIMockRecorder) UpdateFunctionCodeRequest(arg0 interface{}) *gomock.Call

UpdateFunctionCodeRequest indicates an expected call of UpdateFunctionCodeRequest

func (*MockLambdaAPIMockRecorder) UpdateFunctionCodeWithContext

func (mr *MockLambdaAPIMockRecorder) UpdateFunctionCodeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateFunctionCodeWithContext indicates an expected call of UpdateFunctionCodeWithContext

func (*MockLambdaAPIMockRecorder) UpdateFunctionConfiguration

func (mr *MockLambdaAPIMockRecorder) UpdateFunctionConfiguration(arg0 interface{}) *gomock.Call

UpdateFunctionConfiguration indicates an expected call of UpdateFunctionConfiguration

func (*MockLambdaAPIMockRecorder) UpdateFunctionConfigurationRequest

func (mr *MockLambdaAPIMockRecorder) UpdateFunctionConfigurationRequest(arg0 interface{}) *gomock.Call

UpdateFunctionConfigurationRequest indicates an expected call of UpdateFunctionConfigurationRequest

func (*MockLambdaAPIMockRecorder) UpdateFunctionConfigurationWithContext

func (mr *MockLambdaAPIMockRecorder) UpdateFunctionConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateFunctionConfigurationWithContext indicates an expected call of UpdateFunctionConfigurationWithContext

Jump to

Keyboard shortcuts

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