Skip to content

Commit c55c884

Browse files
committed
Generate KMS client mocks
1 parent 35a0384 commit c55c884

File tree

3 files changed

+1784
-0
lines changed

3 files changed

+1784
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// Copyright 2015-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License"). You may
4+
// not use this file except in compliance with the License. A copy of the
5+
// License is located at
6+
//
7+
// http://aws.amazon.com/apache2.0/
8+
//
9+
// or in the "license" file accompanying this file. This file is distributed
10+
// on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
11+
// express or implied. See the License for the specific language governing
12+
// permissions and limitations under the License.
13+
14+
package kms
15+
16+
//go:generate mockgen.sh github.com/aws/aws-sdk-go/service/kms/kmsiface KMSAPI mock/sdk/kmsiface_mock.go
17+
//go:generate mockgen.sh github.com/aws/amazon-ecs-cli/ecs-cli/modules/clients/aws/kms Client mock/client.go

ecs-cli/modules/clients/aws/kms/mock/client.go

Lines changed: 61 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)